-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (63 loc) · 2.53 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
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bad+Script&family=Calligraffitti&family=Homemade+Apple&family=Oooh+Baby&family=Poiret+One&family=Quicksand:wght@300&display=swap" rel="stylesheet">
<title>Thalia-Maria Web Dev</title>
</head>
<body style="margin: 0;">
<section>
<header class="header-part">
<div class="works-button">
<div>
<a href="works.html" class="clickable link" style="text-decoration: none">WORKS</a>
</div>
</div>
<div class="contact-button">
<div>
<a href="contact.html" class="clickable link" style="text-decoration: none">CONTACT ME</a>
</div>
</div>
<div class="logo-pic">
<div> <img src="images/rainbow.svg" alt="rainbow-logo" height="110"></div>
</div>
</header>
<hr style="margin-top: 0;">
</section>
<section class="main">
<div class="main-left">
<div class="pic"><img src="images/woman.svg" alt="woman with a hat"></div>
</div>
<div class="main-right">
<div>
<p class="big-text">Hey, I'm Thalia-Maria,</p>
<p class="small-text">A WEB DEVELOPER.</p>
</div>
<div class="three-part">
<div class="section about">
<a href="about.html" class="clickable link" style="text-decoration: none"> WHO AM I </a>
</div>
<div class="section resume-one">
<a href="resume.html" class="clickable link" style="text-decoration: none"> MY EXPERIENCE </a>
</div>
<div class="section resume-two">
<a href="resume.html#scope" class="clickable link" style="text-decoration: none"> MY EDUCATION </a>
</div>
</div>
</div>
</section>
<section>
<footer>
<div class="footer-content">
<hr>
<h3>Thalia-Maria Web Dev</h3>
<p>© Thalia-Maria Tsioni. All rights reserved. 2023</p>
</div>
</footer>
</section>
</body>
</html>