Skip to content

Commit

Permalink
image change + header tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rupakyeware committed Jan 28, 2022
1 parent 71aaa37 commit 39b696b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
Binary file removed Images/main-img.png
Binary file not shown.
Binary file added Images/rupak-main-img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 15 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Required meta tags -->
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
content="width=device-width, initial-scale=1"
/>

<!-- Bootstrap Scripts -->
Expand Down Expand Up @@ -56,16 +56,19 @@
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto">
<li class="nav-item mr-1">
<a class="nav-link" href="#">Home</a>
<a class="nav-link" href="#">home</a>
</li>
<li class="nav-item mr-1">
<a class="nav-link" href="#">Skills</a>
<a class="nav-link" href="#">skills</a>
</li>
<li class="nav-item mr-1">
<a class="nav-link" href="#">Videos</a>
<a class="nav-link" href="#">projects</a>
</li>
<li class="nav-item mr-1">
<a class="nav-link" href="#">Contact</a>
<a class="nav-link" href="#">videos</a>
</li>
<li class="nav-item mr-1">
<a class="nav-link" href="#">contact</a>
</li>
</ul>
</div>
Expand All @@ -88,7 +91,7 @@ <h2 class="text-hl">Web Developer</h2>
class="col-md-6 d-flex align-items-center justify-content-center"
>
<div class="">
<img src="Images/main-img.png" alt="title-img" class="w-100" />
<img src="Images/rupak-main-img.png" alt="title-img" class="w-100" />
</div>
</div>
</div>
Expand All @@ -98,7 +101,7 @@ <h2 class="text-hl">Web Developer</h2>
<section id="skills">
<div class="mt-3 pt-5 pb-5">
<div class="d-flex align-items-center justify-content-center">
<h2 class="h2-skills mt-3">Skills</h2>
<h2 class="h2-skills mt-3">skills</h2>
</div>
<div class="row no-gutters">
<div
Expand Down Expand Up @@ -218,13 +221,13 @@ <h3>Node.js</h3>
<section id="videos">
<div class="mt-3 pt-5 pb-5">
<div class="d-flex align-items-center justify-content-center">
<h2 class="h2-videos mt-3">Videos</h2>
<h2 class="h2-videos mt-3">videos</h2>
</div>
<div class="container-fluid">
<div class="row p-1">
<div class="container-fluid mt-5">
<div class="row">
<!-- Video 1 -->
<div class="col-sm-4">
<div class="embed-responsive embed-responsive-16by9">
<div class="embed-responsive embed-responsive-16by9 d-flex align-items-center">
<iframe
class="embed-responsive-item"
width="560"
Expand Down Expand Up @@ -268,7 +271,7 @@ <h2 class="h2-videos mt-3">Videos</h2>
</div>
</div>
</div>
<div class="row p-1">
<div class="row mt-3">
<!-- Video 4 -->
<div class="col-sm-4">
<div class="embed-responsive embed-responsive-16by9">
Expand Down

0 comments on commit 39b696b

Please sign in to comment.