-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (57 loc) · 3.1 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ellie Gogo</title>
<link rel="stylesheet" href="styles.css">
<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">
<img class="top-cloud"src="images/cloud.png" alt="cloud-image">
<h1>Hi, I'm Ellie.</h1>
<h2>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="ellie-image" src="images/ellie.png" alt="ellie-gogoladze">
<h2>Hello.</h2>
<p class="about-me-paragraph">I'm Ellie, an experienced digital marketing, SEO, content management and events organization specialist with native English. Previous work experiences include project and event management, content writing, graphic design and post-image processing. Passionate about learning, volunteering, traveling, photography and all things marketing. I'm currently learning web development and hoping to kick-off a new career in 2020!
</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="yoga-image" src="https://media2.giphy.com/media/MCMHodd0gXJdvpnV46/giphy.webp?cid=790b761133089d77740e4ac948823c8ba1bdd99475063d8e&rid=giphy.webp" alt="yoga-image">
<h3>Yoga</h3>
<p> I am not good at it, I just enjoy it! Yoga is a group of physical, mental, and spiritual practices or disciplines which originated in ancient India. Yoga is one of the six orthodox schools of Hindu philosophical traditions. There is a broad variety of yoga schools, practices, and goals.</p>
</div>
<div class="skill-row">
<img class="camera-image" src="https://media1.giphy.com/media/UQlpbTyDJjGKDWaVs9/giphy.gif?cid=790b7611645682bc9caee097ed838201020bb7b3c2fbe8b2&rid=giphy.gif" alt="camera-image">
<h3>Photography</h3>
<p>Photography is my passion, though it's just a hobbie. I've been involved in photography since highschool. I mainly enjoy landscape and portrait photography. I use Adobe Lightroom and Photoshop for post-image processing. </p>
</div>
</div>
<br>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Want to learn coding together?</h3>
<p class="contact-me-paragraph">We can be coding buddies! Let's learn to code and do yoga together. Let's have an adventure!</p>
<button type="button" class="btn" href="mailto:[email protected]">CONTACT ME</button>
</div>
</div>
<div class="bottom-container">
<div class="footer-text">
<a class="footer-link" href="https://www.linkedin.com/in/eleonorasimenova/">LinkedIn</a>
<a class="footer-link" href="https://www.instagram.com/elliegogoladze/">Instagram</a>
<a class="footer-link" href="https://elliegogox.wixsite.com/photography">Website</a>
<p class="copy-right-text">© 2019 Ellie Gogoladze.</p>
</div>
</div>
</body>
</html>