Skip to content

Commit 27c54e8

Browse files
Hello World!
1 parent acde333 commit 27c54e8

File tree

4 files changed

+9305
-30
lines changed

4 files changed

+9305
-30
lines changed

css/bootstrap.min.css

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

css/style.css

Lines changed: 2 additions & 1 deletion
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-
203+
204204
text-align: center;
205205
text-decoration: none;
206206
}
@@ -233,6 +233,7 @@ header nav ul li a:hover {
233233
background: #212529;
234234
color: white;
235235
}
236+
236237
.footer a:hover {
237238
color: #fff;
238239
}

index.html

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h1>Programmer Gaurav</h1>
4444
</div>
4545
<nav>
4646
<ul>
47-
<li class="navopt"><a href="#nav">Home</a></li>
47+
<li class="navopt"><a href="#">Home</a></li>
4848
<li class="navopt"><a href="#work">Work</a></li>
4949
<li class="navopt"><a href="#skills">Skills</a></li>
5050
<li class="navopt"><a href="#about">About</a></li>
@@ -57,7 +57,7 @@ <h1>Programmer Gaurav</h1>
5757
</header>
5858
<!-- Navigation Bar Ends -->
5959
<!-- Title Start -->
60-
<div id="nav" class="title">
60+
<div class="title">
6161
<div class="type-wrap">
6262
<div id="typed-strings" class="typing">
6363
<h2>Hi, I am Gaurav.</h2>
@@ -70,20 +70,10 @@ <h2>I Love coding.</h2>
7070
<div class="email">
7171
<p>If you need a Website, then email me may be.</p>
7272
</div>
73-
<div>
74-
<div class="container-fluid">
75-
<div>
76-
<div class="row">
77-
<div class="col-12 col-xl-10 mx-auto">
78-
<div id="work" class="owl-carousel work">
79-
<div><img alt="Sample Work" src="img/device1.png"></div>
80-
<div><img alt="Sample Work" src="img/device2.png"></div>
81-
<div><img alt="Sample Work" src="img/device3.png"></div>
82-
</div>
83-
</div>
84-
</div>
85-
</div>
86-
</div>
73+
<div id="work" class="owl-carousel work col-12 col-xl-10 mx-auto">
74+
<div><img alt="Sample Work" src="img/device1.png"></div>
75+
<div><img alt="Sample Work" src="img/device2.png"></div>
76+
<div><img alt="Sample Work" src="img/device3.png"></div>
8777
</div>
8878
<!-- Title End -->
8979
</section>

js/script.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
11
var owl = $('.owl-carousel');
2-
$(function () {
3-
$('a[href*=\\#]:not([href=\\#])').on('click', function () {
4-
var target = $(this.hash);
5-
target = target.length ? target : $('[name=' + this.hash.substr(1) + ']');
6-
if (target.length) {
7-
$('html,body').animate({
8-
scrollTop: target.offset().top
9-
}, 1000);
10-
return false;
11-
}
12-
});
13-
});
142
owl.owlCarousel({
153
items: 1,
164
loop: true,

0 commit comments

Comments
 (0)