-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (69 loc) · 3.17 KB
/
index.html
File metadata and controls
78 lines (69 loc) · 3.17 KB
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
<html>
<head>
<title>Nilesh Kumar</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" href="favicon.ico" sizes="16x16">
<link href="https://fonts.googleapis.com/css?family=Berkshire+Swash|Kalam|Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="navbar-header">
<span>
<a class="navbar-brand" href="#home-section">Nilesh Kumar</a></b>
</span>
<span class="align-right">
<a class="nav-items" href="#home-section">Home</a></b>
<a class="nav-items" href="#About-Me">AboutMe</a></b>
<a class="nav-items" href="#projects">Project</a></b>
<a class="nav-items" href="#contact">Contact</a></b>
</span>
</div>
<div class="home-section" id="home-section">
<img class="my-photo" src="images/photo.jpg" />
<hr>
<h1>Nilesh Kumar</h1>
<h3>Front End Developer</h3>
<hr>
</div>
<div class="about-me" id="About-Me">
<div class="about-gradient">
<hr>
<h1 class="about-heading">AboutMe</h1>
<hr>
<p>I am pursuing B.Tech. in Computer Science & Engineering from Swami Keshvanand Institute of Technology, Jaipur.<br>I aim to become a successful designer in the days to come. </p>
</div>
</div>
<div class="projects" id="projects">
<h1>My Work</h1>
<div class="project-content">
<div class="project">
<img class="images" src="images/kalam.png" alt="project-1" />
<a class="project-title" href="https://nileshkumar94.github.io/Tribute-Abdul-Kalam" target="_blank">Tribute Page</a>
</div>
<div class="project">
<img class="images" src="images/weather.jpg" alt="project-2" />
<a class="project-title" href="https://nileshkumar94.github.io/Weather/" target="_blank">Weather Application</a>
</div>
<div class="project">
<img class="images" src="images/quote-machine.jpg" alt="project-3">
<a class="project-title" href="https://nileshkumar94.github.io/Quote-Machine/" target="_blank"> Quote Machine</a>
</div>
</div>
</div>
<footer>
<div class="contact" id="contact">
<div class="contact-icons contact-text-1">
<p class="contact-text">Contact with Me</p>
</div>
<div class="contact-icons">
<a href="https://facebook.com/nileshkumar21" target="blank"><i class="facebook-icons fa fa-facebook-square icons fa-2x" ></i></a>
<a href="https://github.com/nileshkumar94" target="blank"><i class="fa fa-github icons fa-2x"></i></a>
<a href="https://plus.google.com/u/0/102974411523838811002" target="blank"><i class=" gmail-icons fa fa-google-plus icons fa-2x"></i></a>
</div>
</div>
<div class="footer ">
<p class="footer-content ">©2017 Nilesh Kumar</p>
</div>
</footer>
</body>
</html>