Navigation completed, updated links active status with scrolling. Updated gulpfile.js to use terser instead as it supports es6
This commit is contained in:
+10
-10
@@ -8,6 +8,7 @@
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
<script src="https://kit.fontawesome.com/ed3c25598e.js" crossorigin="anonymous"></script>
|
||||
<script src="js/main.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
@@ -24,13 +25,12 @@
|
||||
</label>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="#about" class="textShadow"><span><</span>about<span>></span></a></li>
|
||||
<li><a href="#about" class="textShadow active"><span><</span>about<span>></span></a></li>
|
||||
<li><a href="#curiculumvitae" class="textShadow"><span><</span>cv<span>></span></a></li>
|
||||
<li><a href="#projects" class="textShadow"><span><</span>projects<span>></span></a></li>
|
||||
<li><a href="#contact" class="textShadow"><span><</span>contact<span>></span></a></li>
|
||||
<li><a href="#" class="textShadow"><span><</span>blog<span>></span></a></li>
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
<div>
|
||||
<h1>full stack developer_</h1>
|
||||
@@ -39,7 +39,7 @@
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<div id="about">
|
||||
<section id="about">
|
||||
<h1>about</h1>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Beatae debitis dolore, illum minus molestias
|
||||
officiis quidem similique ut. Autem consectetur eum, fugit illum ipsam laudantium magnam magni minima
|
||||
@@ -47,8 +47,8 @@
|
||||
exercitationem fugiat harum itaque laudantium placeat repellat suscipit velit! Aliquam architecto autem
|
||||
beatae consectetur, dicta dolorum eligendi esse harum hic iure labore, libero molestias nemo neque nisi
|
||||
nostrum odio sed sunt tempora totam voluptatem voluptatibus.</p>
|
||||
<a href="other/rohitpaicv.pdf" class="btn btnPrimary boxShadowIn boxShadowOut" download="">Download CV</a></div>
|
||||
<div id="curiculumvitae">
|
||||
<a href="other/rohitpaicv.pdf" class="btn btnPrimary boxShadowIn boxShadowOut" download="">Download CV</a></section>
|
||||
<section id="curiculumvitae">
|
||||
<h1>curriculum vitae</h1>
|
||||
<div class="cvGrid">
|
||||
<div>
|
||||
@@ -60,8 +60,8 @@
|
||||
<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquid aperiam atque blanditiis doloribus labore minima odio recusandae tempore. Totam, ut!</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="projects">
|
||||
</section>
|
||||
<section id="projects">
|
||||
<div class="mainProj">
|
||||
<h1>project title to be generated</h1>
|
||||
<div><img src="" alt="">
|
||||
@@ -112,8 +112,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<a href="" class="btn btnPrimary boxShadowIn boxShadowOut"></a></div>
|
||||
</div>
|
||||
<div id="contact">
|
||||
</section>
|
||||
<section id="contact">
|
||||
<div id="findme">
|
||||
<h1>find me</h1>
|
||||
<div class="flexRow socialIcons">
|
||||
@@ -153,7 +153,7 @@
|
||||
<input type="submit" class="btn btnPrimary boxShadowIn boxShadowOut" value="Say Hello">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<footer class="flexRow">
|
||||
<p>© 2021 Rohit Pai all rights reserved</p>
|
||||
<button class="goBackToTop"></button>
|
||||
|
||||
Reference in New Issue
Block a user