-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (75 loc) · 3.69 KB
/
Copy pathindex.html
File metadata and controls
80 lines (75 loc) · 3.69 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ioanna Theofilakou</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<nav class="navbar navbar-expand-lg ">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="work.html">Work</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact_anchor">Contact</a>
</li>
</ul>
</nav>
<img class="girl-img top" src="Images/images.jpg" alt="cartoongirl-img">
<img class="top-cloud" src="Images/cloud.png" alt="cloud-image">
<h1>I'm Ioanna.</h1>
<h2 id="my-job">a web developer.</h2>
<img class="bottom-cloud" src="Images/cloud.png" alt="cloud-image">
<img src="Images/mountain.png" alt="mountain-image">
</div>
<div class="middle-container">
<div class="profile">
<img class="girl-img" src="Images/images.jpg" alt="cartoongirl-img">
<h2>Hello.</h2>
<p class="intro">You 're finally here! In this website you 'll find a sample of my work and personal taste.
I enjoy creating Websites and Applications.
My skills are on both Front-end and Back-end.
I'm inspired by nature, art and simplicity.
The goal of my work is to achieve harmony for an excellent User Experience.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="hair-img" src="Images/female-hairs.png" alt="hair-img">
<h3>Front-end</h3>
<p>Wordpress. HTML5, CSS3, JavaScript.
</p>
</div>
<div class="skill-row">
<img class="settings-img" src="Images/settings.png" alt="settings-img">
<h3>Back-end</h3>
<p class="backend">PHP, Java.</p>
</div>
</div>
<hr>
<div class="contact-me" id="contact_anchor">
<h2>Get In Touch</h2>
<h3>Keep the Projects coming.</h3>
<p class="contact-message">I'd be happy to help you create the Website or App of your dreams. Just hit the button.</p>
<a class="btn" href="mailto:io.theofilakou@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/ioanna-theofilakou-195437172/">LinkedIn</a>
<a class="footer-link" href="https://www.facebook.com/profile.php?id=100013469566403">Facebook</a>
<p class="copyright">© 2019 Ioanna Theofilakou.</p>
</div>
</body>
</html>