update
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/css/blog.css">
|
||||
|
||||
<!-- Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -55,18 +55,12 @@
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<div style="color:grey; font-size:16px;">{{ if .Params.categories }}<strong>Categories:</strong>
|
||||
{{range .Params.categories}}<a href="{{ "/categories/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
|
||||
{{end}}{{end}}
|
||||
</div>
|
||||
<div style="color:grey; font-size:16px;">{{ if .Params.moods }}<strong>Moods:</strong>
|
||||
{{range .Params.moods}}<a href="{{ "/moods/" | relLangURL }}{{ . | urlize }}">{{ . }}</a> {{end}}{{end}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
{{ end }}
|
||||
|
||||
|
||||
</section>
|
||||
{{ end }}
|
||||
@@ -12,6 +12,10 @@
|
||||
<!-- stylesheets -->
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/css/index.css">
|
||||
<link rel="stylesheet" href="/css/Fontawesome-all.css">
|
||||
|
||||
<!-- Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=PT+Serif&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -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">
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user