-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (98 loc) · 3.83 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Nayan Prakash</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<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 Nayan</h1>
<p>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>
<hr>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="images/profile-pic.jpg" alt="profile-pic">
<h2>Hello.</h2>
<p class="intro">This is nayan a tech enthusist and a programmer. I have an interest in web-development, programming, communication, leadership type skills. I strongly believe in hardwork and determination towards work. Currently, just moved in my 2nd year and on my learning stage. </p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computer-img" src="images/computer.png" alt="computer-img">
<h3>Soft and Technical Skills</h3>
<p>I am in a way to learning a lot of things and i believe that skills with some sort of softness is necessary for future growth. thus, working to brush-up my programming skill and focusing on communication skill as well.</p>
</div>
<div class="skill-row">
<img class="jigsaw-img" src="images/jigsaw.png" alt="jigsaw-img">
<table class="table">
<thead>
<h4>My skill table</h4>
<tr>
<td>
<table>
<tr>
<td>C PROGRAMMING</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>C++</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Content Writing</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python Programming</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Front-end Web Development</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Communication skills</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</thead>
</table>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>PHONE: 8088151470</h3>
<p class="message"> ADDRESS: Dayananda Sagar Academy Of Tech & Mgmt, Udayapura, Kanakpura Road, Bangalore, Karnataka - ****** </p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<img class="image" src="images/linkedin.png" alt="linkedin-img">
<a class="footer-link" href="https://www.linkedin.com/in/nayan-prakash-3305551a7">LinkedIn</a>
<img class="twitter" src="images/twitter.png" alt="twitter-img">
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<img class="image2" src="images/instagram.png" alt="instagram-img">
<a class="footer-link" href=""\CSS- My Site\index.html"> Instagram </a>
<p class="copyright">© 2020 NAYAN PRAKASH.</p>
</div>
</body>
</html>