Skip to content

Commit ae64cce

Browse files
Hello World!
1 parent 5d42ddf commit ae64cce

File tree

7 files changed

+90
-8
lines changed

7 files changed

+90
-8
lines changed

css/responsive.css

Lines changed: 80 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,80 @@
1-
@media (max-width:991px){header{padding:0 20px}.toggle{display:block}header nav{border-radius:20px;position:absolute;width:80%;height:100%;margin-left:10%;margin-right:10%;transition:0.2s;top:1000px;left:-100%}header nav ul{border-radius:20px;background:#333;display:block;text-align:center}.menu{top:70px;left:0px}.single-promo{margin:5%}.about{}.title{font-size:20px;padding-top:150px}.email{font-size:10px}.welcome_area{height:600px}.about i{font-size:50px;padding:10px}.single-promo{margin:5%;padding:5px 15px}.col-6{padding-right:5px;padding-left:5px}}@media (min-width:991px){.about{margin-top:200px}}
1+
@media (max-width:991px) {
2+
header {
3+
padding: 0 20px
4+
}
5+
6+
.toggle {
7+
display: block
8+
}
9+
10+
header nav {
11+
border-radius: 20px;
12+
position: absolute;
13+
width: 80%;
14+
height: 100%;
15+
margin-left: 10%;
16+
margin-right: 10%;
17+
transition: 0.2s;
18+
top: 1000px;
19+
left: -100%
20+
}
21+
22+
header nav ul {
23+
border-radius: 20px;
24+
background: #333;
25+
display: block;
26+
text-align: center
27+
}
28+
29+
.menu {
30+
top: 70px;
31+
left: 0px
32+
}
33+
34+
.single-promo {
35+
margin: 5%
36+
}
37+
38+
.about {
39+
}
40+
41+
.title {
42+
font-size: 20px;
43+
padding-top: 150px
44+
}
45+
46+
.email {
47+
font-size: 10px
48+
}
49+
50+
.welcome_area {
51+
height: 600px
52+
}
53+
54+
.about i {
55+
font-size: 50px;
56+
padding: 10px
57+
}
58+
59+
.single-promo {
60+
margin: 5%;
61+
padding: 5px 15px
62+
}
63+
64+
.col-6 {
65+
padding-right: 5px;
66+
padding-left: 5px
67+
}
68+
.footer img {
69+
width: 80%;
70+
}
71+
72+
73+
}
74+
75+
@media (min-width:991px) {
76+
.about {
77+
margin-top: 200px
78+
}
79+
80+
}

css/style.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ header nav ul li a:hover {
200200
.fan {
201201
padding: 20px;
202202
font-size: 25px;
203-
width: 60px;
203+
204204
text-align: center;
205205
text-decoration: none;
206206
}
@@ -229,13 +229,14 @@ header nav ul li a:hover {
229229
color: white;
230230
}
231231

232+
.fa-github {
233+
background: #212529;
234+
color: white;
235+
}
232236
.footer a:hover {
233237
color: #fff;
234238
}
235239

236-
.footer h3 {
237-
font-weight: bold;
238-
}
239240

240241
.footer {
241242
background-color: #25499f;

img/device1.png

-28.5 KB
Loading

img/device3.png

44.9 KB
Loading

img/name.png

8.42 KB
Loading

img/namewhite.png

8.87 KB
Loading

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ <h2>I Love coding.</h2>
6565
<div id="work" class="owl-carousel work">
6666
<div><img alt="Sample Work" src="img/device1.png"></div>
6767
<div><img alt="Sample Work" src="img/device2.png"></div>
68+
<div><img alt="Sample Work" src="img/device3.png"></div>
6869
</div>
6970
<!-- Title End -->
7071
</section>
@@ -142,11 +143,11 @@ <h2>Certifications</h2>
142143
<!-- My Achivements Ends -->
143144
<!-- Footer Start -->
144145
<div id="footer" class="footer text-center p-5">
145-
<h3 class="text-light">Programmer Gaurav</h3>
146+
<h3 class="text-light"><img alt="programmergaurav" src="img/namewhite.png" width="25%"></h3>
147+
<a target="blank" href="https://github.com/ProgrammerGaurav"><i class="fan fab fa-github"></i></a>
146148
<a target="blank" href="https://www.facebook.com/profile.php?id=100026746380141"><i class="fan fab fa-facebook-f"></i></a>
147149
<a target="blank" href="https://www.instagram.com/programmergaurav/" ><i class="fab fan fa-instagram"></i></a>
148150
<a target="blank" href="https://www.linkedin.com/in/gaurav-gupta-ab8b7a175/"><i class="fan fab fa-linkedin"></i></a>
149-
<a target="blank" href="https://twitter.com/ProgrammerGRG"><i class="fan fab fa-twitter"></i></a>
150151
</div>
151152
<!-- Footer Ends -->
152153
<!-- Schema Starts -->
@@ -158,7 +159,8 @@ <h3 class="text-light">Programmer Gaurav</h3>
158159
"sameAs" : [ "https://www.instagram.com/programmergaurav/",
159160
"https://www.linkedin.com/in/gaurav-gupta-ab8b7a175/",
160161
"https://twitter.com/ProgrammerGRG",
161-
"https://www.facebook.com/profile.php?id=100026746380141"]
162+
"https://www.facebook.com/profile.php?id=100026746380141",
163+
"https://github.com/ProgrammerGaurav"]
162164
}
163165
</script>
164166
<!-- schema ends -->

0 commit comments

Comments
 (0)