-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
208 lines (192 loc) · 5.57 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Curriculum Vitae</title>
<link href='http://fonts.googleapis.com/css?family=Lato:300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/brands.css" integrity="sha384-n9+6/aSqa9lBidZMRCQHTHKJscPq6NW4pCQBiMmHdUCvPN8ZOg2zJJTkC7WIezWv" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/fontawesome.css" integrity="sha384-vd1e11sR28tEK9YANUtpIOdjGW14pS87bUBuOIoBILVWLFnS+MCX9T6MMf0VdPGq" crossorigin="anonymous">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<!--<a class="navbar-brand" href="#">CV</a>-->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#educations">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
<span class="navbar-text">
Manjish Pradhan
</span>
</div>
</nav>
</div>
<br>
<br>
<br>
<br>
<div class="container">
<section class="center">
<img src="image/profile.jpg" class="rounded-circle" alt="Profile Image" width="200px" height="200px">
<h1>Hello!</h1>
<p>
My name is Manjish Pradhan. I am from a small town of Nepal known as Bhaktapur. I am currently studying in Softwarica College of IT and E-Commerce. I am trying my best to pursue my career in IT world.
</p>
</section>
<hr>
<section class="educationHead" id="educations">
<h2>Education</h2>
</section>
<section class="education">
<div class="row">
<div class="grid-2">
<h2>School Leaving Certificate (SLC)</h2>
</div>
<div class="grid-4">
<ul>
<li> <b>Name of institute:</b> Everest English School</li>
<li><b>Percentage :</b> 80.75%</li>
<li><b>Year :</b> 2014</li>
</ul>
</div>
</div>
<div class="row">
<div class="grid-2">
<h2>Higher Secondary Education (+2)</h2>
</div>
<div class="grid-4">
<ul>
<li> <b>Name of institute:</b> Khwopa Higher Secondary School</li>
<li><b>Percentage :</b> 66.4%</li>
<li><b>Year :</b> 2016</li>
</ul>
</div>
</div>
<div class="row">
<div class="grid-2">
<h2>L4DC</h2>
</div>
<div class="grid-4">
<ul>
<li> <b>Name of institute:</b> Softwarica College of IT & E-Commerce</li>
<li><b>Percentage :</b> 69.75%</li>
<li><b>Year :</b> 2017</li>
</ul>
</div>
</div>
<div class="row">
<div class="grid-2">
<h2>L5DC</h2>
</div>
<div class="grid-4">
<ul>
<li> <b>Name of institute:</b> Softwarica College of IT & E-Commerce</li>
<li><b>Percentage :</b> 64%</li>
<li><b>Year :</b> 2018</li>
</ul>
</div>
</div>
<div class="row">
<div class="grid-2">
<h2>B.Sc(Hons) Computing</h2>
</div>
<div class="grid-4">
<ul>
<li> <b>Name of institute:</b> Coventry University</li>
<li><b>Percentage :</b> N/A</li>
<li><b>Year :</b> Running</li>
</ul>
</div>
</div>
</section>
<hr>
</div>
<div class="container">
<section id="skills">
<div class="row">
<div class="grid-2">
<h1>Programming Languages</h1>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>Bootstrap</li>
<li>Android</li>
<li>SQL</li>
<li>Java</li>
<li>Arduino</li>
</ul>
</div>
<div class="grid-2">
<h1>Office Skills</h1>
<ul>
<li>Linux</li>
<li>Windows</li>
<li>Microsoft Word</li>
<li>Microsoft Excel</li>
<li>Microsoft Powerpoint</li>
<li>Git</li>
<li>Photoshop</li>
<li>Networking</li>
</ul>
</div>
<div class="grid-2">
<h1>Hobbies</h1>
<ul>
<li>Coding</li>
<li>Trekking</li>
<li>Learning new things</li>
<li>Reading</li>
</ul>
</div>
</div>
</section>
<hr>
<section class="education" id="contact">
<div class="row">
<div class="grid-2">
<h2>Contact me :</h2>
</div>
<div class="grid-4">
<ul>
<li> <b>Mobile : </b>9860335974</li>
<li><b>E-mail : </b><a class="email" href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</section>
<footer class="center">
<hr>
<span style="font-size: 3em;">
<a href="https://www.facebook.com/manjish77"><i class="fab fa-facebook-square"></i></a>
</span>
<span style="font-size: 3em;">
<a href="https://www.instagram.com/manjis_manjis/"><i class="fab fa-instagram"></i></a>
</span>
<span style="font-size: 3em;">
<a href="https://www.linkedin.com/in/manjish7/"><i class="fab fa-linkedin"></i></a>
</span>
<br>
<span>© Manjish Pradhan 2019</span>
</footer>
</div>
<script src="css/js/jquery.min.js"></script>
<script src="css/js/bootstrap.min.js"></script>
</body>
</html>