Skip to content

Commit

Permalink
Added skillsets button and minor enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
anil-dewani committed Mar 26, 2024
1 parent 4065b24 commit 6bf2005
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion personal-website/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ email_link = "mailto:contact@anildewani.com"
linkedin_link = "https://www.linkedin.com/in/anil-dewani"
telegram_link = "https://t.me/timefractals"
instagram_link = "https://www.instagram.com/madbytes/"

skillsets_link = "/about/"
homepage_header = "This is header"
homepage_sub_header = "This is sub header"

Expand Down
26 changes: 19 additions & 7 deletions personal-website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,22 @@
Github Profile
</a>

<br /><Br />
<a href="{{ .Site.Params.skillsets_link }}" class="btn btn-indigo w-100" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-list-tree" width="44"
height="44" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ffffff" fill="none" stroke-linecap="round"
stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M9 6h11" />
<path d="M12 12h8" />
<path d="M15 18h5" />
<path d="M5 6v.01" />
<path d="M8 12v.01" />
<path d="M11 18v.01" />
</svg>
Skillsets
</a>


</div>

Expand Down Expand Up @@ -144,8 +160,7 @@
business operations.
<br /><br />
In my free time, I try to give back to the world by releasing open-source projects.
<br /><br />
<a href="/about/">Click Here</a> to read more about me!
<br />
</p>


Expand All @@ -171,16 +186,13 @@
<div class="card-img-bottom img-responsive img-responsive-21x9"
style="background-image: url({{ .Params.cover_photo }});padding-top:18%;"></div>
<div class="card-body">
<h3 class="card-title">{{.Title}}</h3>
<a class="card-title" href="{{ .Permalink }}"> {{ .Title }}</a>
<p class="text-muted">{{ .Summary }}</p>
</div>
<div class="card-footer">

<div class="d-flex">
<p style="padding-top:5px;font-size:12px;">
{{ .Params.read_time }} read
</p>
<a href="{{.Permalink}}" class="btn btn-github ms-auto">Read More</a>
{{ .Params.read_time }} read
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion personal-website/layouts/partials/head/head-tags.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- disabled tabler <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta11/dist/css/tabler.min.css"> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/core@1.0.0-beta11/dist/css/tabler.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
Expand Down

0 comments on commit 6bf2005

Please sign in to comment.