-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
176 lines (176 loc) · 9.88 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles/style.css" type="text/css">
<title>Home Page</title>
<script src="./scripts/jquery-3.4.1.min.js"></script>
<link rel="stylesheet" href="./styles/nav.css" type="text/css">
<link rel="stylesheet" href="./styles/index.css" type="text/css">
<link rel="stylesheet" href="./styles/footer.css" type="text/css">
<link rel="shortcut icon" href="./images/favicon.ico">
</head>
<body>
<div id="preloader">
<div id="status"></div>
</div>
<header>
<nav class="nav1">
<div class="navLogo">
<a href="index.html"><img src="./images/logo.png" alt="logo"></a>
</div>
<div>
<ul>
<li><a href="index.html" class="active-nav">Home</a></li>
<li><a href="./pages/contact.html">Contact</a></li>
<li><a href="./pages/portfolio.html">Portfolio</a></li>
</ul>
</div>
</nav>
<nav class="stickNav">
<div class="navLogo">
<a href="index.html"><img src="./images/logo.png" alt="logo"></a>
</div>
<div class="explore">
<p>Explore</p>
<div class="show-icon">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</div>
</nav>
<div id="overlay"></div>
<nav class="nav2">
<div class="navLogo">
<a href="index.html"><img src="./images/logo.png" alt="logo"></a>
</div>
<ul>
<li><a href="index.html" class="active-nav">Home</a></li>
<li><a href="./pages/contact.html">Contact</a></li>
<li><a href="./pages/portfolio.html">Portfolio</a></li>
</ul>
<div class="info">
<a href="https://www.facebook.com/crestniraz" target="_blank"><img src="./images/fb.svg" alt="facebook logo icon"></a>
<a href="https://www.instagram.com/crestniraz" target="_blank"><img src="./images/insta.svg" alt="instagram logo icon"></a>
<a href="https://www.github.com/crestniraj12" target="_blank"><img src="./images/github.svg" alt="github logo icon"></a>
<hr>
<p>Niraj Shrestha<br>Buddhanagar, Kathmandu<br></p>
<hr>
<div class="contact">
<a href="mailto:[email protected]" target="_blank"><img src="./images/mail.svg" alt="mail icon"><p>[email protected]</p></a>
<hr>
<a href="tel:+9779821911389" target="_blank"><img src="./images/call.svg" alt="phone icon"><p>+977 - 9821911389</p></a>
</div>
</div>
<div class="close-icon">
<svg data-v-020a9390="" viewBox="0 0 33 34" xmlns="http://www.w3.org/2000/svg" style="height: 35px; line-height: 35px;">
<g stroke="#96cdef" fill="none" fill-rule="evenodd" stroke-linecap="round">
<path d="M31.396 1.396L.152 32.641M31.648 32.648L.5 1.5"></path>
</g>
</svg>
</div>
</nav>
<div class="container">
<p>Welcome to my website</p>
<h1>Hello world!!</h1>
</div>
</header>
<main>
<section id="section-1">
<div class="content-wrapper">
<div class="corner-top"></div>
<div id="content-wrapper-main">
<div class="wrapper"><img src="./images/niraj2.JPG" alt="Personal image"></div>
<p>I am Niraj Shrestha and I have been coding for more than 3 years. I have had my hands on various programming languages like Python, Java, C, C++,
Javascript, etc. but what I have been personally working much with is Python. I am also interested in web development. Recently I started using nodejs with expressjs and mongodb for backend.</p>
<div class="btn-wrapper">
<a href="./pages/portfolio.html"><div class="btn">Portfolio</div></a>
<a href="./pages/contact.html"><div class="btn2">Ask something</div></a>
</div>
</div>
<div class="corner-bottom"></div>
</div>
<div class="headings">
<h6>Almost made in time</h6>
<h5>Here are some blog posts that I wrote</h5>
</div>
</section>
<section id="section-2">
<div class="post-large post">
<a href="./pages/posts/men-stack.html">
<div class="post-wrapper">
<div class="img-wrapper">
<img src="./images/men.png" alt="Poster of kimi no nawa anime">
</div>
<div class="text-wrapper">
<hr><h3><span>Basic tutorial</span><span class="arrow-wrapper"><img src="./images/arrow.png" alt="Arrow png"></span></h3>
<h1>Nodejs, Express and Mongodb Simple App</h1>
<p>We are going to learn basic operation using node and mongo and also use nodemon I remember when I eventually picked up the courage to try, I had such a hard time understanding the documentation...</p>
</div>
</div>
</a>
</div>
<div class="post-container">
<div class="post-small small1 post">
<a href="./pages/posts/python-for-beginners.html">
<div class="post-wrapper">
<div class="img-wrapper">
<img src="./images/python.jpg" alt="Image of a city">
</div>
<div class="text-wrapper">
<hr><h3><span>Learn Python</span><span class="arrow-wrapper"><img src="./images/arrow.png" alt="Arrow png"></span></h3>
<h1>Python for Beginners</h1>
<p>Welcome! Are you completely new to programming? If not then we presume you will be looking for information about why and how to get started with Python...</p>
</div>
</div>
</a>
</div>
<div class="post-small small2 post">
<a href="https://crestniraj12.github.io/my-anime-recommendations/">
<div class="post-wrapper">
<div class="img-wrapper">
<img src="./images/kimi-no-nawa.jpg" alt="Image of a city">
</div>
<div class="text-wrapper">
<hr><h3><span>My top favourite</span><span class="arrow-wrapper"><img src="./images/arrow.png" alt="Arrow png"></span></h3>
<h1>Anime Recommendation</h1>
<p>My personal recommendation of five amazing anime series and movies with amazing stories, character development and art. Here lies the most amazing...</p>
</div>
</div>
</a>
</div>
</div>
</section>
</main>
<footer>
<div class="info">
<a href="https://www.facebook.com/crestniraz" target="_blank"><img src="./images/fb.svg" alt="facebook logo icon"></a>
<a href="https://www.instagram.com/crestniraz" target="_blank"><img src="./images/insta.svg" alt="instagram logo icon"></a>
<a href="https://www.github.com/crestniraj12" target="_blank"><img src="./images/github.svg" alt="github logo icon"></a>
<hr>
<p>Niraj Shrestha<br>Buddhanagar, Kathmandu<br></p>
<hr>
<div class="contact">
<a href="mailto:[email protected]" target="_blank"><img src="./images/mail.svg" alt="mail icon"><p>[email protected]</p></a>
<hr>
<a href="tel:+9779821911389" target="_blank"><img src="./images/call.svg" alt="phone icon"><p>+977 - 9821911389</p></a>
</div>
</div>
<p><span><img src="./images/arrow2.svg" alt="arrow svg image"></span>Go North</p>
<div class="links">
<span><a href="#">Terms & conditions</a></span>
<span>|</span>
<span><a href="#">Privacy Policy</a></span>
<span>|</span>
<span><a href="#">Cookies</a></span>
<span>|</span>
<span><a href="#">© 2020 Niraj Shrestha</a></span>
</div>
</footer>
<script src="./scripts/index.js"></script>
<script src="./scripts/nav.js"></script>
</body>
</html>