changing routing mechanism
This commit is contained in:
@@ -25,28 +25,32 @@
|
||||
</nav> -->
|
||||
</header>
|
||||
|
||||
<div id="goToMain">
|
||||
<i class="fa fa-times-circle-o"></i>
|
||||
</div>
|
||||
<a href="http://arjunpatel.me/index.html">
|
||||
<div id="goToMain">
|
||||
<i class="fa fa-times-circle-o"></i>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
<section id="blog">
|
||||
<div class="blogCard">
|
||||
<div class="title">
|
||||
The College Programming Tutorial Article Blog Thingy?
|
||||
</div>
|
||||
<div class="info">
|
||||
<i class="fa fa-user"></i>
|
||||
<p>Arjun Patel</p>
|
||||
<i class="fa fa-calendar"></i>
|
||||
<p>7/7/18</p>
|
||||
<a href="http://arjunpatel.me/blogs/1.html">
|
||||
<div class="blogCard">
|
||||
<div class="title">
|
||||
The College Programming Tutorial Article Blog Thingy?
|
||||
</div>
|
||||
<div class="info">
|
||||
<i class="fa fa-user"></i>
|
||||
<p>Arjun Patel</p>
|
||||
<i class="fa fa-calendar"></i>
|
||||
<p>7/7/18</p>
|
||||
</div>
|
||||
<img class="pic"src="images/blogs/1/pic.jpg"/>
|
||||
<div class="content">
|
||||
<p>I probably should have started this earlier, but here we go! This is my super official blog. Alright let's get a little serious. I want to discuss development insight I have on my current projects and work, explain key technical findings, and also talk about cool tech.</p>
|
||||
<p id="1" class="readMore">Read More</p>
|
||||
</div>
|
||||
</div>
|
||||
<img class="pic"src="images/blogs/1/pic.jpg"/>
|
||||
<div class="content">
|
||||
<p>I probably should have started this earlier, but here we go! This is my super official blog. Alright let's get a little serious. I want to discuss development insight I have on my current projects and work, explain key technical findings, and also talk about cool tech.</p>
|
||||
<p id="1" class="readMore">Read More</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<!-- Scripts -->
|
||||
|
||||
Reference in New Issue
Block a user