consolidate all repos to one for archive
This commit is contained in:
45
semester_1/uvod_v_svetovni_splet/Vaja_2/index.html
Normal file
45
semester_1/uvod_v_svetovni_splet/Vaja_2/index.html
Normal file
@@ -0,0 +1,45 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="sl">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Nikolova spletna stran</title>
|
||||
<meta name="description" content="Demonstracija 2 vaje">
|
||||
<meta name="keywords" content="USS, FERI, HTML">
|
||||
<meta name="author" content="Nikola Petrov">
|
||||
<meta name="viewport" content="width=device-with, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>
|
||||
Nikolova spletna stran
|
||||
</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="index.html">Glavna stran</a></li>
|
||||
<li><a href="Pages/izdelki.html">Izdelki</a></li>
|
||||
<li><a href="Pages/svetovanje.html">Svetovanje</a></li>
|
||||
<li><a href="https://estudij.um.si" target="_blank">Vaje</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div>
|
||||
<article>
|
||||
<h3>O meni</h3>
|
||||
<p>Sem <a href="mailto:nikola.petrov@student.um.si">Nikola Petrov</a> in sem študent na <b>Univerza v Mariboru</b>.<br>
|
||||
To je moja spletna stran, ki sem jo naredil za predmet <u>Uvod v svetovni splet</u>.<br>
|
||||
Rad se okvarjam z elektroniko in računalniki</p>
|
||||
<div>
|
||||
<figure>
|
||||
<img src="Image/feri.jpg" alt="FERI" width="600" height="400">
|
||||
<figcaption>Stavba fakultete za elektroniko, računalništvo in informatiko</figcaption>
|
||||
</figure>
|
||||
<hr>
|
||||
<figure>
|
||||
<iframe width="600" height="315" src="https://www.youtube.com/embed/uRoU4_Yj7QY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<figcaption>Video</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user