-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (54 loc) · 2.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jorge Gallego - Web Developer</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nova+Flat&family=Poiret+One&family=Quicksand&family=Sacramento&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="icon" href="images/favicon.ico">
</head>
<body>
<div class="top-container">
<img src="images/cloud.png" alt="cloud" class="top-cloud">
<h1>I'm Jorge</h1>
<h2>A web developer</h2>
<img src="images/cloud.png" alt="cloud" class="bottom-cloud">
<img src="images/mountain.png" alt="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/profile.jpg" alt="Profile Picture" id="profile-picture">
<h2>Hello.</h2>
<p>I am a undergraduate student at Universidad del Rosario, with a passion for Web Development, App Development, and Artificial Intelligence (AI) and Machine Learning (ML).</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skills-image" src="images/web-coding.png" alt="Web Design and Development">
<h3>Web Design and Development</h3>
<p>I started coding websites at 14 for school, but I liked it so much I decided to keep learning and creating websites.</p>
</div>
<div class="skill-row">
<img class="skills-image" id="writing-image" src="images/typewriter.png" alt="Creative Writing">
<h3>Creative Writing</h3>
<p>I've written 2 unpublished novels and over 15 poems, 5 short stories and 3 scripts for theatre.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<p>Click the button below to send me an email. Let's work together!</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/jorge-gallego-6b641b1b1/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/JorgeGa06330639">Twitter</a>
<a class="footer-link" href="https://github.com/Jorge644240">GitHub</a>
<p>© 2020 Jorge Gallego.</p>
</div>
</body>
</html>