-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (55 loc) · 2.93 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
67
68
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Namala Lokesh</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="Image of a Cloud">
<h1>I'm Namala Lokesh.</h1>
<h2 class="pro">a <span>pro</span>grammer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="Image of a cloud">
<img src="images/mountain.png" alt="Image of a Mountain">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/Loki_pic.jpg" alt="Lokesh Namala's Picture">
<h2>Founder of 'Enthralling Stories'.</h2>
<p class="loki_description">Thanks for being here. You can call me Loki. I love coding and building things. I built this site because I want you to know me and what my future projects are about. STAY CONNECTED.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code-img" src="images/code.png" alt="coder Image">
<h3>Programming</h3>
<p class="code-description">I never thought I would love something this much though I hate it at the same time. Initially I am not a coding person, but over time with one of my friends compulsion I started programming. And now I can't leave it. It's kinda fun. You
must try it.</p>
</div>
<div class="skill-row">
<img class="programmer-img" src="images/programmer.png" alt="Programmer image">
<h3>Web Developing</h3>
<p class="programmer-description">I really love web deveolpment. We can actually create anything. It helps to bring out the creativity in us. In future I'm going to build lot and lot of websites. Example : A books site like Amazon. A site for book lovers where you can
write and get feedback. And finally I want to build my own game using only web.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3 class="get-in-touch">Want to share something?</h3>
<p class="contact-message">If you want share your thoughts or give feedback for my work or want to give suggestions, then feel free to contact me via 'CONTACT ME' button below.</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/namala-lokesh-a148771b2/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/lokeshnamala">Twitter</a>
<a class="footer-link" href="http://www.breathtakingshortstories.tk/">Website</a>
<p class="copy-right">© 2021 Lokesh Namala.</p>
</div>
</body>
</html>