Basic Home Page Implementation
* Moves assets from old website * Basic layout based on old website * Move home page from old website
This commit is contained in:
23
src/views/home.ecr
Normal file
23
src/views/home.ecr
Normal file
@@ -0,0 +1,23 @@
|
||||
<div class="text-center">
|
||||
<div>
|
||||
<p class="first-letter">
|
||||
"Hello Friend!! My name is Indrajith K L." I'm a web developer, hobbyist game developer from India, working as a front-end developer.
|
||||
This site is where I write about my fun side projects, R&D's, random thoughts, game development etc. Since you are here why don't you read some <a href="/posts" class="text-main-cardheading font-bold">posts</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div>
|
||||
<h4>Books I'm reading now</h4>
|
||||
<div id="gr_grid_widget_1676363812"></div>
|
||||
</div>
|
||||
<h4>Recent Posts</h4>
|
||||
<ul>
|
||||
<!--
|
||||
li -> posts
|
||||
-->
|
||||
</ul>
|
||||
</div>
|
||||
<script src="https://www.goodreads.com/review/grid_widget/162656738.Indrajith's%20currently-reading%20book%20montage?cover_size=medium&hide_link=&hide_title=true&num_books=20&order=a&shelf=currently-reading&sort=date_added&widget_id=1676363812" type="text/javascript" charset="utf-8"></script>
|
||||
|
||||
Reference in New Issue
Block a user