-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (51 loc) · 1.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="cs-cz">
<head>
<meta charset="utf-8" />
<title>DidiWEB</title>
<link rel="shortcut icon" href="pictures/ikona.ico" />
<link rel="stylesheet" href="styl.css" type="text/css" />
</head>
<body>
<header>
<div id="logo">
<h1>Didinga<span>Omodi</span></h1>
<small>webdeveloper</small>
</div>
<nav>
<ul>
<li class="aktivni"><a href="index.html">Home</a></li>
<li><a href="omne.html">About</a></li>
<li><a href="dovednosti.html">Skills</a></li>
<li><a href="reference.html">Portfolio</a></li>
<li><a class="kontakt-tlacitko" href="kontakt.html"><img src="pictures/man-line-icon.png" alt="Contact" />Contact</a></li>
</ul>
</nav>
</header>
<article class="domu-article">
<header>
<h1>Welcome to Didi's Creative Hub!</h1>
</header>
<section>
<p>
Hello there! I'm Didinga Omodi, a passionate Graphic Designer and Web Application Developer based in Prague. 🚀
</p>
<h2>Explore My Portfolio</h2>
<p>
Curious about my work? Dive into my portfolio to explore a collection of projects that showcase my skills and passion. Each piece reflects a commitment to excellence and a dedication to pushing creative boundaries.
</p>
<h2>Let's Connect</h2>
<p>
Whether you have a project in mind or just want to chat about design and development, I'm always open to new opportunities and collaborations. Let's bring your ideas to life!
</p>
<p>
Thank you for stopping by! 🌟
</p>
</section>
<img src="pictures/Didi.jpeg" alt="Programátor1 Didi" />
</article>
<footer>
Designed by Didinga Omodi in 2023
</footer>
</body>
</html>