Skip to content

Commit 561b779

Browse files
Hello World!
1 parent 72dd272 commit 561b779

File tree

4 files changed

+40
-57
lines changed

4 files changed

+40
-57
lines changed

contact.html

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,7 @@
22
<html>
33

44
<head>
5-
<title></title>
6-
<style type="text/css">
7-
body {
8-
margin: 0;
9-
padding: 0;
10-
height: 100%;
11-
width: 100%;
12-
background-color: black;
13-
}
14-
15-
iframe {
16-
overflow: hidden;
17-
overflow-x: hidden;
18-
overflow-y: hidden;
19-
height: 100%;
20-
width: 100%;
21-
position: absolute;
22-
top: 0px;
23-
left: 0px;
24-
right: 0px;
25-
bottom: 0px;
26-
margin-left: auto;
27-
margin-right: auto;
28-
}
29-
</style>
5+
<title>Programmer Gaurav | Gaurav Gupta | Contact | Web Developer</title>
306
<meta name="viewport" content="width=device-width, initial-scale=1.0">
317
<link rel="icon" href="img/icon.jpg">
328
<link rel="stylesheet" href="css/bootstrap.min.css">
@@ -55,7 +31,7 @@ <h1 class="">ProgrammerGaurav</h1>
5531
</a>
5632
<div class="collapse navbar-collapse" id="navbarSupportedContent">
5733
<ul class="navbar-nav ml-auto">
58-
<li class="nav-item active">
34+
<li class="nav-item">
5935
<a title="Home Navigation" class="nav-link" href="/">Home</a>
6036
</li>
6137
<li class="nav-item">
@@ -64,7 +40,7 @@ <h1 class="">ProgrammerGaurav</h1>
6440
<li class="nav-item">
6541
<a title="SKills Navigation" class="nav-link" href="/#skills">Skills</a>
6642
</li>
67-
<li class="nav-item">
43+
<li class="nav-item active">
6844
<a title="Contact Navigation" class="nav-link" href="">Contact</a>
6945
</li>
7046
</ul>

css/style.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/style.scss

Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,39 @@ section {
3232
z-index: 999999;
3333
background-color: transparent;
3434
transition-duration: 0.5s;
35-
}
3635

37-
.navbar .navbar-brand {
38-
padding-left: 0px;
39-
}
36+
.navbar-brand {
37+
padding-left: 0px;
4038

41-
.navbar .navbar-brand h1 {
42-
font-size: 24px;
43-
font-weight: bold;
44-
}
39+
h1 {
40+
font-size: 24px;
41+
font-weight: bold;
42+
}
43+
}
4544

46-
.toggle {
47-
display: none;
48-
}
45+
.toggle {
46+
display: none;
47+
}
4948

50-
.navbar-expand-md .navbar-nav .nav-link {
51-
transition-duration: 0.5s;
52-
border-radius: 10px;
53-
padding: 15px;
54-
}
49+
.navbar-nav {
5550

56-
.navbar-expand-md .navbar-nav .nav-link:hover {
57-
background-color: #ffffff;
58-
color: #000000;
51+
.nav-link {
52+
transition-duration: 0.5s;
53+
border-radius: 10px;
54+
padding: 15px;
55+
}
56+
57+
.nav-link:hover {
58+
background-color: #ffffff;
59+
color: #000000;
60+
}
61+
}
5962
}
6063

64+
65+
66+
67+
6168
/* Navigation bar ends */
6269
/* Title Starts */
6370
.parallax {
@@ -162,15 +169,15 @@ hr {
162169
.certifications {
163170
color: #000000;
164171
text-align: center;
165-
}
166172

167-
.certifications h2 {
168-
margin-top: 50px;
169-
}
173+
h2 {
174+
margin-top: 50px;
175+
}
170176

171-
.certifications img {
172-
height: 254px;
173-
padding: 20px;
177+
img {
178+
height: 254px;
179+
padding: 20px;
180+
}
174181
}
175182

176183
/* My Certifications Ends */

0 commit comments

Comments
 (0)