-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
66 lines (66 loc) · 3.11 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Valentine Fernandes</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<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=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Valentine</h1>
<p class="pa">a <span class="pro">pro</span>grammer.</p>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="code" src="images/image-modified.png" alt="Valentine profile picture" height="100px" width="100px">
<h2>Hello</h2>
<p class="intro">I am a Front End and Web Developer. I ❤️ coffee and like to play cricket.</p>
</div>
<hr>
<div class="skills">
<h2 class="h2-skill">My Skills</h2>
<div class="skill-row">
<img class="code-img" src="images/im-modified.png" alt="Skills profile photo" height="100px" width="100px">
<h3>Design & Development</h3>
<p>I started learning to code when I was in college because I wanted to make my own website.
In my spare time, I have gained a wealth of experience designing and developing web applications.</p>
</div>
<div class="skill-row">
<img class="code-im" src="images/bk-modified.png" alt="Books" height="100px" width="100px">
<h3>Books and References</h3>
<p>My strongest skill is book referencing. In my spare time, I read a variety of books in order
to broaden my knowledge and learn new things and keep up with current events.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2 class="h2-skill">Get In Touch</h2>
<h3>If you love book referencing as much as I do.</h3>
<p class="contact-message">Love books referencing as much as I do? Let's talk about how to refer books!</p>
<a class="btn" href="mailto:name@email.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.facebook.com/">
<img src="images/f-modified.png" alt="Facebook" height="50px" width="50px">
</a>
<a class="footer-link" href="https://www.instagram.com/">
<img src="images/ig-modified.png" alt="Instagram" height="50px" width="50px">
</a>
<a class="footer-link" href="https://twitter.com/">
<img src="images/t-modified.png" alt="Twitter" height="50px" width="50px">
</a>
<a class="footer-link" href="https://www.linkedin.com/">
<img src="images/l-modified.png" alt="Linkedln" height="50px" width="50px">
</a>
<p class="copyright">© 2022 Valentine Fernandes</p>
</div>
</body>
</html>