-
Notifications
You must be signed in to change notification settings - Fork 0
/
hackerearthdash.html
executable file
·53 lines (47 loc) · 1.78 KB
/
hackerearthdash.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Nitesh Kumar Portfolio</title>
<!-- Bootstrap -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="css/base.css" rel="stylesheet">
<link href="css/fonts.css" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="index.html">Nitesh Kumar</a>
</div>
</div>
</div>
</div>
<div class="ff-ci">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="project-name">HackerEarth Recruit</div>
<div class="project-desc">
Channel i is the official intranet portal of IIT Roorkee, India. It is the home of a number of useful apps built keeping in mind the students of IIT Roorkee. It helps students connect with other students and the faculties as well. It also serves as a platform for various campus groups to represent themselves.
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img src="images/hedash/dash1.png" class="first-screen"></img>
</div>
</div>
</div>
</div>
<div class="story">
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="bottstrap/js/bootstrap.min.js"></script>
</body>
</html>