Linked backend to frontend and fixed basic formatting in few files
This commit is contained in:
+8
-58
@@ -28,7 +28,7 @@
|
||||
|
||||
<ul>
|
||||
<li><a href="#about" class="textShadow active"><span><</span>about<span>></span></a></li>
|
||||
<li><a href="#curriculumvitae" class="textShadow"><span><</span>cv<span>></span></a></li>
|
||||
<li><a href="#curriculumVitae" 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>
|
||||
@@ -57,7 +57,7 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="curriculumvitae">
|
||||
<section id="curriculumVitae">
|
||||
<h1>curriculum vitae</h1>
|
||||
<div class="cvGrid">
|
||||
<!-- https://codepen.io/keithwyland/pen/wqNqvy -->
|
||||
@@ -75,64 +75,14 @@
|
||||
</section>
|
||||
|
||||
<section id="projects">
|
||||
<div class="mainProj">
|
||||
<h1>project title to be generated</h1>
|
||||
<div>
|
||||
<img src="imgs/1000x800.jpg" alt="">
|
||||
<div class="flexRow">
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus dolorem dolores esse itaque
|
||||
iure iusto libero molestias nobis nostrum placeat praesentium quia quo reprehenderit,
|
||||
repudiandae.</p>
|
||||
<div class="flexCol">
|
||||
<a href="" class="btn btnPrimary boxShadowIn boxShadowOut" disabled="disabled">testing</a>
|
||||
<a href="" class="btn btnOutline boxShadowIn boxShadowOut">testing</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mainProj" id="mainProj">
|
||||
|
||||
</div>
|
||||
|
||||
<div class="otherProj">
|
||||
<div class="otherProj" id="otherProj">
|
||||
<h1>other projects</h1>
|
||||
<div>
|
||||
<div class="oProjItem">
|
||||
<img src="imgs/500x400.jpg" alt="">
|
||||
<div class="flexCol">
|
||||
<div>
|
||||
<p>Adipisci aspernatur consectetur debitis fugiat minus mollitia rem ullam,
|
||||
voluptate.</p>
|
||||
</div>
|
||||
<div>
|
||||
<a href="" class="btn btnPrimary boxShadowIn boxShadowOut">View Project</a>
|
||||
<a href="" class="btn btnOutline boxShadowIn boxShadowOut">Github</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="oProjItem">
|
||||
<img src="imgs/500x400.jpg" alt="">
|
||||
<div class="flexCol">
|
||||
<div>
|
||||
<p>Adipisci aspernatur consectetur debitis fugiat minus mollitia rem ullam,
|
||||
voluptate.</p>
|
||||
</div>
|
||||
<div>
|
||||
<a href="" class="btn btnPrimary boxShadowIn boxShadowOut">View Project</a>
|
||||
<a href="" class="btn btnOutline boxShadowIn boxShadowOut">Github</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="oProjItem">
|
||||
<img src="imgs/500x400.jpg" alt="">
|
||||
<div class="flexCol">
|
||||
<div>
|
||||
<p>Adipisci aspernatur consectetur debitis fugiat minus mollitia rem ullam,
|
||||
voluptate.</p>
|
||||
</div>
|
||||
<div>
|
||||
<a href="" class="btn btnPrimary boxShadowIn boxShadowOut">View Project</a>
|
||||
<a href="" class="btn btnOutline boxShadowIn boxShadowOut">Github</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<a href="" class="btn btnPrimary boxShadowIn boxShadowOut">View More</a>
|
||||
</div>
|
||||
@@ -179,11 +129,11 @@
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<footer class="flexRow">
|
||||
<p>© 2021 Rohit Pai all rights reserved</p>
|
||||
<button class="goBackToTop"></button>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user