-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
214 lines (174 loc) · 9.46 KB
/
Copy pathindex.html
File metadata and controls
214 lines (174 loc) · 9.46 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
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
209
210
211
212
213
214
<html>
<head><title>Vikram Rathod| Portfolio</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link href="https://fonts.googleapis.com/css?family=Acme|Amatic+SC|Anton|Droid+Sans|Inconsolata|Josefin+Sans|Playfair+Display|Raleway|Roboto+Slab|Yanone+Kaffeesatz" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans:100|Dosis:200|Ek+Mukta:200|Josefin+Sans:100|Lato:100|Roboto+Condensed:300|Work+Sans:100" rel="stylesheet">
<style>
section{
width:100vw;
height:100vh;
padding:50px;
}
.white-color{
color:white;
}
hr {
height: 1px;
color: #b2afae;
background-color:#b2afae;
border: 0;
}
img:hover{
opacity: .5
}
.image{
width:450px;
transition : opacity .1s ease-in-out
}
body, html {
height: 100%;
}
.bg {
background-image: url("images/header.jpg");
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.text-home{
text-align: center;
position: absolute;
top: 26%;
left: 29%;
transform: translate(-50%, -50%);
color: white;
}
</style>
</head>
<body data-spy="scroll" data-target=".navbar" link="white">
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#home" class="navbar-brand page-scroll navbar-left " style="font-size:175%; color:white;font-family:Raleway">Vikram Rathod </a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav navbar-right ">
<li><a href="#home" style="font-size:120%; color:white; font-family:Josefin Sans"> Home </a></li>
<li><a href="#about" style="font-size:120%; color:white; font-family:Josefin Sans"> About Me </a></li>
<li><a href="#skills" style="font-size:120%; color:white; font-family:Josefin Sans"> Skills </a></li>
<li><a href="#projects" style="font-size:120%; color:white; font-family:Josefin Sans"> Projects </a></li>
<li><a href="#contact" style="font-size:120%; color:white; font-family:Josefin Sans"> Contact Me </a></li>
</ul>
</div>
</div>
</nav>
<!-- AFTER NAVIGATION HEADER COdE -->
<div class="bg container-fluid" id="home">
<div class="container">
<br><br><br><br><br><br><br><br><br><br>
<h1 class="text-primary text-center" style="font-size:55px;-webkit-transform:scale(1.08,1.25); font-family:Raleway;color:white" > Welcome To My Portfolio </h1>
<hr class="text-center" width="45%" height="5px">
<h1 class="text-primary text-center" style="font-size:35px;-webkit-transform:scale(1.08,1.25); font-family:Josefin sans; color: #dbdbdb; word-spacing:5px;margin:3% 3% 3% 3%" > You can find my personal details and also information related to my projects on this page. </h1>
<center><button style=" color: white;background-color:#f7551b; margin:0.7% 0.7% 0.7% 0.7%;" class="btn btn-xl btn-lg btn-rounded ">Find Out More</button></center>
</div>
</div>
</div>
<!-- -------------------------------------------------------------------------------------------------------------- -->
<!-- ABOUT ME CODE -->
<div class="container-fluid" style="background-color:white" id="about">
<div class="text-center container">
<hr width="58%" height="5px" style="height: 1px;
color: #f7551b;
background-color:#f7551b;
border: 0;">
<h1 style="color:black; letter-spacing:20px; font-family:Josefin sans; font-size:60px"> About Me </h1>
<hr width="35%" height="5px" style="height: 1px;
color: #f7551b;
background-color:#f7551b;
border: 0;">
</div>
<center>
<img src="images/vikram.jpg" alt="html" class="img-thumbnail img-responsive img-circle" width="350px">
<h1 class="text-center" style="color:black; letter-spacing:20px; font-family:Josefin sans; font-size:35px"> Vikram Rathod </h1><br>
<h4 class="text-center" style="color:black; letter-spacing:7px; font-family:Josefin sans; font-size:25px"> Hey it's Vikram. I have recently started web development and this is my first webpage. I am familiar with HTML, CSS and Bootstrap.</h4>
</center>
</div> <br>
<!-- ------------------------------------------------------------------------ -->
<!-- SKILLS CODE -->
<div class="container-fluid" style="background-color:#ff7f44" id="skills">
<div class="text-center container">
<hr width="58%" height="5px" style="color:black">
<h1 style="color:white; letter-spacing:20px; font-family:Josefin sans; font-size:60px"> Skills </h1>
<hr width="35%" height="5px" style="color:black;">
<h1 style="color:black; letter-spacing:15px; font-family:Josefin sans; font-size:30px"> Languages I know: </h1>
</div>
<center>
<img src="images/html.jpg" alt="html" class="img-thumbnail img-responsive" style="margin:0.7% 0.7% 0.7% 0.7%">
<img src="images/css.jpg" alt="html" class="img-thumbnail img-responsive" style="margin:0.7% 0.7% 0.7% 0.7%">
<img src="images/boot.jpg" alt="html" class="img-thumbnail img-responsive" style="margin:0.7% 0.7% 0.7% 0.7%"><br>
<img src="images/java.png" alt="java" class="img-thumbnail img-responsive" width="220px" style="margin:0.7% 0.7% 0.7% 0.7%">
<img src="images/C.jpg" alt="c" class="img-thumbnail img-responsive" width="210px" style="margin:0.7% 0.7% 0.7% 0.7%">
</center><br>
</div>
<!-- ---------------------------------------------------------------------------------------------------------------- -->
<!-- PROJECTS CODE -->
<div class="container-fluid" style="background-color: white; "id="projects">
<div class="text-center container">
<hr width="58%" height="5px" style="color:black">
<h1 style="color:black; letter-spacing:20px; font-family:Josefin sans; font-size:60px"> Projects </h1>
<hr width="35%" height="5px" style="color:black;">
</div>
<center>
<img src="images/projects/1.jpg" alt="html" class="img-thumbnail img-responsive image">
<img src="images/projects/2.jpg" alt="html" class="img-thumbnail img-responsive image">
<img src="images/projects/3.jpg" alt="html" class="img-thumbnail img-responsive image"><br>
<img src="images/projects/4.jpg" alt="html" class="img-thumbnail img-responsive image">
<img src="images/projects/5.jpg" alt="html" class="img-thumbnail img-responsive image">
<img src="images/projects/6.jpg" alt="html" class="img-thumbnail img-responsive image">
</center><br><br>
</div>
<!-- ____________________________________________________________________________________________________________________ -->
<!-- CONTACT ME -->
<div class="container-fluid" style="background-color:#ff7f44" id="contact">
<div class="text-center container">
<hr width="58%" height="5px" style="height: 1px;
color: #f7551b;
background-color:#f7551b;
border: 0;">
<h1 style="color:black; letter-spacing:20px; font-family:Josefin sans; font-size:60px"> Contact Me </h1>
<hr width="35%" height="5px" style="height: 1px;
color: #f7551b;
background-color:#f7551b;
border: 0;">
</div>
<center>
<h4 class="text-center" style="color:black; letter-spacing:7px; font-family:Josefin sans; font-size:25px"> Below is my personal number. You can call me or mail me, I'll reach out to you within 24hours .</h4>
</center>
<div class"container"><br><br>
<center>
<span style="font-size:50px;" class="glyphicon glyphicon-earphone fa-5x"</span>
<h2 class="text-center" style="color:black; letter-spacing:7px; font-family:Josefin sans; font-size:25px"> +91-976-956-4348</h2>
<h1 class="text-center" style="color:black; letter-spacing:0px; font-family:Josefin sans; font-size:60px" >Or</h1>
</center><br>
<center>
<span style="font-size:50px;" class="glyphicon glyphicon-envelope"></span>
<h2 class="text-center" style="color:black; letter-spacing:7px; font-family:Josefin sans; font-size:25px"><a href="mailto:rathodvikram44@gmail.com" >rathodvikram44@gmail.com</a></h2><br>
</center>
</div></div>
<!-- _____________________________________________________________________________________________________________ -->
<!-- Footer Code -->
<div class="container-fluid" style="background-color:black" id="skills">
<div class="text-center container">
<h1 style="color:white; letter-spacing:10px; font-family:Josefin sans; font-size:20px"> Designed using HTML, CSS and Bootstrap | Made by Vikram. </h1>
<p> Copyright © 2017 ---. All Rights Reserved.</p>
</div></div>
</body>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
</html>