This commit is contained in:
gurusabarish
2020-08-31 23:51:20 +05:30
parent 72e49d4efa
commit 21c4c15b65
58 changed files with 25606 additions and 16 deletions
+4 -1
View File
@@ -6,4 +6,7 @@
<link rel="icon" href="{{ .Site.Params.favicon | default "/assets/images/favicon.png"}}" type="image/gif">
<!-- Header and Footer -->
<link rel="stylesheet" href="/css/head_foot.css">
<link rel="stylesheet" href="/css/head_foot.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
+2 -1
View File
@@ -1,3 +1,4 @@
<!-- javascripts -->
<script src="/js/jquery.slim.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/all.js"></script>
+17 -1
View File
@@ -1,3 +1,19 @@
<div class="home container-fluid" id="home">
<div class="home container-fluid row" id="home">
<div class="col-lg-8 col-sm">
<div class="name-intro">
Hi there, I'm
<h1 class="name">Gurusabarish</h1>
<i class="fab fa-github-square"></i>
<i class="fab fa-linkedin"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
<div class="jop">
</div>
</div>
</div>
<div class="col col-lg-2 col-sm">
</div>
</div>