-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (58 loc) · 2.34 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Navneeth Ravikumar</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&family=Montserrat&family=Red+Rose&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top ">
<img class="tcloud" src="images/cloud.png" alt="cloud">
<h1>I'm Navneeth</h1>
<h2 class = "desc">
A programmer and an aspiring author.
</h2>
<img class="bcloud" src="images/cloud.png" alt="another cloud">
<img src="images/mountain.png" alt="mountain">
</div>
<div class="mid">
<div class="profile">
<img class="pimg" src="images/profile.png" alt="My Face">
<h2>Hello.</h2>
<p> I am learning programming, as well as web developing. My passion lies in writing though, specifically Fantasy Ficton and Poetry.
</p>.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="comp" src="images/computer.png" alt="Computer">
<h3>Programming and Web Development</h3>
<p>I am decent with Java, HTML and CSS. As for DBMSs, I can do MySQL, and thats about it. </p>
</div>
<div class="skill-row">
<img class="write" src="images/writer1.png" alt="Writer">
<h3>Writing</h3>
<p>I write Poetry, and have written about thirty of them so far, give or take. And I write fantasy fiction novels, with two completed novels and one currently under progress. Although they're unpublished, I do aim to get them published
someday. </p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<img class="mail" src="images/Mail.png" alt="Mail">
<h3>Email Me, fellas.</h3>
<p>I'll reply as soon as possible. Sooner than you'd expect, actually.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom">
<a class="footer-link" href="https://www.facebook.com/navneeth.ravikumar">Facebook</a>
<a class="footer-link" href="https://www.wattpad.com/user/Skyhawk1207">Wattpad</a>
<a class="footer-link" href="mailto:[email protected]">Gmail</a>
<p class ="copyright">© 2020 Navneeth Ravikumar.</p>
</div>
</body>
</html>