-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
183 lines (165 loc) · 5.63 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
<html ng-app="myapp">
<head>
<link href="https://fonts.googleapis.com/css?family=Princess+Sofia|Roboto" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular-route.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="jscript.js"></script>
<title>Rohit Agrawal</title>
<style>
body {
background-color: #dcf6f0;
}
.navbar-brand {
font-family: 'Roboto', sans-serif;
font-size: 22px;
}
li {
font-family: 'Roboto', sans-serif;
font-size: 15px;
}
.jumbotron{
background-color: #dcf6f0;
}
#cover-heading {
font-family: 'Princess Sofia', cursive;
font-size: 65px;
position: relative;
top: 80px;
color: #217d68;
}
#coverhead {
font-family: 'Roboto', sans-serif;
position: relative;
top: 80px;
font-size: 20px;
color: #217d68;
}
.img-responsive {
position: relative;
top: 150px;
margin: 0 auto;
}
.brandImage {
width: 40px;
height: auto;
}
#aboutMe{
position:relative;
top:50px;
}
.col-lg-8{
position:relative;
top:50px;
font-family: 'Roboto', sans-serif;
font-size:30px;
}
.col-lg-4{
position:relative;
top:70px;
}
#aboutmehead{
font-family: 'Roboto', sans-serif;
font-size:55px;
color:#217d68;
}
#aboutmehead2{
font-family: 'Roboto', sans-serif;
font-size:55px;
color:#217d68;
position:relative;
top:118px;
}
#footer2{
background-color:white;
position:relative;
top:100px;
width:100%;
margin:0;
height:50%;
}
.col-md-8{
position:relative;
top:50px;
font-family: 'Roboto', sans-serif;
font-size:30px;
}
.par{
position: relative;
top:50px;
}
#projecthead{
font-family: 'Roboto', sans-serif;
font-size:55px;
color:#217d68;
}
#pro1{
position:relative;
top:0px;
}
#pro2{
position: relative;
top:-10px;
}
</style>
</head>
<body >
<nav class="navbar navbar-default navbar-fixed-top ">
<div class="container" >
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a href="" class="navbar-brand"><img class="brandImage" src="sticker,375x360.u2.png"></a> -->
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right ">
<li><a href="#/">HOME</a></li>
<li><a href="#aboutme">ABOUT ME</a></li>
<li><a href="#projects">PROJECTS</a></li>
</ul>
</div>
</div>
</nav>
<div ng-view>
</div>
<!-- <footer>
<div class="container jumbotron" id="footer2" style="height:2em;">
<h1 class="text-center">CONTACT</h1>
<div class="text-center">
<p><strong>Email Id:</strong> [email protected]</p>
</div>
<div class="text-center">
<p><strong>Phone No.:</strong> 8439439056</p>
</div>
</div>
</div>
</footer> -->
<span class="fa fa-facebook-square"></span><span class="fa fa-facebook-square"></span><span class="fa fa-facebook-square"></span>
<br/><br/><br/><br/><br/>
<div style="background-color:#2BBBAD">
<footer id="footer" >
<div class="container">
<section class="links">
<div class="row" style="margin-top:30px;color: white;">
<h2>“There are three responses to a piece of design – yes, no, and WOW! Wow is the one to aim for.”</h2><h3 style="float: right;"> -Milton Glaser</h3>
<br/><br/>
</div>
</section><br/><br/>
<div class="row" style="color:white;float:right;">
<a href="https://www.facebook.com/rohit.agrawal.9235199" ><span style="color:#2E2E2E;">Facebook</span></a>
|
<a href="https://plus.google.com/u/0/117099399397382806136" ><span style="color:#2E2E2E;">Google+</span></a>
|
<a href="https://in.linkedin.com/in/rohit-agrawal-868b20a3" ><span style="color:#2E2E2E;">LinkedIn</span></a>
</div>
</div>
</footer>
</div>
</body>
</html>