Started work on off canvas navigation and standardized a few properties
This commit is contained in:
+17
-17
@@ -16,16 +16,16 @@
|
||||
<h1>rohit pai</h1>
|
||||
</a>
|
||||
<ul>
|
||||
<li><a href="#about">about</a></li>
|
||||
<li><a href="#curiculumvitae">cv</a></li>
|
||||
<li><a href="#projects">projects</a></li>
|
||||
<li><a href="#contact">contact</a></li>
|
||||
<li><a href="#">blog</a></li>
|
||||
<li><a href="#about" class="textShadow"><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>
|
||||
<a href="" class="btn btnPrimary">Contact Me</a>
|
||||
<a href="" class="btn btnPrimary boxShadowIn boxShadowOut">Contact Me</a>
|
||||
<a href="#about"><i class="fas fa-chevron-down"></i></a>
|
||||
</div>
|
||||
</header>
|
||||
@@ -38,7 +38,7 @@
|
||||
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" download="">Download CV</a></div>
|
||||
<a href="other/rohitpaicv.pdf" class="btn btnPrimary boxShadowIn boxShadowOut" download="">Download CV</a></div>
|
||||
<div id="curiculumvitae">
|
||||
<h1>curriculum vitae</h1>
|
||||
<div class="cvGrid">
|
||||
@@ -61,8 +61,8 @@
|
||||
iure iusto libero molestias nobis nostrum placeat praesentium quia quo reprehenderit,
|
||||
repudiandae.</p>
|
||||
<div class="flexCol">
|
||||
<a href="" class="btn btnPrimary">testing</a>
|
||||
<a href="" class="btn btnOutline">testing</a>
|
||||
<a href="" class="btn btnPrimary boxShadowIn boxShadowOut">testing</a>
|
||||
<a href="" class="btn btnOutline boxShadowIn boxShadowOut">testing</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -75,8 +75,8 @@
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit, voluptates.</p>
|
||||
</div>
|
||||
<div>
|
||||
<a href="" class="btn btnPrimary"></a>
|
||||
<a href="" class="btn btnOutline"></a>
|
||||
<a href="" class="btn btnPrimary boxShadowIn boxShadowOut"></a>
|
||||
<a href="" class="btn btnOutline boxShadowIn boxShadowOut"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -86,8 +86,8 @@
|
||||
<p>Adipisci aspernatur consectetur debitis fugiat minus mollitia rem ullam, voluptate.</p>
|
||||
</div>
|
||||
<div>
|
||||
<a href="" class="btn btnPrimary"></a>
|
||||
<a href="" class="btn btnOutline"></a>
|
||||
<a href="" class="btn btnPrimary boxShadowIn boxShadowOut"></a>
|
||||
<a href="" class="btn btnOutline boxShadowIn boxShadowOut"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -97,12 +97,12 @@
|
||||
<p>Beatae culpa distinctio dolorum eius et fugit optio reiciendis soluta!</p>
|
||||
</div>
|
||||
<div>
|
||||
<a href="" class="btn btnPrimary"></a>
|
||||
<a href="" class="btn btnOutline"></a>
|
||||
<a href="" class="btn btnPrimary boxShadowIn boxShadowOut"></a>
|
||||
<a href="" class="btn btnOutline boxShadowIn boxShadowOut"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a href="" class="btn btnPrimary"></a></div>
|
||||
<a href="" class="btn btnPrimary boxShadowIn boxShadowOut"></a></div>
|
||||
</div>
|
||||
<div id="contact">
|
||||
<div id="findme">
|
||||
@@ -141,7 +141,7 @@
|
||||
<div class="formControl">
|
||||
<label for="message">Message</label>
|
||||
<textarea name="message" id="message" cols="30" rows="10"></textarea></div>
|
||||
<input type="submit" class="btn btnPrimary" value="Say Hello">
|
||||
<input type="submit" class="btn btnPrimary boxShadowIn boxShadowOut" value="Say Hello">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user