v3 development
@@ -1,4 +1 @@
|
||||
/public
|
||||
/content
|
||||
/config.yaml
|
||||
/static/images
|
||||
@@ -0,0 +1,129 @@
|
||||
baseURL: "https://example.com"
|
||||
languageCode: "en-us"
|
||||
title: "Hugo-profile"
|
||||
|
||||
googleanalytics: UA-xxxxxx-x
|
||||
disqusShortname:
|
||||
Paginate: 3
|
||||
ignoreErrors: ["error-remote-getjson"]
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
taxonomies:
|
||||
tag: "tags"
|
||||
category: "categories"
|
||||
|
||||
enableEmoji: true
|
||||
params:
|
||||
version: 3
|
||||
|
||||
favicon: "/images/fav.png"
|
||||
description: "A high performance hugo theme for personal portfolio and blog."
|
||||
|
||||
# Navbar Menus
|
||||
customMenus:
|
||||
- name: "About"
|
||||
Url: "/#about"
|
||||
- name: "Experience"
|
||||
Url: "/#experience"
|
||||
- name: "Education"
|
||||
Url: "/#education"
|
||||
- name: "Projects"
|
||||
Url: "/#projects"
|
||||
- name: "Contact"
|
||||
Url: "/#contact"
|
||||
- name: Achievements
|
||||
Url: "/#achievements"
|
||||
- name: "Blog"
|
||||
Url: "/blog"
|
||||
|
||||
# home
|
||||
socialiconfooter: true
|
||||
disablehome: false
|
||||
profile_image: "/images/gurusabarish.webp"
|
||||
name: "Gurusabarish"
|
||||
profession: "Full stack developer"
|
||||
github: "https://github.com/gurusabarish"
|
||||
linkedin: "https://linkedin.com/in/gurusabarish"
|
||||
twitter: "https://twitter.com/gurusabarishh"
|
||||
instagram: "https://instagram.com/gurusabarishh"
|
||||
facebook: "https://facebook.com"
|
||||
|
||||
# About
|
||||
descripe_l1_person: "Hi, I'm Gurusabarish, a passionate web developer and ML engineer. I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
|
||||
descripe_l2_person: "I started my career as a web developer back in 2020 when try to make a blog for me. You can find my works [here](#projects)"
|
||||
skills:
|
||||
- name: CSS
|
||||
percentage: 90
|
||||
- name: Django
|
||||
percentage: 85
|
||||
- name: Hugo
|
||||
percentage: 80
|
||||
- name: React JS
|
||||
percentage: 70
|
||||
|
||||
# Experience
|
||||
experience:
|
||||
- company: "Google"
|
||||
role: "Software developer"
|
||||
startdate: Feb 2021
|
||||
enddate: April 2021
|
||||
featuredpoints:
|
||||
- point: It's a very good experience.
|
||||
- point: It's a very good experience.
|
||||
- point: It's a very good experience.
|
||||
- company: "Googlye"
|
||||
role: "Software developer"
|
||||
startdate: Feb 2021
|
||||
enddate: April 2021
|
||||
featuredpoints:
|
||||
- point: It's a very good experience.It's a very good experience.It's a very good experience.
|
||||
- point: It's a very good experience.
|
||||
- point: It's a very good experience.
|
||||
- company: "Gootgle"
|
||||
role: "Software developer"
|
||||
startdate: Feb 2021
|
||||
enddate: April 2021
|
||||
featuredpoints:
|
||||
- point: It's a very good experience.
|
||||
- point: It's a very good experience.
|
||||
- point: It's a very good experience.
|
||||
|
||||
# Education
|
||||
education:
|
||||
- degree: "B.tech"
|
||||
branch: "Information Technology"
|
||||
university: "Bannari Amman Institute Of Technology"
|
||||
startedyear: "2021"
|
||||
graduation: "2023"
|
||||
- degree: "B.tech"
|
||||
branch: "Information Technology"
|
||||
university: "Bannari Amman Institute Of Technology"
|
||||
startedyear: "2021"
|
||||
graduation: "2023"
|
||||
- degree: "B.tech"
|
||||
branch: "Information Technology"
|
||||
university: "Bannari Amman Institute Of Technology"
|
||||
startedyear: "2021"
|
||||
graduation: "2023"
|
||||
|
||||
# Projects
|
||||
projects:
|
||||
- name: "hugo profile"
|
||||
img: https://blog.gurusabarish.tech/blog/deploy-hugo/hero.jpg
|
||||
githublink: ""
|
||||
featuredlink: ""
|
||||
description: ""
|
||||
|
||||
# Achievements
|
||||
achievements:
|
||||
- title: Techfest winner
|
||||
description: It's a great experience.
|
||||
img: https://blog.gurusabarish.tech/blog/deploy-hugo/hero.jpg
|
||||
|
||||
#Description for seo. If you want to show description in your listing or single page, let's make it true
|
||||
showdescription: false
|
||||
tweet: true
|
||||
recentposts: true
|
||||
@@ -0,0 +1,34 @@
|
||||
---
|
||||
title: "Emoji Support"
|
||||
date: 2021-04-03T22:53:58+05:30
|
||||
draft: false
|
||||
github_link: "https://github.com/gurusabarish/hugo-profile"
|
||||
author: "Gurusabarish"
|
||||
tags:
|
||||
- Emoji support
|
||||
bg_image: ""
|
||||
description: ""
|
||||
toc:
|
||||
---
|
||||
|
||||
Emoji can be enabled in a Hugo project in a number of ways.
|
||||
|
||||
The [emojify](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes).
|
||||
|
||||
To enable emoji globally, set ```enableEmoji``` to ```true``` in your site’s [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g.
|
||||
|
||||
The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes.
|
||||
|
||||
<hr>
|
||||
|
||||
**N.B.** The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.
|
||||
|
||||
```
|
||||
.emoji {
|
||||
font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
|
||||
}
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
[Markdown format for emoji](https://gist.github.com/rxaviers/7360908)
|
||||
@@ -0,0 +1,143 @@
|
||||
---
|
||||
title: "Markdown Syntax"
|
||||
date: 2021-04-03T23:29:21+05:30
|
||||
draft: false
|
||||
github_link: "https://github.com/gurusabarish/hugo-profile"
|
||||
author: "Gurusabarish"
|
||||
tags:
|
||||
- Markdown syntax
|
||||
bg_image: ""
|
||||
description: ""
|
||||
toc:
|
||||
---
|
||||
|
||||
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
|
||||
<!--more-->
|
||||
|
||||
## Headings
|
||||
|
||||
The following HTML `<h1>`—`<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
|
||||
|
||||
# H1
|
||||
## H2
|
||||
### H3
|
||||
#### H4
|
||||
##### H5
|
||||
###### H6
|
||||
|
||||
## Paragraph
|
||||
|
||||
Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
|
||||
|
||||
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
|
||||
|
||||
|
||||
## Blockquotes
|
||||
|
||||
The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
|
||||
|
||||
#### Blockquote without attribution
|
||||
|
||||
|
||||
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
|
||||
> **Note** that you can use *Markdown syntax* within a blockquote.
|
||||
|
||||
|
||||
#### Blockquote with attribution
|
||||
|
||||
|
||||
> Don't communicate by sharing memory, share memory by communicating.</p>
|
||||
> — <cite>Rob Pike[^1]</cite>
|
||||
|
||||
|
||||
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
|
||||
|
||||
## Tables
|
||||
|
||||
Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
|
||||
|
||||
| Name | Age |
|
||||
| ----- | --- |
|
||||
| Bob | 27 |
|
||||
| Alice | 23 |
|
||||
|
||||
#### Inline Markdown within tables
|
||||
|
||||
| Inline | Markdown | In | Table |
|
||||
| ------------------------ | -------------------------- | ----------------------------------- | ------ |
|
||||
| *italics* | **bold** | ~~strikethrough~~ | `code` |
|
||||
|
||||
## Code Blocks
|
||||
|
||||
#### Code block with backticks
|
||||
|
||||
``` html
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Example HTML5 Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test</p>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
#### Code block indented with four spaces
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Example HTML5 Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
#### Code block with Hugo's internal highlight shortcode
|
||||
{{< highlight html >}}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Example HTML5 Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test</p>
|
||||
</body>
|
||||
</html>
|
||||
{{< /highlight >}}
|
||||
|
||||
## List Types
|
||||
|
||||
#### Ordered List
|
||||
|
||||
1. First item
|
||||
2. Second item
|
||||
3. Third item
|
||||
|
||||
#### Unordered List
|
||||
|
||||
* List item
|
||||
* Another item
|
||||
* And another item
|
||||
|
||||
#### Nested list
|
||||
|
||||
* Item
|
||||
1. First Sub-item
|
||||
2. Second Sub-item
|
||||
|
||||
## Other Elements — abbr, sub, sup, kbd, mark
|
||||
|
||||
<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
|
||||
|
||||
H<sub>2</sub>O
|
||||
|
||||
X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
|
||||
|
||||
Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
|
||||
|
||||
Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
|
||||
@@ -0,0 +1,40 @@
|
||||
---
|
||||
title: "Placeholder Text"
|
||||
date: 2021-04-03T22:41:10+05:30
|
||||
draft: false
|
||||
github_link: "https://github.com/gurusabarish/hugo-profile"
|
||||
author: "Gurusabarish"
|
||||
tags:
|
||||
- Placeholder text
|
||||
bg_image: ""
|
||||
description: ""
|
||||
toc:
|
||||
---
|
||||
|
||||
Lorem est tota propiore conpellat pectoribus de pectora summo.
|
||||
|
||||
Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
|
||||
|
||||
1. Exierant elisi ambit vivere dedere
|
||||
2. Duce pollice
|
||||
3. Eris modo
|
||||
4. Spargitque ferrea quos palude
|
||||
|
||||
Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
|
||||
|
||||
1. Comas hunc haec pietate fetum procerum dixit
|
||||
2. Post torum vates letum Tiresia
|
||||
3. Flumen querellas
|
||||
4. Arcanaque montibus omnes
|
||||
5. Quidem et
|
||||
|
||||
# Vagus elidunt
|
||||
|
||||
[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon)
|
||||
|
||||
## Mane refeci capiebant unda mulcebat
|
||||
Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. Faces illo pepulere tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
|
||||
|
||||
Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.
|
||||
|
||||
Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel mitis temploque vocatus, inque alis, oculos nomen non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides parte.
|
||||
@@ -0,0 +1,51 @@
|
||||
---
|
||||
title: "Rich Content"
|
||||
date: 2021-04-03T19:53:33+05:30
|
||||
draft: false
|
||||
author: "Gurusabarish"
|
||||
tags:
|
||||
- Rich content
|
||||
bg_image: ""
|
||||
description: ""
|
||||
toc:
|
||||
---
|
||||
|
||||
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
|
||||
|
||||
## Gist Simple Shortcode
|
||||
```
|
||||
{{</* gist spf13 7896402 "img.html" */>}}
|
||||
```
|
||||
<br>
|
||||
{{< gist spf13 7896402 "img.html" >}}
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
## Twitter Simple Shortcode
|
||||
```
|
||||
{{</* tweet 877500564405444608 */>}}
|
||||
```
|
||||
<br>
|
||||
{{< tweet 877500564405444608 >}}
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
## Vimeo Simple Shortcode
|
||||
```
|
||||
{{</* vimeo 146022717 */>}}
|
||||
```
|
||||
<br>
|
||||
{{< vimeo 146022717 >}}
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
## Youtube Simple Shortcode
|
||||
```
|
||||
{{</* youtube w7Ft2ymGmfc */>}}
|
||||
```
|
||||
<br>
|
||||
{{< youtube w7Ft2ymGmfc >}}
|
||||
<br>
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Hugo"
|
||||
date: 2021-05-04T11:30:13+05:30
|
||||
draft: false
|
||||
img: https://blog.gurusabarish.tech/blog/deploy-hugo/hero.jpg
|
||||
description: "Build your website with “Hugo” comment Go to the terminal and type “hugo” … "
|
||||
github: https://github.com/gurusabarish
|
||||
featured: https://blog.gurusabarish.tech
|
||||
---
|
||||
@@ -2,15 +2,39 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
{{- partial "head.html" . -}}
|
||||
{{- block "head" . -}}{{- end }}
|
||||
{{ if eq .Site.Params.version 1 }}
|
||||
{{- partial "sections/v1/head.html" . -}}
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/css/v1/head_foot.css" rel="stylesheet">
|
||||
{{- block "head" . -}}{{- end }}
|
||||
|
||||
{{ else if eq .Site.Params.version 2 }}
|
||||
{{- partial "sections/v2/head.html" . -}}
|
||||
{{- block "head" . -}}{{- end }}
|
||||
{{ else if eq .Site.Params.version 3 }}
|
||||
{{ else }}
|
||||
{{ end }}
|
||||
|
||||
</head>
|
||||
|
||||
<body class="bg-white">
|
||||
{{- partial "scripts.html" . -}}
|
||||
{{- partial "header.html" . -}}
|
||||
{{- block "main" . -}}{{- end }}
|
||||
{{- partial "footer.html" . -}}
|
||||
<body>
|
||||
{{ if eq .Site.Params.version 1 }}
|
||||
{{- partial "sections/v1/scripts.html" . -}}
|
||||
{{- partial "sections/v1/header1.html" . -}}
|
||||
{{- block "main" . -}}{{- end }}
|
||||
{{- partial "sections/v1/footer.html" . -}}
|
||||
|
||||
{{ else if eq .Site.Params.version 2 }}
|
||||
{{- partial "sections/v2/scripts.html" . -}}
|
||||
{{- partial "sections/v2/header.html" . -}}
|
||||
{{- block "main" . -}}{{- end }}
|
||||
{{- partial "sections/v2/footer.html" . -}}
|
||||
|
||||
{{ else if eq .Site.Params.version 3 }}
|
||||
{{ else }}
|
||||
{{ end }}
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -3,7 +3,13 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap" rel="stylesheet">
|
||||
<title>{{ .Title }}</title>
|
||||
|
||||
{{ if eq .Site.Params.version 1 }}
|
||||
<link href="/css/v1/blog.css" rel="stylesheet">
|
||||
{{ else if eq .Site.Params.version 2 }}
|
||||
<link href="/css/v2/post.css" rel="stylesheet">
|
||||
{{ else if eq .Site.Params.version 3 }}
|
||||
{{ else }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
|
||||
@@ -17,12 +23,9 @@
|
||||
<div class="">
|
||||
<!-- Date -->
|
||||
<span class="px-1">
|
||||
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-calendar" fill="currentColor"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd"
|
||||
d="M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1zm1-3a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2z" />
|
||||
<path fill-rule="evenodd"
|
||||
d="M3.5 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5zm9 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5z" />
|
||||
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-calendar" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" d="M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1zm1-3a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2z" />
|
||||
<path fill-rule="evenodd" d="M3.5 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5zm9 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5z" />
|
||||
</svg>
|
||||
</span>
|
||||
{{ dateFormat "Jan 2, 2006" .Date }}
|
||||
@@ -30,8 +33,7 @@
|
||||
<!-- Author -->
|
||||
{{ if .Params.author }}
|
||||
<span class="px-1">
|
||||
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-person-fill" fill="currentColor"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-person-fill" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
|
||||
</svg>
|
||||
</span>
|
||||
@@ -39,9 +41,9 @@
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.tweet }}
|
||||
|
||||
<div class="pt-3">
|
||||
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" data-size=large class="twitter-share-button"
|
||||
data-show-count="false">Tweet my work</a>
|
||||
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" data-size=large class="twitter-share-button" data-show-count="false">Tweet my work</a>
|
||||
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</div>
|
||||
{{ end }}
|
||||
@@ -108,8 +110,9 @@
|
||||
</section>
|
||||
|
||||
<script>
|
||||
$('.TOC').on('click', function () {
|
||||
$('.TOC').on('click', function() {
|
||||
$('.TOC-content').removeClass('d-none');
|
||||
});
|
||||
|
||||
</script>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@@ -1,15 +1,87 @@
|
||||
{{ define "head" }}
|
||||
<title>{{- .Site.Title -}}</title>
|
||||
<meta name="description" content="{{ .Site.Params.description }}">
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet"
|
||||
media="all">
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{{ if eq .Site.Params.version 1 }}
|
||||
|
||||
<head>
|
||||
<title>{{- .Site.Title -}}</title>
|
||||
<!-- stylesheets -->
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/css/all.min.css" media="all">
|
||||
<link rel="stylesheet" href="/css/fontawesome.min.css" media="all">
|
||||
<link rel="stylesheet" href="/css/v1/v1.css">
|
||||
|
||||
<!-- Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=PT+Serif&display=swap" rel="stylesheet">
|
||||
<meta name="description" content="{{ .Site.Params.description }}">
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
{{- partial "sections/v1/head.html" . -}}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{- partial "sections/v1/home.html" . -}}
|
||||
{{- partial "sections/v1/blog.html" . -}}
|
||||
{{- partial "sections/v1/about.html" . -}}
|
||||
{{- partial "sections/v1/do_things.html" . -}}
|
||||
{{- partial "sections/v1/projects.html" . -}}
|
||||
{{- partial "sections/v1/contact.html" . -}}
|
||||
|
||||
{{- partial "sections/v1/footer.html" . -}}
|
||||
{{- partial "sections/v1/scripts.html" . -}}
|
||||
</body>
|
||||
{{ else if eq .Site.Params.version 2 }}
|
||||
|
||||
<head>
|
||||
<title>{{- .Site.Title -}}</title>
|
||||
<meta name="description" content="{{ .Site.Params.description }}">
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet" media="all">
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
{{- partial "sections/v2/head.html" . -}}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{{- partial "sections/v2/header.html" . -}}
|
||||
{{- partial "sections/v2/about.html" . -}}
|
||||
{{- partial "sections/v2/do_things.html" . -}}
|
||||
{{- partial "sections/v2/footer.html" . -}}
|
||||
{{- partial "sections/v2/scripts.html" . -}}
|
||||
</body>
|
||||
|
||||
{{ else if eq .Site.Params.version 3 }}
|
||||
|
||||
<head>
|
||||
<title>{{- .Site.Title -}}</title>
|
||||
<meta name="description" content="{{ .Site.Params.description }}">
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400&display=swap" rel="stylesheet" media="all">
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
{{- partial "sections/v3/head.html" . -}}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
{{- partial "sections/v3/navbar.html" . -}}
|
||||
|
||||
{{ if .Site.Params.disablehome }}
|
||||
{{ else }}
|
||||
{{- partial "sections/v3/home.html" . -}}
|
||||
{{ end }}
|
||||
{{- partial "sections/v3/about.html" . -}}
|
||||
{{- partial "sections/v3/experience.html" . -}}
|
||||
{{- partial "sections/v3/education.html" . -}}
|
||||
{{- partial "sections/v3/projects.html" . -}}
|
||||
{{- partial "sections/v3/contact.html" . -}}
|
||||
{{- partial "sections/v3/achievements.html" . -}}
|
||||
{{- partial "sections/v3/footer.html" . -}}
|
||||
{{- partial "sections/v3/scripts.html" . -}}
|
||||
|
||||
<script src="js/contact.js"></script>
|
||||
</body>
|
||||
{{ else }}
|
||||
guru{{ .Site.Params.github }}
|
||||
|
||||
{{ end }}
|
||||
|
||||
|
||||
{{ define "main" }}
|
||||
{{- partial "sections/about.html" . -}}
|
||||
{{- partial "sections/do_things.html" . -}}
|
||||
{{ end }}
|
||||
</html>
|
||||
|
||||
@@ -1,142 +0,0 @@
|
||||
<footer>
|
||||
<!-- recent posts -->
|
||||
<div class="news container py-3">
|
||||
{{ if .Site.Params.recentposts }}
|
||||
<div class="h3 text-center text-light font-weight-bold">Recent posts</div>
|
||||
<div class="row justify-content-center">
|
||||
{{ range ( where .Site.RegularPages "Type" "blog" | first 3 ) }}
|
||||
<div class="col-lg-4 col-md-6 pt-2">
|
||||
<a href="{{ .RelPermalink }}" class="post-card-link">
|
||||
<div class="card px-2 h-100">
|
||||
<div class="card-head py-3">
|
||||
<h5 class="card-title font-weight-bold px-2">{{ .Title }}</h5>
|
||||
<p class="card-text px-2"> {{ .Summary | truncate 300}}</p>
|
||||
</div>
|
||||
<div class="mt-auto card-footer">
|
||||
<span class="float-left">{{ .Date.Format "January 2, 2006" }}</span>
|
||||
<a href="{{ .RelPermalink }}" class="float-right btn btn-outline-info btn-sm">Read</a>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ if .Site.Params.socialiconfooter }}
|
||||
|
||||
<div class="text-center">
|
||||
{{ if .Site.Params.github }}
|
||||
<span class="px-1">
|
||||
<a class="text-dark" href="{{ .Site.Params.github }}" aria-label="github">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="2.7em" height="2.7em" viewBox="0 0 1792 1792">
|
||||
<path
|
||||
d="M522 1352q-8 9-20-3-13-11-4-19 8-9 20 3 12 11 4 19zm-42-61q9 12 0 19-8 6-17-7t0-18q9-7 17 6zm-61-60q-5 7-13 2-10-5-7-12 3-5 13-2 10 5 7 12zm31 34q-6 7-16-3-9-11-2-16 6-6 16 3 9 11 2 16zm129 112q-4 12-19 6-17-4-13-15t19-7q16 5 13 16zm63 5q0 11-16 11-17 2-17-11 0-11 16-11 17-2 17 11zm58-10q2 10-14 14t-18-8 14-15q16-2 18 9zm964-956v960q0 119-84.5 203.5t-203.5 84.5h-224q-16 0-24.5-1t-19.5-5-16-14.5-5-27.5v-239q0-97-52-142 57-6 102.5-18t94-39 81-66.5 53-105 20.5-150.5q0-121-79-206 37-91-8-204-28-9-81 11t-92 44l-38 24q-93-26-192-26t-192 26q-16-11-42.5-27t-83.5-38.5-86-13.5q-44 113-7 204-79 85-79 206 0 85 20.5 150t52.5 105 80.5 67 94 39 102.5 18q-40 36-49 103-21 10-45 15t-57 5-65.5-21.5-55.5-62.5q-19-32-48.5-52t-49.5-24l-20-3q-21 0-29 4.5t-5 11.5 9 14 13 12l7 5q22 10 43.5 38t31.5 51l10 23q13 38 44 61.5t67 30 69.5 7 55.5-3.5l23-4q0 38 .5 103t.5 68q0 22-11 33.5t-22 13-33 1.5h-224q-119 0-203.5-84.5t-84.5-203.5v-960q0-119 84.5-203.5t203.5-84.5h960q119 0 203.5 84.5t84.5 203.5z" />
|
||||
|
||||
<metadata>
|
||||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<rdf:Description about="https://iconscout.com/legal#licenses"
|
||||
dc:title="Github, Online, Project, Hosting, Square"
|
||||
dc:description="Github, Online, Project, Hosting, Square" dc:publisher="Iconscout"
|
||||
dc:date="2016-12-14" dc:format="image/svg+xml" dc:language="en">
|
||||
<dc:creator>
|
||||
<rdf:Bag>
|
||||
<rdf:li>Font Awesome</rdf:li>
|
||||
</rdf:Bag>
|
||||
</dc:creator>
|
||||
</rdf:Description>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.linkedin }}
|
||||
<span class="px-1">
|
||||
<a class="text-white" href="{{ .Site.Params.linkedin }}" aria-label="linkedin">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width='2.4em' height='2.4em' fill="#fff" aria-label="LinkedIn"
|
||||
viewBox="0 0 512 512">
|
||||
<rect width="512" height="512" fill="#0077b5" rx="15%" />
|
||||
<circle cx="142" cy="138" r="37" />
|
||||
<path stroke="#fff" stroke-width="66" d="M244 194v198M142 194v198" />
|
||||
<path d="M276 282c0-20 13-40 36-40 24 0 33 18 33 45v105h66V279c0-61-32-89-76-89-34 0-51 19-59 32" />
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.twitter }}
|
||||
<a class="text-info" href="{{ .Site.Params.twitter }}" aria-label="twitter">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<path fill="#03a9f4"
|
||||
d="M42,37c0,2.762-2.239,5-5,5H11c-2.762,0-5-2.238-5-5V11c0-2.762,2.238-5,5-5h26c2.761,0,5,2.238,5,5 V37z" />
|
||||
<path fill="#fff"
|
||||
d="M36,17.12c-0.882,0.391-1.999,0.758-3,0.88c1.018-0.604,2.633-1.862,3-3 c-0.951,0.559-2.671,1.156-3.793,1.372C31.311,15.422,30.033,15,28.617,15C25.897,15,24,17.305,24,20v2c-4,0-7.9-3.047-10.327-6 c-0.427,0.721-0.667,1.565-0.667,2.457c0,1.819,1.671,3.665,2.994,4.543c-0.807-0.025-2.335-0.641-3-1c0,0.016,0,0.036,0,0.057 c0,2.367,1.661,3.974,3.912,4.422C16.501,26.592,16,27,14.072,27c0.626,1.935,3.773,2.958,5.928,3c-1.686,1.307-4.692,2-7,2 c-0.399,0-0.615,0.022-1-0.023C14.178,33.357,17.22,34,20,34c9.057,0,14-6.918,14-13.37c0-0.212-0.007-0.922-0.018-1.13 C34.95,18.818,35.342,18.104,36,17.12" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.instagram }}
|
||||
<a class="text-danger" href="{{ .Site.Params.instagram }}" aria-label="instagram">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<radialGradient id="yOrnnhliCrdS2gy~4tD8ma" cx="19.38" cy="42.035" r="44.899"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fd5" />
|
||||
<stop offset=".328" stop-color="#ff543f" />
|
||||
<stop offset=".348" stop-color="#fc5245" />
|
||||
<stop offset=".504" stop-color="#e64771" />
|
||||
<stop offset=".643" stop-color="#d53e91" />
|
||||
<stop offset=".761" stop-color="#cc39a4" />
|
||||
<stop offset=".841" stop-color="#c837ab" />
|
||||
</radialGradient>
|
||||
<path fill="url(#yOrnnhliCrdS2gy~4tD8ma)"
|
||||
d="M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20 c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20 C42.014,38.383,38.417,41.986,34.017,41.99z" />
|
||||
<radialGradient id="yOrnnhliCrdS2gy~4tD8mb" cx="11.786" cy="5.54" r="29.813"
|
||||
gradientTransform="matrix(1 0 0 .6663 0 1.849)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#4168c9" />
|
||||
<stop offset=".999" stop-color="#4168c9" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
<path fill="url(#yOrnnhliCrdS2gy~4tD8mb)"
|
||||
d="M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20 c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20 C42.014,38.383,38.417,41.986,34.017,41.99z" />
|
||||
<path fill="#fff"
|
||||
d="M24,31c-3.859,0-7-3.14-7-7s3.141-7,7-7s7,3.14,7,7S27.859,31,24,31z M24,19c-2.757,0-5,2.243-5,5 s2.243,5,5,5s5-2.243,5-5S26.757,19,24,19z" />
|
||||
<circle cx="31.5" cy="16.5" r="1.5" fill="#fff" />
|
||||
<path fill="#fff"
|
||||
d="M30,37H18c-3.859,0-7-3.14-7-7V18c0-3.86,3.141-7,7-7h12c3.859,0,7,3.14,7,7v12 C37,33.86,33.859,37,30,37z M18,13c-2.757,0-5,2.243-5,5v12c0,2.757,2.243,5,5,5h12c2.757,0,5-2.243,5-5V18c0-2.757-2.243-5-5-5H18z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.facebook }}
|
||||
<a class="text-info" href="{{ .Site.Params.facebook }}" aria-label="facebook">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<path fill="#3F51B5"
|
||||
d="M42,37c0,2.762-2.238,5-5,5H11c-2.761,0-5-2.238-5-5V11c0-2.762,2.239-5,5-5h26c2.762,0,5,2.238,5,5V37z" />
|
||||
<path fill="#FFF"
|
||||
d="M34.368,25H31v13h-5V25h-3v-4h3v-2.41c0.002-3.508,1.459-5.59,5.592-5.59H35v4h-2.287C31.104,17,31,17.6,31,18.723V21h4L34.368,25z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="container bg-transparent py-4">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-4 text-center order-2 order-lg-1 order-md-1">
|
||||
<div class="pb-2">
|
||||
<a href="{{ .Site.BaseURL }}">
|
||||
<img alt="Footer logo" src="{{ .Site.Params.favicon | default " /images/favicon.png"}}"
|
||||
height="40px" width="40px">
|
||||
</a>
|
||||
</div>
|
||||
© {{ .Site.Params.copyright }} All Rights Reserved
|
||||
<div class="text-secondary">
|
||||
Powered by
|
||||
<a class="text-secondary" href="https://github.com/gurusabarish/hugo-profile">Hugo-profile</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
@@ -1,149 +0,0 @@
|
||||
<section>
|
||||
<div class="about pt-4">
|
||||
<div class="container">
|
||||
|
||||
<div class="row justify-content-center ">
|
||||
<div class="col-lg-3 pt-3 text-center">
|
||||
{{ if .Site.Params.profile_image }}
|
||||
<img src="{{ .Site.Params.profile_image }}" width="200" height="200" alt="{{ .Site.Params.name }}"
|
||||
class="rounded">
|
||||
{{ end }}
|
||||
<div class="about-me jop font-weight-bold text-secondary">
|
||||
{{ if .Site.Params.name }}
|
||||
{{ .Site.Params.name }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ if .Site.Params.socialicontop }}
|
||||
<div class="text-center">
|
||||
{{ if .Site.Params.github }}
|
||||
<span class="px-1">
|
||||
<a class="text-dark" href="{{ .Site.Params.github }}" aria-label="github">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="2.7em" height="2.7em" viewBox="0 0 1792 1792">
|
||||
<path
|
||||
d="M522 1352q-8 9-20-3-13-11-4-19 8-9 20 3 12 11 4 19zm-42-61q9 12 0 19-8 6-17-7t0-18q9-7 17 6zm-61-60q-5 7-13 2-10-5-7-12 3-5 13-2 10 5 7 12zm31 34q-6 7-16-3-9-11-2-16 6-6 16 3 9 11 2 16zm129 112q-4 12-19 6-17-4-13-15t19-7q16 5 13 16zm63 5q0 11-16 11-17 2-17-11 0-11 16-11 17-2 17 11zm58-10q2 10-14 14t-18-8 14-15q16-2 18 9zm964-956v960q0 119-84.5 203.5t-203.5 84.5h-224q-16 0-24.5-1t-19.5-5-16-14.5-5-27.5v-239q0-97-52-142 57-6 102.5-18t94-39 81-66.5 53-105 20.5-150.5q0-121-79-206 37-91-8-204-28-9-81 11t-92 44l-38 24q-93-26-192-26t-192 26q-16-11-42.5-27t-83.5-38.5-86-13.5q-44 113-7 204-79 85-79 206 0 85 20.5 150t52.5 105 80.5 67 94 39 102.5 18q-40 36-49 103-21 10-45 15t-57 5-65.5-21.5-55.5-62.5q-19-32-48.5-52t-49.5-24l-20-3q-21 0-29 4.5t-5 11.5 9 14 13 12l7 5q22 10 43.5 38t31.5 51l10 23q13 38 44 61.5t67 30 69.5 7 55.5-3.5l23-4q0 38 .5 103t.5 68q0 22-11 33.5t-22 13-33 1.5h-224q-119 0-203.5-84.5t-84.5-203.5v-960q0-119 84.5-203.5t203.5-84.5h960q119 0 203.5 84.5t84.5 203.5z" />
|
||||
|
||||
<metadata>
|
||||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<rdf:Description about="https://iconscout.com/legal#licenses"
|
||||
dc:title="Github, Online, Project, Hosting, Square"
|
||||
dc:description="Github, Online, Project, Hosting, Square"
|
||||
dc:publisher="Iconscout" dc:date="2016-12-14" dc:format="image/svg+xml"
|
||||
dc:language="en">
|
||||
<dc:creator>
|
||||
<rdf:Bag>
|
||||
<rdf:li>Font Awesome</rdf:li>
|
||||
</rdf:Bag>
|
||||
</dc:creator>
|
||||
</rdf:Description>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.linkedin }}
|
||||
<span class="px-1">
|
||||
<a class="text-white" href="{{ .Site.Params.linkedin }}" aria-label="linkedin">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width='2.4em' height='2.4em' fill="#fff"
|
||||
aria-label="LinkedIn" viewBox="0 0 512 512">
|
||||
<rect width="512" height="512" fill="#0077b5" rx="15%" />
|
||||
<circle cx="142" cy="138" r="37" />
|
||||
<path stroke="#fff" stroke-width="66" d="M244 194v198M142 194v198" />
|
||||
<path
|
||||
d="M276 282c0-20 13-40 36-40 24 0 33 18 33 45v105h66V279c0-61-32-89-76-89-34 0-51 19-59 32" />
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.twitter }}
|
||||
<a class="text-info" href="{{ .Site.Params.twitter }}" aria-label="twitter">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<path fill="#03a9f4"
|
||||
d="M42,37c0,2.762-2.239,5-5,5H11c-2.762,0-5-2.238-5-5V11c0-2.762,2.238-5,5-5h26c2.761,0,5,2.238,5,5 V37z" />
|
||||
<path fill="#fff"
|
||||
d="M36,17.12c-0.882,0.391-1.999,0.758-3,0.88c1.018-0.604,2.633-1.862,3-3 c-0.951,0.559-2.671,1.156-3.793,1.372C31.311,15.422,30.033,15,28.617,15C25.897,15,24,17.305,24,20v2c-4,0-7.9-3.047-10.327-6 c-0.427,0.721-0.667,1.565-0.667,2.457c0,1.819,1.671,3.665,2.994,4.543c-0.807-0.025-2.335-0.641-3-1c0,0.016,0,0.036,0,0.057 c0,2.367,1.661,3.974,3.912,4.422C16.501,26.592,16,27,14.072,27c0.626,1.935,3.773,2.958,5.928,3c-1.686,1.307-4.692,2-7,2 c-0.399,0-0.615,0.022-1-0.023C14.178,33.357,17.22,34,20,34c9.057,0,14-6.918,14-13.37c0-0.212-0.007-0.922-0.018-1.13 C34.95,18.818,35.342,18.104,36,17.12" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.instagram }}
|
||||
<a class="text-danger" href="{{ .Site.Params.instagram }}" aria-label="instagram">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<radialGradient id="yOrnnhliCrdS2gy~4tD8ma" cx="19.38" cy="42.035" r="44.899"
|
||||
gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fd5" />
|
||||
<stop offset=".328" stop-color="#ff543f" />
|
||||
<stop offset=".348" stop-color="#fc5245" />
|
||||
<stop offset=".504" stop-color="#e64771" />
|
||||
<stop offset=".643" stop-color="#d53e91" />
|
||||
<stop offset=".761" stop-color="#cc39a4" />
|
||||
<stop offset=".841" stop-color="#c837ab" />
|
||||
</radialGradient>
|
||||
<path fill="url(#yOrnnhliCrdS2gy~4tD8ma)"
|
||||
d="M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20 c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20 C42.014,38.383,38.417,41.986,34.017,41.99z" />
|
||||
<radialGradient id="yOrnnhliCrdS2gy~4tD8mb" cx="11.786" cy="5.54" r="29.813"
|
||||
gradientTransform="matrix(1 0 0 .6663 0 1.849)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#4168c9" />
|
||||
<stop offset=".999" stop-color="#4168c9" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
<path fill="url(#yOrnnhliCrdS2gy~4tD8mb)"
|
||||
d="M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20 c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20 C42.014,38.383,38.417,41.986,34.017,41.99z" />
|
||||
<path fill="#fff"
|
||||
d="M24,31c-3.859,0-7-3.14-7-7s3.141-7,7-7s7,3.14,7,7S27.859,31,24,31z M24,19c-2.757,0-5,2.243-5,5 s2.243,5,5,5s5-2.243,5-5S26.757,19,24,19z" />
|
||||
<circle cx="31.5" cy="16.5" r="1.5" fill="#fff" />
|
||||
<path fill="#fff"
|
||||
d="M30,37H18c-3.859,0-7-3.14-7-7V18c0-3.86,3.141-7,7-7h12c3.859,0,7,3.14,7,7v12 C37,33.86,33.859,37,30,37z M18,13c-2.757,0-5,2.243-5,5v12c0,2.757,2.243,5,5,5h12c2.757,0,5-2.243,5-5V18c0-2.757-2.243-5-5-5H18z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.facebook }}
|
||||
<a class="text-info" href="{{ .Site.Params.facebook }}" aria-label="facebook">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<path fill="#3F51B5"
|
||||
d="M42,37c0,2.762-2.238,5-5,5H11c-2.761,0-5-2.238-5-5V11c0-2.762,2.239-5,5-5h26c2.762,0,5,2.238,5,5V37z" />
|
||||
<path fill="#FFF"
|
||||
d="M34.368,25H31v13h-5V25h-3v-4h3v-2.41c0.002-3.508,1.459-5.59,5.592-5.59H35v4h-2.287C31.104,17,31,17.6,31,18.723V21h4L34.368,25z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<div class="row justify-content-center ">
|
||||
<div class="col-md-8 text-center">
|
||||
<div class="about-content text-dark p-3">
|
||||
{{ if .Site.Params.descripe_l1_person }}
|
||||
{{ .Site.Params.descripe_l1_person | markdownify }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.descripe_l2_person }}
|
||||
<br><br>
|
||||
{{ .Site.Params.descripe_l2_person | markdownify }}
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="social px-3 text-center pb-4">
|
||||
{{ if .Site.Params.useresume }}
|
||||
<a href={{ .Site.Params.resumelink | default "#" }} class="btn btn-outline-danger" role="button"
|
||||
aria-pressed="true">
|
||||
{{ if .Site.Params.customname }}
|
||||
{{ .Site.Params.customname }}
|
||||
{{ else }}
|
||||
Resume
|
||||
{{ end }}
|
||||
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -1,45 +0,0 @@
|
||||
{{ if .Site.Params.usedothings }}
|
||||
<section>
|
||||
<div class="do-things text-center" id="do-things">
|
||||
<div class="container">
|
||||
<div class="things-i-do text-primary py-3 font-weight-bold">
|
||||
Things I do
|
||||
</div>
|
||||
|
||||
<div class="do-things-card">
|
||||
<div class="row pb-2 justify-content-center">
|
||||
{{ range .Site.Params.Things }}
|
||||
{{ if .url }}
|
||||
<div class="col-lg-3 col-md-4">
|
||||
<a id="nothing" href={{ .url | default "#" }} class="">
|
||||
<div class="things shadow rounded p-4 my-2 mb-4 card btn-outline-primary">
|
||||
<i class="{{ .logo }} fa-3x" width="3em" height="3em"></i>
|
||||
<div class="p-2 font-weight-bold">
|
||||
{{ .title }}
|
||||
</div>
|
||||
<div class="py-4 things-text">
|
||||
{{ .description }}
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{{ else }}
|
||||
<div class="col-lg-3 col-md-4">
|
||||
<div class="things shadow rounded p-4 my-2 mb-4 card btn-outline-primary">
|
||||
<i class="{{ .logo }} fa-3x" width="3em" height="3em"></i>
|
||||
<div class="p-2 font-weight-bold">
|
||||
{{ .title }}
|
||||
</div>
|
||||
<div class="py-4 things-text">
|
||||
{{ .description }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
@@ -0,0 +1,70 @@
|
||||
<section>
|
||||
<div class="about p-3" id="about">
|
||||
<div class="container">
|
||||
<div class="about-me text-center font-weight-bold text-secondary">About Me</div>
|
||||
|
||||
|
||||
<div class="row justify-content-center ">
|
||||
<div class="col-lg-3 pt-4 text-center">
|
||||
<img src="{{ .Site.Params.profile_image }}" width="200px" alt="{{ .Site.Params.name }}"
|
||||
class="rounded">
|
||||
<div class="about-me jop font-weight-bold text-secondary">{{ .Site.Params.job }}</div>
|
||||
|
||||
{{ if .Site.Params.linkedin }}
|
||||
<a class="text-white" href="{{ .Site.Params.linkedin }}" aria-label="linkedin">
|
||||
<svg class="text-primary" width="2em" height="2em" fill="currentColor"
|
||||
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
||||
<path
|
||||
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<div class="col-lg-7 pt-3 ">
|
||||
<div class="about-content text-dark p-3">
|
||||
{{ .Site.Params.descripe_l1_person }}
|
||||
<br><br>
|
||||
{{ .Site.Params.descripe_l2_person }}
|
||||
</div>
|
||||
<div class="social p-4">
|
||||
<a href="{{ .Site.Params.resume | default "#" }}" class="btn btn-info" role="button"
|
||||
aria-pressed="true">
|
||||
Resume
|
||||
</a>
|
||||
|
||||
{{ if .Site.Params.github }}
|
||||
<a class="text-dark" href="{{ .Site.Params.github }}" aria-label="github">
|
||||
<svg width="2em" height="2em" fill="currentColor" xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 448 512">
|
||||
<path
|
||||
d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.twitter }}
|
||||
<a class="text-info" href="{{ .Site.Params.twitter }}" aria-label="twitter">
|
||||
<svg width="2em" height="2em" fill="currentColor" xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 448 512">
|
||||
<path
|
||||
d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.instagram }}
|
||||
<a class="text-danger" href="{{ .Site.Params.instagram }}" aria-label="instagram">
|
||||
<svg width="2em" height="2em" fill="currentColor" xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 448 512">
|
||||
<path
|
||||
d="M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -0,0 +1,23 @@
|
||||
<section>
|
||||
<div class="p-3 blog-back">
|
||||
<div class="container">
|
||||
<div class="text-center pb-3">
|
||||
<div class="recent-posts">Recent posts</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
{{ range first 4 (where site.RegularPages.ByDate.Reverse "Type" "in" site.Params.mainSections )}}
|
||||
<div class="col-lg-3 col-md-5 pb-3 post-card text-center">
|
||||
<a href="{{ .RelPermalink }}">
|
||||
<span class="text-secondary">{{ .Date.Format "January 2, 2006" }}</span>
|
||||
<div class="text-dark">
|
||||
{{ .Title }}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -0,0 +1,31 @@
|
||||
{{ if .Site.Params.contact }}
|
||||
<section id="contact">
|
||||
<div class="contact bg-danger text-white">
|
||||
<div class="text-center p-3 font-weight-bold contact-head">Get In Tough</div>
|
||||
<div class="p-3 container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-7">
|
||||
<form action="{{ .Site.Params.action }}">
|
||||
<div class="form-group">
|
||||
<label for="name">Name</label>
|
||||
<input type="text" class="form-control" id="name" placeholder="Your name" name="{{ .Site.Params.emailname }}">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="email">Email</label>
|
||||
<input type="email" class="form-control" id="email" placeholder="[email protected]" name="{{ .Site.Params.emailname }}">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="message">Message</label>
|
||||
<textarea class="form-control" id="message" rows="3" name="{{ .Site.Params.messagename }}" placeholder="Type something"></textarea>
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<button type="submit" class="btn btn-sm btn-primary">Submit</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
@@ -0,0 +1,45 @@
|
||||
{{ if .Site.Params.usedothings }}
|
||||
<section>
|
||||
<div class="pt-3 do-things text-center" id="do-things">
|
||||
<div class="container">
|
||||
<div class="things-i-do text-primary font-weight-bold">
|
||||
Things I do
|
||||
</div>
|
||||
|
||||
<div class="do-things-card">
|
||||
<div class="row pb-2 justify-content-center">
|
||||
{{ range .Site.Params.Things }}
|
||||
{{ if .url }}
|
||||
<div class="col-lg-3 col-md-4">
|
||||
<a id="nothing" href={{ .url | default "#" }} class="">
|
||||
<div class="things shadow rounded p-4 my-2 mb-4 card bg-primary text-light">
|
||||
<i class="{{ .logo }} fa-3x" width="3em" height="3em"></i>
|
||||
<div class="p-2 font-weight-bold">
|
||||
{{ .title }}
|
||||
</div>
|
||||
<div class="py-4 things-text">
|
||||
{{ .description }}
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{{ else }}
|
||||
<div class="col-lg-3 col-md-4">
|
||||
<div class="things shadow rounded p-4 my-2 mb-4 card bg-primary text-light">
|
||||
<i class="{{ .logo }} fa-3x" width="3em" height="3em"></i>
|
||||
<div class="p-2 font-weight-bold">
|
||||
{{ .title }}
|
||||
</div>
|
||||
<div class="py-4 things-text">
|
||||
{{ .description }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
@@ -0,0 +1,15 @@
|
||||
<footer class="footer py-3 text-muted text-center">
|
||||
<div class="footer-site text-uppercase pb-2 font-weight-bold">
|
||||
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
||||
</div>
|
||||
© {{ dateFormat "2006" now }} All Rights Reserved<br>
|
||||
Made with
|
||||
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-heart" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd"
|
||||
d="M8 2.748l-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z" />
|
||||
</svg>
|
||||
and
|
||||
<a href="https://github.com/gurusabarish/hugo-profile" aria-label="hugo" target="_blank">Hugo Profile</a>
|
||||
by
|
||||
<a href="https://github.com/gurusabarish" aria-label="github handle" target="_blank">Gurusabarish</a>
|
||||
</footer>
|
||||
@@ -0,0 +1,6 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="icon" href="{{ .Site.Params.favicon | default "/images/favicon.png"}}" type="image/gif">
|
||||
<!-- Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet">
|
||||
@@ -0,0 +1,34 @@
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
<div class="container">
|
||||
<a class="navbar-brand text-dark" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
|
||||
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNavDropdown">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#home">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#about">About</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#projects">Projects</a>
|
||||
</li>
|
||||
{{ if .Site.Params.contact }}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#contact">Contact</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
{{ range site.Params.customMenus }}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link text-dark" href="{{.Url}}">{{ .name }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -0,0 +1,39 @@
|
||||
<nav class="navbar navbar-expand-lg navbar-light shadow-sm bg-gradient-primary">
|
||||
<div class="container">
|
||||
<a class="navbar-brand font-weight-bold" href="{{ .Site.BaseURL | relURL }}">
|
||||
{{ if .Site.Params.favicon }}
|
||||
<img src="{{ .Site.Params.favicon }}" width="30" height="30" class="d-inline-block align-top">
|
||||
{{ .Site.Title }}
|
||||
{{ else }}
|
||||
{{ .Site.Title }}
|
||||
{{ end }}
|
||||
</a>
|
||||
<button class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNavDropdown">
|
||||
<ul class="navbar-nav ml-auto text-center">
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link" href="{{ .Site.BaseURL }}#home">Home</a>
|
||||
</li>
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link" href="{{ .Site.BaseURL }}#about">About</a>
|
||||
</li>
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link" href="{{ .Site.BaseURL }}#projects">Projects</a>
|
||||
</li>
|
||||
{{ if .Site.Params.contact }}
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link" href="{{ .Site.BaseURL }}#contact">Contact</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
{{ range site.Params.customMenus }}
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link" href="{{.Url}}" aria-label="{{ .name }}">{{ .name }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -0,0 +1,114 @@
|
||||
{{ $backgroundImage:= "images/v1/background.png" }}
|
||||
{{ $backimg:= "images/v1/guru.svg" }}
|
||||
|
||||
{{ if .Site.Params.custombackground }}
|
||||
{{ $backgroundImage = .Site.Params.background }}
|
||||
{{ $backimg = .Site.Params.backimg }}
|
||||
{{ end }}
|
||||
|
||||
<section>
|
||||
<div class="home" style="background-image: url('{{ $backgroundImage | absURL }}');">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-transperant">
|
||||
<div class="container">
|
||||
<a class="navbar-brand text-dark" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNavDropdown">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#home" aria-label="home">Home</a>
|
||||
</li>
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#about" aria-label="about">About</a>
|
||||
</li>
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#projects" aria-label="projects">Projects</a>
|
||||
</li>
|
||||
{{ if .Site.Params.contact }}
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link text-dark" href="{{ .Site.BaseURL }}#contact" aria-label="contact">Contact</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
{{ range site.Params.customMenus }}
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link text-dark" href="{{.Url}}" aria-label="{{ .name }}">{{ .name }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-center" id="home">
|
||||
<div class="text-white col-lg-8">
|
||||
<div class="name-intro">
|
||||
Hi there, I'm
|
||||
<h1 class="name">{{ .Site.Params.name }}</h1>
|
||||
|
||||
<!-- socialmedia -->
|
||||
<div class="social">
|
||||
{{ if .Site.Params.github }}
|
||||
<a class="text-white" href="{{ .Site.Params.github }}" aria-label="github">
|
||||
<svg width="1.1em" height="1.1em" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
||||
<path
|
||||
d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.linkedin }}
|
||||
<a class="text-white" href="{{ .Site.Params.linkedin }}" aria-label="linkedin">
|
||||
<svg width="1.1em" height="1.1em" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
||||
<path
|
||||
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.twitter }}
|
||||
<a class="text-white" href="{{ .Site.Params.twitter }}" aria-label="twitter">
|
||||
<svg width="1.1em" height="1.1em" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
||||
<path
|
||||
d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.instagram }}
|
||||
<a class="text-white" href="{{ .Site.Params.instagram }}" aria-label="instagram">
|
||||
<svg width="1.1em" height="1.1em" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
||||
<path
|
||||
d="M224,202.66A53.34,53.34,0,1,0,277.36,256,53.38,53.38,0,0,0,224,202.66Zm124.71-41a54,54,0,0,0-30.41-30.41c-21-8.29-71-6.43-94.3-6.43s-73.25-1.93-94.31,6.43a54,54,0,0,0-30.41,30.41c-8.28,21-6.43,71.05-6.43,94.33S91,329.26,99.32,350.33a54,54,0,0,0,30.41,30.41c21,8.29,71,6.43,94.31,6.43s73.24,1.93,94.3-6.43a54,54,0,0,0,30.41-30.41c8.35-21,6.43-71.05,6.43-94.33S357.1,182.74,348.75,161.67ZM224,338a82,82,0,1,1,82-82A81.9,81.9,0,0,1,224,338Zm85.38-148.3a19.14,19.14,0,1,1,19.13-19.14A19.1,19.1,0,0,1,309.42,189.74ZM400,32H48A48,48,0,0,0,0,80V432a48,48,0,0,0,48,48H400a48,48,0,0,0,48-48V80A48,48,0,0,0,400,32ZM382.88,322c-1.29,25.63-7.14,48.34-25.85,67s-41.4,24.63-67,25.85c-26.41,1.49-105.59,1.49-132,0-25.63-1.29-48.26-7.15-67-25.85s-24.63-41.42-25.85-67c-1.49-26.42-1.49-105.61,0-132,1.29-25.63,7.07-48.34,25.85-67s41.47-24.56,67-25.78c26.41-1.49,105.59-1.49,132,0,25.63,1.29,48.33,7.15,67,25.85s24.63,41.42,25.85,67.05C384.37,216.44,384.37,295.56,382.88,322Z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- image -->
|
||||
<div class="row profile text-center">
|
||||
<br>
|
||||
<img src="{{ .Site.Params.profile | default "/images/v1/avatar.webp"}}" width="150px" class="rounded-circle img-fluid" alt="{{ .Site.Params.name }}">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3 home-content d-none d-md-block" style="background-image: url('{{ $backimg | absURL }}');"></div>
|
||||
</div>
|
||||
<div class="row know-more ">
|
||||
<div class="container p-3 rounded text-center">
|
||||
<a href="#about" class="text-info">
|
||||
know more
|
||||
<br>
|
||||
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-chevron-down" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z" />
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -0,0 +1,46 @@
|
||||
<section>
|
||||
<div class="projects p-3" id="projects">
|
||||
<div class="container">
|
||||
<div class="project-heading text-center text-white container pb-3">Projects</div>
|
||||
<div class="pt-5 pb-5">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="carousel-inner">
|
||||
<div class="carousel-item active">
|
||||
<div class="row justify-content-center">
|
||||
{{ range .Site.Params.projects }}
|
||||
<div class="col-md-4 mb-3">
|
||||
<div class="card">
|
||||
<img class="img-fluid" src="{{ .image }}" alt="{{ .title }}">
|
||||
<div class="card-body">
|
||||
<div class="card-title">{{ .title }}</div>
|
||||
<p class="card-text">{{ .description}}</p>
|
||||
|
||||
{{ if .secoundarylink}}
|
||||
<a href="{{ .secoundaryurl }}" class="btn btn-info" aria-label="{{ .secoundaryurlname }}">{{ .secoundaryurlname }}</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .sourceurl }}
|
||||
<a class="text-dark" href="{{ .sourceurl }}" aria-label="github">
|
||||
<svg width="2em" height="2em" fill="currentColor"
|
||||
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
|
||||
<path
|
||||
d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -0,0 +1,133 @@
|
||||
<section>
|
||||
<div class="about pt-4">
|
||||
<div class="container">
|
||||
|
||||
<div class="row justify-content-center ">
|
||||
<div class="col-lg-3 pt-3 text-center">
|
||||
{{ if .Site.Params.profile_image }}
|
||||
<img src="{{ .Site.Params.profile_image }}" width="200" height="200" alt="{{ .Site.Params.name }}" class="rounded">
|
||||
{{ end }}
|
||||
<div class="about-me jop font-weight-bold text-secondary">
|
||||
{{ if .Site.Params.name }}
|
||||
{{ .Site.Params.name }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ if .Site.Params.socialicontop }}
|
||||
<div class="text-center">
|
||||
{{ if .Site.Params.github }}
|
||||
<span class="px-1">
|
||||
<a class="text-dark" href="{{ .Site.Params.github }}" aria-label="github">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="2.7em" height="2.7em" viewBox="0 0 1792 1792">
|
||||
<path
|
||||
d="M522 1352q-8 9-20-3-13-11-4-19 8-9 20 3 12 11 4 19zm-42-61q9 12 0 19-8 6-17-7t0-18q9-7 17 6zm-61-60q-5 7-13 2-10-5-7-12 3-5 13-2 10 5 7 12zm31 34q-6 7-16-3-9-11-2-16 6-6 16 3 9 11 2 16zm129 112q-4 12-19 6-17-4-13-15t19-7q16 5 13 16zm63 5q0 11-16 11-17 2-17-11 0-11 16-11 17-2 17 11zm58-10q2 10-14 14t-18-8 14-15q16-2 18 9zm964-956v960q0 119-84.5 203.5t-203.5 84.5h-224q-16 0-24.5-1t-19.5-5-16-14.5-5-27.5v-239q0-97-52-142 57-6 102.5-18t94-39 81-66.5 53-105 20.5-150.5q0-121-79-206 37-91-8-204-28-9-81 11t-92 44l-38 24q-93-26-192-26t-192 26q-16-11-42.5-27t-83.5-38.5-86-13.5q-44 113-7 204-79 85-79 206 0 85 20.5 150t52.5 105 80.5 67 94 39 102.5 18q-40 36-49 103-21 10-45 15t-57 5-65.5-21.5-55.5-62.5q-19-32-48.5-52t-49.5-24l-20-3q-21 0-29 4.5t-5 11.5 9 14 13 12l7 5q22 10 43.5 38t31.5 51l10 23q13 38 44 61.5t67 30 69.5 7 55.5-3.5l23-4q0 38 .5 103t.5 68q0 22-11 33.5t-22 13-33 1.5h-224q-119 0-203.5-84.5t-84.5-203.5v-960q0-119 84.5-203.5t203.5-84.5h960q119 0 203.5 84.5t84.5 203.5z" />
|
||||
|
||||
<metadata>
|
||||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<rdf:Description about="https://iconscout.com/legal#licenses" dc:title="Github, Online, Project, Hosting, Square" dc:description="Github, Online, Project, Hosting, Square" dc:publisher="Iconscout" dc:date="2016-12-14"
|
||||
dc:format="image/svg+xml" dc:language="en">
|
||||
<dc:creator>
|
||||
<rdf:Bag>
|
||||
<rdf:li>Font Awesome</rdf:li>
|
||||
</rdf:Bag>
|
||||
</dc:creator>
|
||||
</rdf:Description>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.linkedin }}
|
||||
<span class="px-1">
|
||||
<a class="text-white" href="{{ .Site.Params.linkedin }}" aria-label="linkedin">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width='2.4em' height='2.4em' fill="#fff" aria-label="LinkedIn" viewBox="0 0 512 512">
|
||||
<rect width="512" height="512" fill="#0077b5" rx="15%" />
|
||||
<circle cx="142" cy="138" r="37" />
|
||||
<path stroke="#fff" stroke-width="66" d="M244 194v198M142 194v198" />
|
||||
<path d="M276 282c0-20 13-40 36-40 24 0 33 18 33 45v105h66V279c0-61-32-89-76-89-34 0-51 19-59 32" />
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.twitter }}
|
||||
<a class="text-info" href="{{ .Site.Params.twitter }}" aria-label="twitter">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<path fill="#03a9f4" d="M42,37c0,2.762-2.239,5-5,5H11c-2.762,0-5-2.238-5-5V11c0-2.762,2.238-5,5-5h26c2.761,0,5,2.238,5,5 V37z" />
|
||||
<path fill="#fff"
|
||||
d="M36,17.12c-0.882,0.391-1.999,0.758-3,0.88c1.018-0.604,2.633-1.862,3-3 c-0.951,0.559-2.671,1.156-3.793,1.372C31.311,15.422,30.033,15,28.617,15C25.897,15,24,17.305,24,20v2c-4,0-7.9-3.047-10.327-6 c-0.427,0.721-0.667,1.565-0.667,2.457c0,1.819,1.671,3.665,2.994,4.543c-0.807-0.025-2.335-0.641-3-1c0,0.016,0,0.036,0,0.057 c0,2.367,1.661,3.974,3.912,4.422C16.501,26.592,16,27,14.072,27c0.626,1.935,3.773,2.958,5.928,3c-1.686,1.307-4.692,2-7,2 c-0.399,0-0.615,0.022-1-0.023C14.178,33.357,17.22,34,20,34c9.057,0,14-6.918,14-13.37c0-0.212-0.007-0.922-0.018-1.13 C34.95,18.818,35.342,18.104,36,17.12" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.instagram }}
|
||||
<a class="text-danger" href="{{ .Site.Params.instagram }}" aria-label="instagram">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<radialGradient id="yOrnnhliCrdS2gy~4tD8ma" cx="19.38" cy="42.035" r="44.899" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fd5" />
|
||||
<stop offset=".328" stop-color="#ff543f" />
|
||||
<stop offset=".348" stop-color="#fc5245" />
|
||||
<stop offset=".504" stop-color="#e64771" />
|
||||
<stop offset=".643" stop-color="#d53e91" />
|
||||
<stop offset=".761" stop-color="#cc39a4" />
|
||||
<stop offset=".841" stop-color="#c837ab" />
|
||||
</radialGradient>
|
||||
<path fill="url(#yOrnnhliCrdS2gy~4tD8ma)"
|
||||
d="M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20 c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20 C42.014,38.383,38.417,41.986,34.017,41.99z" />
|
||||
<radialGradient id="yOrnnhliCrdS2gy~4tD8mb" cx="11.786" cy="5.54" r="29.813" gradientTransform="matrix(1 0 0 .6663 0 1.849)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#4168c9" />
|
||||
<stop offset=".999" stop-color="#4168c9" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
<path fill="url(#yOrnnhliCrdS2gy~4tD8mb)"
|
||||
d="M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20 c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20 C42.014,38.383,38.417,41.986,34.017,41.99z" />
|
||||
<path fill="#fff" d="M24,31c-3.859,0-7-3.14-7-7s3.141-7,7-7s7,3.14,7,7S27.859,31,24,31z M24,19c-2.757,0-5,2.243-5,5 s2.243,5,5,5s5-2.243,5-5S26.757,19,24,19z" />
|
||||
<circle cx="31.5" cy="16.5" r="1.5" fill="#fff" />
|
||||
<path fill="#fff" d="M30,37H18c-3.859,0-7-3.14-7-7V18c0-3.86,3.141-7,7-7h12c3.859,0,7,3.14,7,7v12 C37,33.86,33.859,37,30,37z M18,13c-2.757,0-5,2.243-5,5v12c0,2.757,2.243,5,5,5h12c2.757,0,5-2.243,5-5V18c0-2.757-2.243-5-5-5H18z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.facebook }}
|
||||
<a class="text-info" href="{{ .Site.Params.facebook }}" aria-label="facebook">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<path fill="#3F51B5" d="M42,37c0,2.762-2.238,5-5,5H11c-2.761,0-5-2.238-5-5V11c0-2.762,2.239-5,5-5h26c2.762,0,5,2.238,5,5V37z" />
|
||||
<path fill="#FFF" d="M34.368,25H31v13h-5V25h-3v-4h3v-2.41c0.002-3.508,1.459-5.59,5.592-5.59H35v4h-2.287C31.104,17,31,17.6,31,18.723V21h4L34.368,25z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<div class="row justify-content-center ">
|
||||
<div class="col-md-8 text-center">
|
||||
<div class="about-content text-dark p-3">
|
||||
{{ if .Site.Params.descripe_l1_person }}
|
||||
{{ .Site.Params.descripe_l1_person | markdownify }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.descripe_l2_person }}
|
||||
<br><br>
|
||||
{{ .Site.Params.descripe_l2_person | markdownify }}
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="social px-3 text-center pb-4">
|
||||
{{ if .Site.Params.useresume }}
|
||||
<a href={{ .Site.Params.resumelink | default "#" }} class="btn btn-outline-danger" role="button" aria-pressed="true">
|
||||
{{ if .Site.Params.customname }}
|
||||
{{ .Site.Params.customname }}
|
||||
{{ else }}
|
||||
Resume
|
||||
{{ end }}
|
||||
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -0,0 +1,45 @@
|
||||
{{ if .Site.Params.usedothings }}
|
||||
<section>
|
||||
<div class="do-things text-center" id="do-things">
|
||||
<div class="container">
|
||||
<div class="things-i-do text-primary py-3 font-weight-bold">
|
||||
Things I do
|
||||
</div>
|
||||
|
||||
<div class="do-things-card">
|
||||
<div class="row pb-2 justify-content-center">
|
||||
{{ range .Site.Params.Things }}
|
||||
{{ if .url }}
|
||||
<div class="col-lg-3 col-md-4">
|
||||
<a id="nothing" href={{ .url | default "#" }} class="">
|
||||
<div class="things shadow rounded p-4 my-2 mb-4 card btn-outline-primary">
|
||||
<i class="{{ .logo }} fa-3x" width="3em" height="3em"></i>
|
||||
<div class="p-2 font-weight-bold">
|
||||
{{ .title }}
|
||||
</div>
|
||||
<div class="py-4 things-text">
|
||||
{{ .description }}
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{{ else }}
|
||||
<div class="col-lg-3 col-md-4">
|
||||
<div class="things shadow rounded p-4 my-2 mb-4 card btn-outline-primary">
|
||||
<i class="{{ .logo }} fa-3x" width="3em" height="3em"></i>
|
||||
<div class="p-2 font-weight-bold">
|
||||
{{ .title }}
|
||||
</div>
|
||||
<div class="py-4 things-text">
|
||||
{{ .description }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
@@ -0,0 +1,129 @@
|
||||
<footer>
|
||||
<!-- recent posts -->
|
||||
<div class="news container py-3">
|
||||
{{ if .Site.Params.recentposts }}
|
||||
<div class="h3 text-center text-light py-3 font-weight-bold">Recent posts</div>
|
||||
<div class="row justify-content-center">
|
||||
{{ range ( where .Site.RegularPages "Type" "blog" | first 3 ) }}
|
||||
<div class="col-lg-4 col-md-6 pt-2">
|
||||
<a href="{{ .RelPermalink }}" class="post-card-link">
|
||||
<div class="card px-2 h-100">
|
||||
<div class="card-head py-3">
|
||||
<h5 class="card-title font-weight-bold px-2">{{ .Title }}</h5>
|
||||
<p class="card-text px-2"> {{ .Summary | truncate 300}}</p>
|
||||
</div>
|
||||
<div class="mt-auto card-footer">
|
||||
<span class="float-left">{{ .Date.Format "January 2, 2006" }}</span>
|
||||
<a href="{{ .RelPermalink }}" class="float-right btn btn-outline-info btn-sm">Read</a>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ if .Site.Params.socialiconfooter }}
|
||||
|
||||
<div class="text-center">
|
||||
{{ if .Site.Params.github }}
|
||||
<span class="px-1">
|
||||
<a class="text-dark" href="{{ .Site.Params.github }}" aria-label="github">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="2.7em" height="2.7em" viewBox="0 0 1792 1792">
|
||||
<path
|
||||
d="M522 1352q-8 9-20-3-13-11-4-19 8-9 20 3 12 11 4 19zm-42-61q9 12 0 19-8 6-17-7t0-18q9-7 17 6zm-61-60q-5 7-13 2-10-5-7-12 3-5 13-2 10 5 7 12zm31 34q-6 7-16-3-9-11-2-16 6-6 16 3 9 11 2 16zm129 112q-4 12-19 6-17-4-13-15t19-7q16 5 13 16zm63 5q0 11-16 11-17 2-17-11 0-11 16-11 17-2 17 11zm58-10q2 10-14 14t-18-8 14-15q16-2 18 9zm964-956v960q0 119-84.5 203.5t-203.5 84.5h-224q-16 0-24.5-1t-19.5-5-16-14.5-5-27.5v-239q0-97-52-142 57-6 102.5-18t94-39 81-66.5 53-105 20.5-150.5q0-121-79-206 37-91-8-204-28-9-81 11t-92 44l-38 24q-93-26-192-26t-192 26q-16-11-42.5-27t-83.5-38.5-86-13.5q-44 113-7 204-79 85-79 206 0 85 20.5 150t52.5 105 80.5 67 94 39 102.5 18q-40 36-49 103-21 10-45 15t-57 5-65.5-21.5-55.5-62.5q-19-32-48.5-52t-49.5-24l-20-3q-21 0-29 4.5t-5 11.5 9 14 13 12l7 5q22 10 43.5 38t31.5 51l10 23q13 38 44 61.5t67 30 69.5 7 55.5-3.5l23-4q0 38 .5 103t.5 68q0 22-11 33.5t-22 13-33 1.5h-224q-119 0-203.5-84.5t-84.5-203.5v-960q0-119 84.5-203.5t203.5-84.5h960q119 0 203.5 84.5t84.5 203.5z" />
|
||||
|
||||
<metadata>
|
||||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<rdf:Description about="https://iconscout.com/legal#licenses" dc:title="Github, Online, Project, Hosting, Square" dc:description="Github, Online, Project, Hosting, Square" dc:publisher="Iconscout" dc:date="2016-12-14"
|
||||
dc:format="image/svg+xml" dc:language="en">
|
||||
<dc:creator>
|
||||
<rdf:Bag>
|
||||
<rdf:li>Font Awesome</rdf:li>
|
||||
</rdf:Bag>
|
||||
</dc:creator>
|
||||
</rdf:Description>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.linkedin }}
|
||||
<span class="px-1">
|
||||
<a class="text-white" href="{{ .Site.Params.linkedin }}" aria-label="linkedin">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width='2.4em' height='2.4em' fill="#fff" aria-label="LinkedIn" viewBox="0 0 512 512">
|
||||
<rect width="512" height="512" fill="#0077b5" rx="15%" />
|
||||
<circle cx="142" cy="138" r="37" />
|
||||
<path stroke="#fff" stroke-width="66" d="M244 194v198M142 194v198" />
|
||||
<path d="M276 282c0-20 13-40 36-40 24 0 33 18 33 45v105h66V279c0-61-32-89-76-89-34 0-51 19-59 32" />
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.twitter }}
|
||||
<a class="text-info" href="{{ .Site.Params.twitter }}" aria-label="twitter">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<path fill="#03a9f4" d="M42,37c0,2.762-2.239,5-5,5H11c-2.762,0-5-2.238-5-5V11c0-2.762,2.238-5,5-5h26c2.761,0,5,2.238,5,5 V37z" />
|
||||
<path fill="#fff"
|
||||
d="M36,17.12c-0.882,0.391-1.999,0.758-3,0.88c1.018-0.604,2.633-1.862,3-3 c-0.951,0.559-2.671,1.156-3.793,1.372C31.311,15.422,30.033,15,28.617,15C25.897,15,24,17.305,24,20v2c-4,0-7.9-3.047-10.327-6 c-0.427,0.721-0.667,1.565-0.667,2.457c0,1.819,1.671,3.665,2.994,4.543c-0.807-0.025-2.335-0.641-3-1c0,0.016,0,0.036,0,0.057 c0,2.367,1.661,3.974,3.912,4.422C16.501,26.592,16,27,14.072,27c0.626,1.935,3.773,2.958,5.928,3c-1.686,1.307-4.692,2-7,2 c-0.399,0-0.615,0.022-1-0.023C14.178,33.357,17.22,34,20,34c9.057,0,14-6.918,14-13.37c0-0.212-0.007-0.922-0.018-1.13 C34.95,18.818,35.342,18.104,36,17.12" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.instagram }}
|
||||
<a class="text-danger" href="{{ .Site.Params.instagram }}" aria-label="instagram">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<radialGradient id="yOrnnhliCrdS2gy~4tD8ma" cx="19.38" cy="42.035" r="44.899" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fd5" />
|
||||
<stop offset=".328" stop-color="#ff543f" />
|
||||
<stop offset=".348" stop-color="#fc5245" />
|
||||
<stop offset=".504" stop-color="#e64771" />
|
||||
<stop offset=".643" stop-color="#d53e91" />
|
||||
<stop offset=".761" stop-color="#cc39a4" />
|
||||
<stop offset=".841" stop-color="#c837ab" />
|
||||
</radialGradient>
|
||||
<path fill="url(#yOrnnhliCrdS2gy~4tD8ma)"
|
||||
d="M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20 c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20 C42.014,38.383,38.417,41.986,34.017,41.99z" />
|
||||
<radialGradient id="yOrnnhliCrdS2gy~4tD8mb" cx="11.786" cy="5.54" r="29.813" gradientTransform="matrix(1 0 0 .6663 0 1.849)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#4168c9" />
|
||||
<stop offset=".999" stop-color="#4168c9" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
<path fill="url(#yOrnnhliCrdS2gy~4tD8mb)"
|
||||
d="M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20 c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20 C42.014,38.383,38.417,41.986,34.017,41.99z" />
|
||||
<path fill="#fff" d="M24,31c-3.859,0-7-3.14-7-7s3.141-7,7-7s7,3.14,7,7S27.859,31,24,31z M24,19c-2.757,0-5,2.243-5,5 s2.243,5,5,5s5-2.243,5-5S26.757,19,24,19z" />
|
||||
<circle cx="31.5" cy="16.5" r="1.5" fill="#fff" />
|
||||
<path fill="#fff" d="M30,37H18c-3.859,0-7-3.14-7-7V18c0-3.86,3.141-7,7-7h12c3.859,0,7,3.14,7,7v12 C37,33.86,33.859,37,30,37z M18,13c-2.757,0-5,2.243-5,5v12c0,2.757,2.243,5,5,5h12c2.757,0,5-2.243,5-5V18c0-2.757-2.243-5-5-5H18z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.facebook }}
|
||||
<a class="text-info" href="{{ .Site.Params.facebook }}" aria-label="facebook">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<path fill="#3F51B5" d="M42,37c0,2.762-2.238,5-5,5H11c-2.761,0-5-2.238-5-5V11c0-2.762,2.239-5,5-5h26c2.762,0,5,2.238,5,5V37z" />
|
||||
<path fill="#FFF" d="M34.368,25H31v13h-5V25h-3v-4h3v-2.41c0.002-3.508,1.459-5.59,5.592-5.59H35v4h-2.287C31.104,17,31,17.6,31,18.723V21h4L34.368,25z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="container bg-transparent py-4">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-4 text-center order-2 order-lg-1 order-md-1">
|
||||
<div class="pb-2">
|
||||
<a href="{{ .Site.BaseURL }}">
|
||||
<img alt="Footer logo" src="{{ .Site.Params.favicon | default " /images/favicon.png"}}" height="40px" width="40px">
|
||||
</a>
|
||||
</div>
|
||||
© {{ .Site.Params.copyright }} All Rights Reserved
|
||||
<div class="text-secondary">
|
||||
Powered by
|
||||
<a class="text-secondary" href="https://github.com/gurusabarish/hugo-profile">Hugo-profile</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
@@ -7,4 +7,4 @@
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css" media="all">
|
||||
<link rel="stylesheet" href="/css/all.min.css" media="all">
|
||||
<link rel="stylesheet" href="/css/fontawesome.min.css" media="all">
|
||||
<link rel="stylesheet" href="/css/index.css" media="all">
|
||||
<link rel="stylesheet" href="/css/v2/v2.css" media="all">
|
||||
@@ -0,0 +1,3 @@
|
||||
<!-- javascripts -->
|
||||
<script src="/js/jquery.slim.min.js"></script>
|
||||
<script src="/js/bootstrap.min.js"></script>
|
||||
@@ -0,0 +1,33 @@
|
||||
<div id="about" class="pt-3">
|
||||
<div class="container-fluid">
|
||||
<div class="text-light text-center h3">About Me</div>
|
||||
<div class="row justify-content-center about">
|
||||
<div class="col-md-6 about-content">
|
||||
<div class="px-2" style="color: #8892b0;">
|
||||
{{ .Site.Params.descripe_l1_person | markdownify }}
|
||||
<br>
|
||||
<br>
|
||||
{{ .Site.Params.descripe_l2_person | markdownify }}
|
||||
</div>
|
||||
<div class="py-3 pl-2">
|
||||
<a href="#contact" class="contact-btn btn">
|
||||
Get In Touch
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-md-5 about-skill">
|
||||
<div class="text-secondary text-center h4">Skills</div>
|
||||
{{ range .Site.Params.skills }}
|
||||
<div style="color: rgb(230, 241, 255)">
|
||||
{{ .name }}
|
||||
</div>
|
||||
<div class="progress mb-4">
|
||||
<div class="progress-bar" role="progressbar" style="width: {{ .percentage }}%;" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,27 @@
|
||||
{{ $img:= "images/v1/background.png" }}
|
||||
|
||||
<section class="py-3" id="achievements">
|
||||
<div class="container-fluid">
|
||||
<div class="text-light text-center h3">Achievements</div>
|
||||
<div class="row justify-content-center py-3 mx-2">
|
||||
{{ range .Site.Params.achievements }}
|
||||
{{ if .img }}
|
||||
{{ $img = .img }}
|
||||
{{ end }}
|
||||
<div class="col-md-5 achiv-out px-4 px-md-2 my-2">
|
||||
<div class="achiv-card d-flex align-items-end shadow-lg rounded" style="background-image: url({{ .img }});">
|
||||
<div class="p-3 w-100 achiv overflow-hidden">
|
||||
<h4 class="text-center">
|
||||
{{ .title }}
|
||||
</h4>
|
||||
<div class="text-secondary">
|
||||
{{ .description }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
@@ -0,0 +1,33 @@
|
||||
<section id="contact">
|
||||
<div class="container-fluid py-3">
|
||||
<div class="text-light text-center h3">Get In Touch</div>
|
||||
<div class="row justify-content-center px-md-5">
|
||||
<div class="py-5 overflow-hidden col-md-4 d-none d-md-block">
|
||||
<img class="contact-img" src="/contact.svg" />
|
||||
</div>
|
||||
<div class="py-5 col-md-5">
|
||||
<form class="text-secondary px-3" method="get">
|
||||
<div class="form-group">
|
||||
<label for="name">Name</label>
|
||||
<input type="text" class="form-control" name="name" id="name" placeholder="Your Name">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="email">Email address</label>
|
||||
<input type="email" class="form-control" id="email" placeholder="[email protected]">
|
||||
<small class="form-text text-muted">We'll never share your email with anyone else.</small>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="text">Content</label>
|
||||
<textarea class="form-control" placeholder="Type Something ...." id="text" rows="3"></textarea>
|
||||
</div>
|
||||
|
||||
<div class="text-center">
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -0,0 +1,27 @@
|
||||
<section id="education">
|
||||
<div class="container-fluid py-3">
|
||||
<div class="text-light text-center h3">Education</div>
|
||||
<div class="row row-eq-height justify-content-center">
|
||||
<div class="col-md-5 pl-5 py-3 pb-0 v-center">
|
||||
<ul class="edu">
|
||||
{{ range .Site.Params.education }}
|
||||
<li class="py-2 edu-item">
|
||||
<h5 style="font-size: 20px;">{{ .degree }} - {{ .branch }}</h5>
|
||||
<div style="font-size: 15px;">
|
||||
{{ .university }}
|
||||
</div>
|
||||
<div class="">
|
||||
<small>{{ .startedyear }}</small>
|
||||
-
|
||||
<small>{{ .graduation}}</small>
|
||||
</div>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-5 overflow-hidden py-3 d-none d-md-block">
|
||||
<img class="edu-img" src="/education.svg">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -0,0 +1,100 @@
|
||||
<section id="experience">
|
||||
<div class="container-fluid pt-3">
|
||||
<div class="text-light text-center h3">Experience</div>
|
||||
|
||||
<div class="row justify-content-center py-md-5">
|
||||
<div class="d-md-none d-lg-none d-sm-block">
|
||||
<ol class="ex-ol pl-5 pr-3">
|
||||
{{ range .Site.Params.experience }}
|
||||
<li class="ex-ol-li">
|
||||
<h4>
|
||||
<span class="text-primary">{{ .company }}</span> - {{ .role }}
|
||||
</h4>
|
||||
<div>
|
||||
<small>{{ .startdate}}</small>
|
||||
-
|
||||
<small>{{ .enddate }}</small>
|
||||
</div>
|
||||
<ul class="py-2 ex-ol-ul">
|
||||
{{ range .featuredpoints }}
|
||||
<li class="ex-ol-item">{{ .point }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</li>
|
||||
{{ end }}
|
||||
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div id="nav-pills-out" class="d-none d-md-block nav flex-column nav-pills col-md-2" id="v-pills-tab" role="tablist" aria-orientation="vertical">
|
||||
{{ range $index, $element := .Site.Params.experience }}
|
||||
{{ if (eq $index 0) }}
|
||||
<a class="nav-link active" id="{{ .company }}-tab" data-toggle="pill" href="#{{ .company }}" role="tab" aria-controls="{{ .company }}" aria-selected="true">
|
||||
{{ .company }}
|
||||
</a>
|
||||
{{ else }}
|
||||
<a class="nav-link" id="{{ .company }}-tab" data-toggle="pill" href="#{{ .company }}" role="tab" aria-controls="{{ .company }}" aria-selected="false">
|
||||
{{ .company }}
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<div class="tab-content col-md-5 d-none d-md-block" id="v-pills-tabContent">
|
||||
{{ range $index, $element := .Site.Params.experience }}
|
||||
{{ if (eq $index 0) }}
|
||||
<div class="tab-pane fade show active" id="{{ .company }}" role="tabpanel" aria-labelledby="{{ .company }}-tab">
|
||||
<div class="h4">
|
||||
<span class="text-primary">{{ .company }}</span> - {{ .role }}
|
||||
</div>
|
||||
<div>
|
||||
<small>{{ .startdate }}</small>
|
||||
-
|
||||
<small>{{ .enddate }}</small>
|
||||
</div>
|
||||
<ul class="py-2 ex">
|
||||
{{ range .featuredpoints }}
|
||||
<li class="ex-item">{{ .point }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
{{ else }}
|
||||
<div class="tab-pane fade" id="{{ .company }}" role="tabpanel" aria-labelledby="{{ .company }}-tab">
|
||||
<div class="h4">
|
||||
<span class="text-primary">{{ .company }}</span> - {{ .role }}
|
||||
</div>
|
||||
<div>
|
||||
<small>{{ .startdate }}</small>
|
||||
-
|
||||
<small>{{ .enddate }}</small>
|
||||
</div>
|
||||
<ul class="py-2 ex">
|
||||
{{ range .featuredpoints }}
|
||||
<li class="ex-item">{{ .point }}</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
|
||||
<div class="tab-pane fade" id="v-pills-settings" role="tabpanel" aria-labelledby="v-pills-settings-tab">
|
||||
<div class="h4">
|
||||
<span class="text-primary">Google</span> - Software developer
|
||||
</div>
|
||||
<div>
|
||||
<small>Feb 2019</small>
|
||||
-
|
||||
<small>Sep 2020</small>
|
||||
</div>
|
||||
<ul class="py-2 ex">
|
||||
<li class="ex-item">Write modern, performant, maintainable code for a diverse array of client and internal projects</li>
|
||||
<li class="ex-item">Write modern, performant, maintainable code for a diverse array of client and internal projects</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
@@ -0,0 +1,136 @@
|
||||
<footer>
|
||||
<!-- recent posts -->
|
||||
<div class="news container py-3">
|
||||
{{ if .Site.Params.recentposts }}
|
||||
<div class="h3 text-center text-light py-3 font-weight-bold">Recent posts</div>
|
||||
<div class="row justify-content-center">
|
||||
{{ range ( where .Site.RegularPages "Type" "blog" | first 3 ) }}
|
||||
<div class="col-lg-4 col-md-6 pt-2">
|
||||
<a href="{{ .RelPermalink }}" class="post-card-link">
|
||||
<div class="card px-2 h-100">
|
||||
<div class="card-head py-3">
|
||||
<h5 class="card-title font-weight-bold px-2">{{ .Title }}</h5>
|
||||
<p class="card-text px-2"> {{ .Summary | truncate 300}}</p>
|
||||
</div>
|
||||
<div class="mt-auto card-footer">
|
||||
<span class="float-left">{{ .Date.Format "January 2, 2006" }}</span>
|
||||
<a href="{{ .RelPermalink }}" class="float-right btn btn-outline-info btn-sm">Read</a>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ if .Site.Params.socialiconfooter }}
|
||||
|
||||
<div class="text-center">
|
||||
{{ if .Site.Params.github }}
|
||||
<span class="px-1">
|
||||
<a class="text-dark" href="{{ .Site.Params.github }}" aria-label="github">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="2.7em" height="2.7em" viewBox="0 0 1792 1792">
|
||||
<path
|
||||
d="M522 1352q-8 9-20-3-13-11-4-19 8-9 20 3 12 11 4 19zm-42-61q9 12 0 19-8 6-17-7t0-18q9-7 17 6zm-61-60q-5 7-13 2-10-5-7-12 3-5 13-2 10 5 7 12zm31 34q-6 7-16-3-9-11-2-16 6-6 16 3 9 11 2 16zm129 112q-4 12-19 6-17-4-13-15t19-7q16 5 13 16zm63 5q0 11-16 11-17 2-17-11 0-11 16-11 17-2 17 11zm58-10q2 10-14 14t-18-8 14-15q16-2 18 9zm964-956v960q0 119-84.5 203.5t-203.5 84.5h-224q-16 0-24.5-1t-19.5-5-16-14.5-5-27.5v-239q0-97-52-142 57-6 102.5-18t94-39 81-66.5 53-105 20.5-150.5q0-121-79-206 37-91-8-204-28-9-81 11t-92 44l-38 24q-93-26-192-26t-192 26q-16-11-42.5-27t-83.5-38.5-86-13.5q-44 113-7 204-79 85-79 206 0 85 20.5 150t52.5 105 80.5 67 94 39 102.5 18q-40 36-49 103-21 10-45 15t-57 5-65.5-21.5-55.5-62.5q-19-32-48.5-52t-49.5-24l-20-3q-21 0-29 4.5t-5 11.5 9 14 13 12l7 5q22 10 43.5 38t31.5 51l10 23q13 38 44 61.5t67 30 69.5 7 55.5-3.5l23-4q0 38 .5 103t.5 68q0 22-11 33.5t-22 13-33 1.5h-224q-119 0-203.5-84.5t-84.5-203.5v-960q0-119 84.5-203.5t203.5-84.5h960q119 0 203.5 84.5t84.5 203.5z" />
|
||||
|
||||
<metadata>
|
||||
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<rdf:Description about="https://iconscout.com/legal#licenses" dc:title="Github, Online, Project, Hosting, Square" dc:description="Github, Online, Project, Hosting, Square" dc:publisher="Iconscout" dc:date="2016-12-14"
|
||||
dc:format="image/svg+xml" dc:language="en">
|
||||
<dc:creator>
|
||||
<rdf:Bag>
|
||||
<rdf:li>Font Awesome</rdf:li>
|
||||
</rdf:Bag>
|
||||
</dc:creator>
|
||||
</rdf:Description>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.linkedin }}
|
||||
<span class="px-1">
|
||||
<a class="text-white" href="{{ .Site.Params.linkedin }}" aria-label="linkedin">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width='2.4em' height='2.4em' fill="#fff" aria-label="LinkedIn" viewBox="0 0 512 512">
|
||||
<rect width="512" height="512" fill="#0077b5" rx="15%" />
|
||||
<circle cx="142" cy="138" r="37" />
|
||||
<path stroke="#fff" stroke-width="66" d="M244 194v198M142 194v198" />
|
||||
<path d="M276 282c0-20 13-40 36-40 24 0 33 18 33 45v105h66V279c0-61-32-89-76-89-34 0-51 19-59 32" />
|
||||
</svg>
|
||||
</a>
|
||||
</span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.twitter }}
|
||||
<a class="text-info" href="{{ .Site.Params.twitter }}" aria-label="twitter">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<path fill="#03a9f4" d="M42,37c0,2.762-2.239,5-5,5H11c-2.762,0-5-2.238-5-5V11c0-2.762,2.238-5,5-5h26c2.761,0,5,2.238,5,5 V37z" />
|
||||
<path fill="#fff"
|
||||
d="M36,17.12c-0.882,0.391-1.999,0.758-3,0.88c1.018-0.604,2.633-1.862,3-3 c-0.951,0.559-2.671,1.156-3.793,1.372C31.311,15.422,30.033,15,28.617,15C25.897,15,24,17.305,24,20v2c-4,0-7.9-3.047-10.327-6 c-0.427,0.721-0.667,1.565-0.667,2.457c0,1.819,1.671,3.665,2.994,4.543c-0.807-0.025-2.335-0.641-3-1c0,0.016,0,0.036,0,0.057 c0,2.367,1.661,3.974,3.912,4.422C16.501,26.592,16,27,14.072,27c0.626,1.935,3.773,2.958,5.928,3c-1.686,1.307-4.692,2-7,2 c-0.399,0-0.615,0.022-1-0.023C14.178,33.357,17.22,34,20,34c9.057,0,14-6.918,14-13.37c0-0.212-0.007-0.922-0.018-1.13 C34.95,18.818,35.342,18.104,36,17.12" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.instagram }}
|
||||
<a class="text-danger" href="{{ .Site.Params.instagram }}" aria-label="instagram">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<radialGradient id="yOrnnhliCrdS2gy~4tD8ma" cx="19.38" cy="42.035" r="44.899" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#fd5" />
|
||||
<stop offset=".328" stop-color="#ff543f" />
|
||||
<stop offset=".348" stop-color="#fc5245" />
|
||||
<stop offset=".504" stop-color="#e64771" />
|
||||
<stop offset=".643" stop-color="#d53e91" />
|
||||
<stop offset=".761" stop-color="#cc39a4" />
|
||||
<stop offset=".841" stop-color="#c837ab" />
|
||||
</radialGradient>
|
||||
<path fill="url(#yOrnnhliCrdS2gy~4tD8ma)"
|
||||
d="M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20 c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20 C42.014,38.383,38.417,41.986,34.017,41.99z" />
|
||||
<radialGradient id="yOrnnhliCrdS2gy~4tD8mb" cx="11.786" cy="5.54" r="29.813" gradientTransform="matrix(1 0 0 .6663 0 1.849)" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0" stop-color="#4168c9" />
|
||||
<stop offset=".999" stop-color="#4168c9" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
<path fill="url(#yOrnnhliCrdS2gy~4tD8mb)"
|
||||
d="M34.017,41.99l-20,0.019c-4.4,0.004-8.003-3.592-8.008-7.992l-0.019-20 c-0.004-4.4,3.592-8.003,7.992-8.008l20-0.019c4.4-0.004,8.003,3.592,8.008,7.992l0.019,20 C42.014,38.383,38.417,41.986,34.017,41.99z" />
|
||||
<path fill="#fff" d="M24,31c-3.859,0-7-3.14-7-7s3.141-7,7-7s7,3.14,7,7S27.859,31,24,31z M24,19c-2.757,0-5,2.243-5,5 s2.243,5,5,5s5-2.243,5-5S26.757,19,24,19z" />
|
||||
<circle cx="31.5" cy="16.5" r="1.5" fill="#fff" />
|
||||
<path fill="#fff" d="M30,37H18c-3.859,0-7-3.14-7-7V18c0-3.86,3.141-7,7-7h12c3.859,0,7,3.14,7,7v12 C37,33.86,33.859,37,30,37z M18,13c-2.757,0-5,2.243-5,5v12c0,2.757,2.243,5,5,5h12c2.757,0,5-2.243,5-5V18c0-2.757-2.243-5-5-5H18z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.facebook }}
|
||||
<a class="text-info" href="{{ .Site.Params.facebook }}" aria-label="facebook">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48px" height="48px">
|
||||
<path fill="#3F51B5" d="M42,37c0,2.762-2.238,5-5,5H11c-2.761,0-5-2.238-5-5V11c0-2.762,2.239-5,5-5h26c2.762,0,5,2.238,5,5V37z" />
|
||||
<path fill="#FFF" d="M34.368,25H31v13h-5V25h-3v-4h3v-2.41c0.002-3.508,1.459-5.59,5.592-5.59H35v4h-2.287C31.104,17,31,17.6,31,18.723V21h4L34.368,25z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="container bg-transparent py-4">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-4 text-center order-2 order-lg-1 order-md-1">
|
||||
<div class="pb-2">
|
||||
<a href="{{ .Site.BaseURL }}">
|
||||
<img alt="Footer logo" src="{{ .Site.Params.favicon | default " /images/favicon.png"}}" height="40px" width="40px">
|
||||
</a>
|
||||
</div>
|
||||
© {{ dateFormat "2006" now }} All Rights Reserved
|
||||
<div>
|
||||
Made with
|
||||
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-heart" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd"
|
||||
d="M8 2.748l-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z" />
|
||||
</svg>
|
||||
and
|
||||
<a href="https://github.com/gurusabarish/hugo-profile" aria-label="hugo" target="_blank">Hugo Profile</a>
|
||||
by
|
||||
<a href="https://github.com/gurusabarish" aria-label="github handle" target="_blank">Gurusabarish</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
@@ -0,0 +1,10 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="icon" href="{{ .Site.Params.favicon | default " /images/favicon.png"}}" type="image/gif">
|
||||
|
||||
<!-- stylesheets -->
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css" media="all">
|
||||
<link rel="stylesheet" href="/css/all.min.css" media="all">
|
||||
<link rel="stylesheet" href="/css/fontawesome.min.css" media="all">
|
||||
<link rel="stylesheet" href="/css/v3/v3.css" media="all">
|
||||
@@ -0,0 +1,59 @@
|
||||
<div class="container-fluid home">
|
||||
<div class="py-5">
|
||||
<div class="row justify-content-center intro">
|
||||
<div class="col-md-7 name-container">
|
||||
<div class="name">
|
||||
<div class="text-warning" style="font-size: 15px;">
|
||||
Hi there, I'm
|
||||
</div>
|
||||
<h1 class="text-primary">
|
||||
{{ .Site.Params.name }}
|
||||
</h1>
|
||||
<h5 class="text-light">
|
||||
{{ .Site.Params.profession }}
|
||||
</h5>
|
||||
</div>
|
||||
<div class="row social pt-4">
|
||||
{{ if .Site.Params.github }}
|
||||
<a href="{{ .Site.Params.github }}" class="social-icon">
|
||||
<i class="fab fa-lg fa-github"></i>
|
||||
</a>
|
||||
<span class="px-1"></span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.twitter }}
|
||||
<a href="{{ .Site.Params.twitter }}" class="social-icon">
|
||||
<i class="fab fa-lg fa-twitter"></i>
|
||||
</a>
|
||||
<span class="px-1"></span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.linkedin }}
|
||||
<a href="{{ .Site.Params.linkedin }}" class="social-icon">
|
||||
<i class="fab fa-lg fa-linkedin"></i>
|
||||
</a>
|
||||
<span class="px-1"></span>
|
||||
{{ end }}
|
||||
|
||||
{{ if .Site.Params.facebook }}
|
||||
<a href="{{ .Site.Params.facebook }}" class="social-icon">
|
||||
<i class="fab fa-lg fa-facebook"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="pt-4 btn-intro">
|
||||
<a href="#about" class="btn-know btn btn-outline-info">
|
||||
About me
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-md-5 text-center">
|
||||
{{ if .Site.Params.profile_image }}
|
||||
<img class="profile rounded shadow-lg" src="{{ .Site.Params.profile_image }}" alt="{{ .Site.Params.name }}" class="rounded">
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,25 @@
|
||||
<nav style="background-color: #0a192f;" class="pt-3 navbar-home navbar navbar-expand-lg navbar-dark">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{{ .Site.BaseURL | relURL }}">
|
||||
{{ if .Site.Params.favicon }}
|
||||
<img src="{{ .Site.Params.favicon }}" width="30" height="30" class="d-inline-block align-top">
|
||||
{{ .Site.Title }}
|
||||
{{ else }}
|
||||
{{ .Site.Title }}
|
||||
{{ end }}
|
||||
</a>
|
||||
<button class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarNavDropdown">
|
||||
<ul class="navbar-nav ml-auto text-center">
|
||||
{{ range site.Params.customMenus }}
|
||||
<li class="nav-item navbar-text">
|
||||
<a class="nav-link " href="{{.Url}}" aria-label="{{ .name }}">{{ .name }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -0,0 +1,114 @@
|
||||
<section id="projects">
|
||||
<div class="container-fluid py-3">
|
||||
<div class="text-light text-center h3">Projects</div>
|
||||
<div class="row justify-content-center pt-2">
|
||||
{{ range ( where .Site.RegularPages "Type" "project" ) }}
|
||||
<div class="col-md-8 pro m-3 shadow">
|
||||
<div class="row">
|
||||
<div class="col-md-6 bg-pro">
|
||||
<img src='{{ .Params.img }}' alt="{{ .Title }}">
|
||||
</div>
|
||||
<div class="col-md-6 content-pro p-3 bg-light">
|
||||
<div class="content-pro-top">
|
||||
<h2>{{ .Title }}</h2>
|
||||
<p class="card-text pt-2">
|
||||
{{ .Params.description }}
|
||||
</p>
|
||||
</div>
|
||||
<span class="float-right">
|
||||
{{ if .Params.featured }}
|
||||
<a href="{{ .Params.featured }}" class="px-1">
|
||||
<i class="fas text-info fa-link"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ if .Params.github }}
|
||||
<a href="{{ .Params.github }}" class="px-1 pr-2">
|
||||
<i class="fab text-dark fa-lg fa-github"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
<a class="btn btn-sm pro-btn btn-outline-info" target="_blank" href="{{ .Permalink }}">
|
||||
Know more...
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ range .Site.Params.projects }}
|
||||
<div class="col-md-8 pro m-3 shadow">
|
||||
<div class="row">
|
||||
<div class="col-md-6 bg-pro">
|
||||
<img src='{{ .img }}' alt="{{ .name }}">
|
||||
</div>
|
||||
<div class="col-md-6 content-pro p-3 bg-light">
|
||||
<div class="content-pro-top">
|
||||
<h2>{{ .name }}</h2>
|
||||
<p class="card-text pt-2">
|
||||
{{ .description }}
|
||||
</p>
|
||||
</div>
|
||||
<span class="float-right">
|
||||
{{ if .featuredlink }}
|
||||
<a href="{{ .featuredlink }}" class="px-1">
|
||||
<i class="fas text-info fa-link"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ if .githublink }}
|
||||
<a href="{{ .githublink }}" class="px-1 pr-2">
|
||||
<i class="fab text-dark fa-lg fa-github"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!--
|
||||
{{ range ( where .Site.RegularPages "Type" "project" ) }}
|
||||
<div class="col-md-5 py-2">
|
||||
<div class="pb-2">
|
||||
<div class="card border-r border-0 shadow h-100 m-2">
|
||||
<a class="text-decoration-none" target="_blank" href="{{ .Permalink }}">
|
||||
<img src='{{ .Params.img }}' class="card-img-top" height="250" alt="{{ .Title }}">
|
||||
</a>
|
||||
<div class="card-body pt-2 ">
|
||||
<h2>{{ .Title }}</h2>
|
||||
<p class="card-text pt-2">
|
||||
<span class="">
|
||||
Build your website with “Hugo” comment Go to the terminal and type “hugo” …
|
||||
</span>
|
||||
|
||||
</p>
|
||||
<span class="float-right">
|
||||
{{ if .Params.featured }}
|
||||
<a href="{{ .Params.featured }}" class="px-1">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm10 12c0 .685-.07 1.354-.202 2h-3.853c.121-1.283.129-2.621 0-4h3.853c.132.646.202 1.315.202 2zm-.841-4h-3.5c-.383-1.96-1.052-3.751-1.948-5.278 2.435.977 4.397 2.882 5.448 5.278zm-5.554 0h-2.605v-5.658c1.215 1.46 2.117 3.41 2.605 5.658zm-4.605-5.658v5.658h-2.605c.488-2.248 1.39-4.198 2.605-5.658zm0 7.658v4h-2.93c-.146-1.421-.146-2.577 0-4h2.93zm0 6v5.658c-1.215-1.46-2.117-3.41-2.605-5.658h2.605zm2 5.658v-5.658h2.605c-.488 2.248-1.39 4.198-2.605 5.658zm0-7.658v-4h2.93c.146 1.421.146 2.577 0 4h-2.93zm-4.711-11.278c-.896 1.527-1.565 3.318-1.948 5.278h-3.5c1.051-2.396 3.013-4.301 5.448-5.278zm-6.087 7.278h3.853c-.121 1.283-.129 2.621 0 4h-3.853c-.132-.646-.202-1.315-.202-2s.07-1.354.202-2zm.639 6h3.5c.383 1.96 1.052 3.751 1.948 5.278-2.435-.977-4.397-2.882-5.448-5.278zm12.87 5.278c.896-1.527 1.565-3.318 1.948-5.278h3.5c-1.051 2.396-3.013 4.301-5.448 5.278z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ if .Params.github }}
|
||||
<a href="{{ .Params.github }}" class="px-1 pr-2">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
||||
<path
|
||||
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
|
||||
</svg>
|
||||
</a>
|
||||
{{ end }}
|
||||
<a class="btn btn-sm btn-outline-info" target="_blank" href="{{ .Permalink }}">Read
|
||||
more...</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ end }}
|
||||
-->
|
||||
@@ -0,0 +1,3 @@
|
||||
<!-- javascripts -->
|
||||
<script src="/js/jquery.slim.min.js"></script>
|
||||
<script src="/js/bootstrap.min.js"></script>
|
||||
|
After Width: | Height: | Size: 4.6 MiB |
@@ -0,0 +1,237 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="450pt" height="487.499991pt" viewBox="0 0 450 487.499991" version="1.2">
|
||||
<defs>
|
||||
<clipPath id="clip1">
|
||||
<path d="M 72 50 L 392 50 L 392 438 L 72 438 Z M 72 50 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip2">
|
||||
<path d="M 176.257812 -64.976562 L 512.746094 151.46875 L 263.0625 539.625 L -73.421875 323.183594 Z M 176.257812 -64.976562 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip3">
|
||||
<path d="M 176.257812 -64.976562 L 512.746094 151.46875 L 263.0625 539.625 L -73.421875 323.183594 Z M 176.257812 -64.976562 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip4">
|
||||
<path d="M 176.257812 -64.976562 L 512.519531 151.324219 L 262.894531 539.394531 L -73.367188 323.09375 Z M 176.257812 -64.976562 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip5">
|
||||
<path d="M 338.203125 114.46875 C 354.835938 188.011719 411.726562 277.09375 384.390625 328.109375 C 316.464844 454.800781 178.539062 485.207031 86.804688 344.632812 C 21.132812 243.996094 200.394531 291.820312 170.894531 178.691406 C 127.398438 12.054688 318.289062 26.421875 338.203125 114.46875 Z M 338.203125 114.46875 "/>
|
||||
</clipPath>
|
||||
<linearGradient id="linear0" gradientUnits="userSpaceOnUse" x1="1118.557634" y1="-601.77802" x2="1307.368161" y2="-601.77802" gradientTransform="matrix(-1.745627,2.713766,-2.711354,-1.744076,728.650536,-4075.582637)">
|
||||
<stop offset="0" style="stop-color:rgb(74.899292%,94.099426%,81.199646%);stop-opacity:1;"/>
|
||||
<stop offset="0.125" style="stop-color:rgb(74.899292%,94.099426%,81.199646%);stop-opacity:1;"/>
|
||||
<stop offset="0.15625" style="stop-color:rgb(74.899292%,94.099426%,81.199646%);stop-opacity:1;"/>
|
||||
<stop offset="0.171875" style="stop-color:rgb(74.899292%,94.099426%,81.199646%);stop-opacity:1;"/>
|
||||
<stop offset="0.179688" style="stop-color:rgb(74.717712%,94.039917%,81.306458%);stop-opacity:1;"/>
|
||||
<stop offset="0.183594" style="stop-color:rgb(74.336243%,93.916321%,81.535339%);stop-opacity:1;"/>
|
||||
<stop offset="0.1875" style="stop-color:rgb(74.136353%,93.852234%,81.655884%);stop-opacity:1;"/>
|
||||
<stop offset="0.191406" style="stop-color:rgb(73.934937%,93.786621%,81.774902%);stop-opacity:1;"/>
|
||||
<stop offset="0.195312" style="stop-color:rgb(73.735046%,93.721008%,81.895447%);stop-opacity:1;"/>
|
||||
<stop offset="0.199219" style="stop-color:rgb(73.53363%,93.655396%,82.015991%);stop-opacity:1;"/>
|
||||
<stop offset="0.203125" style="stop-color:rgb(73.33374%,93.591309%,82.136536%);stop-opacity:1;"/>
|
||||
<stop offset="0.207031" style="stop-color:rgb(73.132324%,93.525696%,82.255554%);stop-opacity:1;"/>
|
||||
<stop offset="0.210937" style="stop-color:rgb(72.932434%,93.460083%,82.376099%);stop-opacity:1;"/>
|
||||
<stop offset="0.214844" style="stop-color:rgb(72.731018%,93.39447%,82.496643%);stop-opacity:1;"/>
|
||||
<stop offset="0.21875" style="stop-color:rgb(72.531128%,93.330383%,82.617188%);stop-opacity:1;"/>
|
||||
<stop offset="0.222656" style="stop-color:rgb(72.329712%,93.264771%,82.736206%);stop-opacity:1;"/>
|
||||
<stop offset="0.226562" style="stop-color:rgb(72.129822%,93.199158%,82.85675%);stop-opacity:1;"/>
|
||||
<stop offset="0.230469" style="stop-color:rgb(71.928406%,93.133545%,82.977295%);stop-opacity:1;"/>
|
||||
<stop offset="0.234375" style="stop-color:rgb(71.728516%,93.069458%,83.097839%);stop-opacity:1;"/>
|
||||
<stop offset="0.238281" style="stop-color:rgb(71.5271%,93.003845%,83.216858%);stop-opacity:1;"/>
|
||||
<stop offset="0.242187" style="stop-color:rgb(71.327209%,92.939758%,83.337402%);stop-opacity:1;"/>
|
||||
<stop offset="0.246094" style="stop-color:rgb(71.125793%,92.874146%,83.457947%);stop-opacity:1;"/>
|
||||
<stop offset="0.25" style="stop-color:rgb(70.925903%,92.808533%,83.578491%);stop-opacity:1;"/>
|
||||
<stop offset="0.253906" style="stop-color:rgb(70.724487%,92.74292%,83.69751%);stop-opacity:1;"/>
|
||||
<stop offset="0.257812" style="stop-color:rgb(70.524597%,92.678833%,83.818054%);stop-opacity:1;"/>
|
||||
<stop offset="0.261719" style="stop-color:rgb(70.323181%,92.61322%,83.937073%);stop-opacity:1;"/>
|
||||
<stop offset="0.265625" style="stop-color:rgb(70.123291%,92.547607%,84.057617%);stop-opacity:1;"/>
|
||||
<stop offset="0.269531" style="stop-color:rgb(69.921875%,92.481995%,84.178162%);stop-opacity:1;"/>
|
||||
<stop offset="0.273437" style="stop-color:rgb(69.721985%,92.417908%,84.298706%);stop-opacity:1;"/>
|
||||
<stop offset="0.277344" style="stop-color:rgb(69.520569%,92.352295%,84.417725%);stop-opacity:1;"/>
|
||||
<stop offset="0.28125" style="stop-color:rgb(69.320679%,92.286682%,84.538269%);stop-opacity:1;"/>
|
||||
<stop offset="0.285156" style="stop-color:rgb(69.119263%,92.221069%,84.658813%);stop-opacity:1;"/>
|
||||
<stop offset="0.289062" style="stop-color:rgb(68.919373%,92.156982%,84.779358%);stop-opacity:1;"/>
|
||||
<stop offset="0.292969" style="stop-color:rgb(68.717957%,92.09137%,84.898376%);stop-opacity:1;"/>
|
||||
<stop offset="0.296875" style="stop-color:rgb(68.518066%,92.027283%,85.018921%);stop-opacity:1;"/>
|
||||
<stop offset="0.300781" style="stop-color:rgb(68.31665%,91.96167%,85.139465%);stop-opacity:1;"/>
|
||||
<stop offset="0.304687" style="stop-color:rgb(68.11676%,91.896057%,85.26001%);stop-opacity:1;"/>
|
||||
<stop offset="0.308594" style="stop-color:rgb(67.915344%,91.830444%,85.379028%);stop-opacity:1;"/>
|
||||
<stop offset="0.3125" style="stop-color:rgb(67.715454%,91.766357%,85.499573%);stop-opacity:1;"/>
|
||||
<stop offset="0.316406" style="stop-color:rgb(67.514038%,91.700745%,85.620117%);stop-opacity:1;"/>
|
||||
<stop offset="0.320312" style="stop-color:rgb(67.314148%,91.635132%,85.740662%);stop-opacity:1;"/>
|
||||
<stop offset="0.324219" style="stop-color:rgb(67.112732%,91.569519%,85.85968%);stop-opacity:1;"/>
|
||||
<stop offset="0.328125" style="stop-color:rgb(66.912842%,91.505432%,85.980225%);stop-opacity:1;"/>
|
||||
<stop offset="0.332031" style="stop-color:rgb(66.711426%,91.439819%,86.100769%);stop-opacity:1;"/>
|
||||
<stop offset="0.335937" style="stop-color:rgb(66.511536%,91.374207%,86.221313%);stop-opacity:1;"/>
|
||||
<stop offset="0.339844" style="stop-color:rgb(66.31012%,91.308594%,86.340332%);stop-opacity:1;"/>
|
||||
<stop offset="0.34375" style="stop-color:rgb(66.110229%,91.244507%,86.460876%);stop-opacity:1;"/>
|
||||
<stop offset="0.347656" style="stop-color:rgb(65.908813%,91.178894%,86.581421%);stop-opacity:1;"/>
|
||||
<stop offset="0.351562" style="stop-color:rgb(65.708923%,91.113281%,86.701965%);stop-opacity:1;"/>
|
||||
<stop offset="0.355469" style="stop-color:rgb(65.507507%,91.047668%,86.820984%);stop-opacity:1;"/>
|
||||
<stop offset="0.359375" style="stop-color:rgb(65.307617%,90.983582%,86.941528%);stop-opacity:1;"/>
|
||||
<stop offset="0.363281" style="stop-color:rgb(65.106201%,90.917969%,87.062073%);stop-opacity:1;"/>
|
||||
<stop offset="0.367187" style="stop-color:rgb(64.906311%,90.853882%,87.182617%);stop-opacity:1;"/>
|
||||
<stop offset="0.371094" style="stop-color:rgb(64.704895%,90.788269%,87.301636%);stop-opacity:1;"/>
|
||||
<stop offset="0.375" style="stop-color:rgb(64.505005%,90.722656%,87.42218%);stop-opacity:1;"/>
|
||||
<stop offset="0.378906" style="stop-color:rgb(64.303589%,90.657043%,87.541199%);stop-opacity:1;"/>
|
||||
<stop offset="0.382812" style="stop-color:rgb(64.103699%,90.592957%,87.661743%);stop-opacity:1;"/>
|
||||
<stop offset="0.386719" style="stop-color:rgb(63.902283%,90.527344%,87.782288%);stop-opacity:1;"/>
|
||||
<stop offset="0.390625" style="stop-color:rgb(63.702393%,90.461731%,87.902832%);stop-opacity:1;"/>
|
||||
<stop offset="0.394531" style="stop-color:rgb(63.500977%,90.396118%,88.021851%);stop-opacity:1;"/>
|
||||
<stop offset="0.398437" style="stop-color:rgb(63.301086%,90.332031%,88.142395%);stop-opacity:1;"/>
|
||||
<stop offset="0.402344" style="stop-color:rgb(63.09967%,90.266418%,88.262939%);stop-opacity:1;"/>
|
||||
<stop offset="0.40625" style="stop-color:rgb(62.89978%,90.200806%,88.383484%);stop-opacity:1;"/>
|
||||
<stop offset="0.410156" style="stop-color:rgb(62.698364%,90.135193%,88.502502%);stop-opacity:1;"/>
|
||||
<stop offset="0.414062" style="stop-color:rgb(62.498474%,90.071106%,88.623047%);stop-opacity:1;"/>
|
||||
<stop offset="0.417969" style="stop-color:rgb(62.297058%,90.005493%,88.743591%);stop-opacity:1;"/>
|
||||
<stop offset="0.421875" style="stop-color:rgb(62.097168%,89.941406%,88.864136%);stop-opacity:1;"/>
|
||||
<stop offset="0.425781" style="stop-color:rgb(61.895752%,89.875793%,88.983154%);stop-opacity:1;"/>
|
||||
<stop offset="0.429687" style="stop-color:rgb(61.695862%,89.810181%,89.103699%);stop-opacity:1;"/>
|
||||
<stop offset="0.433594" style="stop-color:rgb(61.494446%,89.744568%,89.224243%);stop-opacity:1;"/>
|
||||
<stop offset="0.4375" style="stop-color:rgb(61.294556%,89.680481%,89.344788%);stop-opacity:1;"/>
|
||||
<stop offset="0.441406" style="stop-color:rgb(61.09314%,89.614868%,89.463806%);stop-opacity:1;"/>
|
||||
<stop offset="0.445312" style="stop-color:rgb(60.89325%,89.549255%,89.584351%);stop-opacity:1;"/>
|
||||
<stop offset="0.449219" style="stop-color:rgb(60.691833%,89.483643%,89.704895%);stop-opacity:1;"/>
|
||||
<stop offset="0.453125" style="stop-color:rgb(60.491943%,89.419556%,89.825439%);stop-opacity:1;"/>
|
||||
<stop offset="0.457031" style="stop-color:rgb(60.290527%,89.353943%,89.944458%);stop-opacity:1;"/>
|
||||
<stop offset="0.460937" style="stop-color:rgb(60.090637%,89.28833%,90.065002%);stop-opacity:1;"/>
|
||||
<stop offset="0.464844" style="stop-color:rgb(59.889221%,89.222717%,90.185547%);stop-opacity:1;"/>
|
||||
<stop offset="0.46875" style="stop-color:rgb(59.689331%,89.15863%,90.306091%);stop-opacity:1;"/>
|
||||
<stop offset="0.472656" style="stop-color:rgb(59.487915%,89.093018%,90.42511%);stop-opacity:1;"/>
|
||||
<stop offset="0.476562" style="stop-color:rgb(59.288025%,89.028931%,90.545654%);stop-opacity:1;"/>
|
||||
<stop offset="0.480469" style="stop-color:rgb(59.086609%,88.963318%,90.666199%);stop-opacity:1;"/>
|
||||
<stop offset="0.484375" style="stop-color:rgb(58.886719%,88.897705%,90.786743%);stop-opacity:1;"/>
|
||||
<stop offset="0.488281" style="stop-color:rgb(58.685303%,88.832092%,90.905762%);stop-opacity:1;"/>
|
||||
<stop offset="0.492187" style="stop-color:rgb(58.485413%,88.768005%,91.026306%);stop-opacity:1;"/>
|
||||
<stop offset="0.496094" style="stop-color:rgb(58.283997%,88.702393%,91.145325%);stop-opacity:1;"/>
|
||||
<stop offset="0.5" style="stop-color:rgb(58.084106%,88.63678%,91.265869%);stop-opacity:1;"/>
|
||||
<stop offset="0.503906" style="stop-color:rgb(57.88269%,88.571167%,91.386414%);stop-opacity:1;"/>
|
||||
<stop offset="0.507812" style="stop-color:rgb(57.6828%,88.50708%,91.506958%);stop-opacity:1;"/>
|
||||
<stop offset="0.511719" style="stop-color:rgb(57.481384%,88.441467%,91.625977%);stop-opacity:1;"/>
|
||||
<stop offset="0.515625" style="stop-color:rgb(57.281494%,88.375854%,91.746521%);stop-opacity:1;"/>
|
||||
<stop offset="0.519531" style="stop-color:rgb(57.080078%,88.310242%,91.867065%);stop-opacity:1;"/>
|
||||
<stop offset="0.523437" style="stop-color:rgb(56.880188%,88.246155%,91.98761%);stop-opacity:1;"/>
|
||||
<stop offset="0.527344" style="stop-color:rgb(56.678772%,88.180542%,92.106628%);stop-opacity:1;"/>
|
||||
<stop offset="0.53125" style="stop-color:rgb(56.478882%,88.116455%,92.227173%);stop-opacity:1;"/>
|
||||
<stop offset="0.535156" style="stop-color:rgb(56.277466%,88.050842%,92.347717%);stop-opacity:1;"/>
|
||||
<stop offset="0.539062" style="stop-color:rgb(56.077576%,87.985229%,92.468262%);stop-opacity:1;"/>
|
||||
<stop offset="0.542969" style="stop-color:rgb(55.87616%,87.919617%,92.58728%);stop-opacity:1;"/>
|
||||
<stop offset="0.546875" style="stop-color:rgb(55.67627%,87.85553%,92.707825%);stop-opacity:1;"/>
|
||||
<stop offset="0.550781" style="stop-color:rgb(55.474854%,87.789917%,92.828369%);stop-opacity:1;"/>
|
||||
<stop offset="0.554687" style="stop-color:rgb(55.274963%,87.724304%,92.948914%);stop-opacity:1;"/>
|
||||
<stop offset="0.558594" style="stop-color:rgb(55.073547%,87.658691%,93.067932%);stop-opacity:1;"/>
|
||||
<stop offset="0.5625" style="stop-color:rgb(54.873657%,87.594604%,93.188477%);stop-opacity:1;"/>
|
||||
<stop offset="0.566406" style="stop-color:rgb(54.672241%,87.528992%,93.309021%);stop-opacity:1;"/>
|
||||
<stop offset="0.570312" style="stop-color:rgb(54.472351%,87.463379%,93.429565%);stop-opacity:1;"/>
|
||||
<stop offset="0.574219" style="stop-color:rgb(54.270935%,87.397766%,93.548584%);stop-opacity:1;"/>
|
||||
<stop offset="0.578125" style="stop-color:rgb(54.071045%,87.333679%,93.669128%);stop-opacity:1;"/>
|
||||
<stop offset="0.582031" style="stop-color:rgb(53.869629%,87.268066%,93.789673%);stop-opacity:1;"/>
|
||||
<stop offset="0.585937" style="stop-color:rgb(53.669739%,87.202454%,93.910217%);stop-opacity:1;"/>
|
||||
<stop offset="0.589844" style="stop-color:rgb(53.468323%,87.136841%,94.029236%);stop-opacity:1;"/>
|
||||
<stop offset="0.59375" style="stop-color:rgb(53.268433%,87.072754%,94.14978%);stop-opacity:1;"/>
|
||||
<stop offset="0.597656" style="stop-color:rgb(53.067017%,87.007141%,94.270325%);stop-opacity:1;"/>
|
||||
<stop offset="0.601562" style="stop-color:rgb(52.867126%,86.943054%,94.390869%);stop-opacity:1;"/>
|
||||
<stop offset="0.605469" style="stop-color:rgb(52.66571%,86.877441%,94.509888%);stop-opacity:1;"/>
|
||||
<stop offset="0.609375" style="stop-color:rgb(52.46582%,86.811829%,94.630432%);stop-opacity:1;"/>
|
||||
<stop offset="0.613281" style="stop-color:rgb(52.264404%,86.746216%,94.749451%);stop-opacity:1;"/>
|
||||
<stop offset="0.617188" style="stop-color:rgb(52.064514%,86.682129%,94.869995%);stop-opacity:1;"/>
|
||||
<stop offset="0.621094" style="stop-color:rgb(51.863098%,86.616516%,94.99054%);stop-opacity:1;"/>
|
||||
<stop offset="0.625" style="stop-color:rgb(51.663208%,86.550903%,95.111084%);stop-opacity:1;"/>
|
||||
<stop offset="0.628906" style="stop-color:rgb(51.461792%,86.485291%,95.230103%);stop-opacity:1;"/>
|
||||
<stop offset="0.632812" style="stop-color:rgb(51.261902%,86.421204%,95.350647%);stop-opacity:1;"/>
|
||||
<stop offset="0.636719" style="stop-color:rgb(51.060486%,86.355591%,95.471191%);stop-opacity:1;"/>
|
||||
<stop offset="0.640625" style="stop-color:rgb(50.860596%,86.289978%,95.591736%);stop-opacity:1;"/>
|
||||
<stop offset="0.644531" style="stop-color:rgb(50.65918%,86.224365%,95.710754%);stop-opacity:1;"/>
|
||||
<stop offset="0.648437" style="stop-color:rgb(50.45929%,86.160278%,95.831299%);stop-opacity:1;"/>
|
||||
<stop offset="0.652344" style="stop-color:rgb(50.257874%,86.094666%,95.951843%);stop-opacity:1;"/>
|
||||
<stop offset="0.65625" style="stop-color:rgb(50.057983%,86.030579%,96.072388%);stop-opacity:1;"/>
|
||||
<stop offset="0.660156" style="stop-color:rgb(49.856567%,85.964966%,96.191406%);stop-opacity:1;"/>
|
||||
<stop offset="0.664062" style="stop-color:rgb(49.656677%,85.899353%,96.311951%);stop-opacity:1;"/>
|
||||
<stop offset="0.667969" style="stop-color:rgb(49.455261%,85.83374%,96.432495%);stop-opacity:1;"/>
|
||||
<stop offset="0.671875" style="stop-color:rgb(49.255371%,85.769653%,96.55304%);stop-opacity:1;"/>
|
||||
<stop offset="0.675781" style="stop-color:rgb(49.053955%,85.704041%,96.672058%);stop-opacity:1;"/>
|
||||
<stop offset="0.679687" style="stop-color:rgb(48.854065%,85.638428%,96.792603%);stop-opacity:1;"/>
|
||||
<stop offset="0.683594" style="stop-color:rgb(48.652649%,85.572815%,96.913147%);stop-opacity:1;"/>
|
||||
<stop offset="0.6875" style="stop-color:rgb(48.452759%,85.508728%,97.033691%);stop-opacity:1;"/>
|
||||
<stop offset="0.691406" style="stop-color:rgb(48.251343%,85.443115%,97.15271%);stop-opacity:1;"/>
|
||||
<stop offset="0.695312" style="stop-color:rgb(48.051453%,85.377502%,97.273254%);stop-opacity:1;"/>
|
||||
<stop offset="0.699219" style="stop-color:rgb(47.850037%,85.31189%,97.393799%);stop-opacity:1;"/>
|
||||
<stop offset="0.703125" style="stop-color:rgb(47.650146%,85.247803%,97.514343%);stop-opacity:1;"/>
|
||||
<stop offset="0.707031" style="stop-color:rgb(47.44873%,85.18219%,97.633362%);stop-opacity:1;"/>
|
||||
<stop offset="0.710938" style="stop-color:rgb(47.24884%,85.118103%,97.753906%);stop-opacity:1;"/>
|
||||
<stop offset="0.714844" style="stop-color:rgb(47.047424%,85.05249%,97.874451%);stop-opacity:1;"/>
|
||||
<stop offset="0.71875" style="stop-color:rgb(46.847534%,84.986877%,97.994995%);stop-opacity:1;"/>
|
||||
<stop offset="0.722656" style="stop-color:rgb(46.646118%,84.921265%,98.114014%);stop-opacity:1;"/>
|
||||
<stop offset="0.726562" style="stop-color:rgb(46.446228%,84.857178%,98.234558%);stop-opacity:1;"/>
|
||||
<stop offset="0.730469" style="stop-color:rgb(46.244812%,84.791565%,98.353577%);stop-opacity:1;"/>
|
||||
<stop offset="0.734375" style="stop-color:rgb(46.044922%,84.725952%,98.474121%);stop-opacity:1;"/>
|
||||
<stop offset="0.738281" style="stop-color:rgb(45.843506%,84.660339%,98.594666%);stop-opacity:1;"/>
|
||||
<stop offset="0.742188" style="stop-color:rgb(45.643616%,84.596252%,98.71521%);stop-opacity:1;"/>
|
||||
<stop offset="0.746094" style="stop-color:rgb(45.4422%,84.53064%,98.834229%);stop-opacity:1;"/>
|
||||
<stop offset="0.75" style="stop-color:rgb(45.24231%,84.465027%,98.954773%);stop-opacity:1;"/>
|
||||
<stop offset="0.753906" style="stop-color:rgb(45.040894%,84.399414%,99.075317%);stop-opacity:1;"/>
|
||||
<stop offset="0.757812" style="stop-color:rgb(44.841003%,84.335327%,99.195862%);stop-opacity:1;"/>
|
||||
<stop offset="0.761719" style="stop-color:rgb(44.639587%,84.269714%,99.31488%);stop-opacity:1;"/>
|
||||
<stop offset="0.765625" style="stop-color:rgb(44.439697%,84.205627%,99.435425%);stop-opacity:1;"/>
|
||||
<stop offset="0.769531" style="stop-color:rgb(44.238281%,84.140015%,99.555969%);stop-opacity:1;"/>
|
||||
<stop offset="0.773437" style="stop-color:rgb(44.038391%,84.074402%,99.676514%);stop-opacity:1;"/>
|
||||
<stop offset="0.777344" style="stop-color:rgb(43.836975%,84.008789%,99.795532%);stop-opacity:1;"/>
|
||||
<stop offset="0.78125" style="stop-color:rgb(43.637085%,83.944702%,99.916077%);stop-opacity:1;"/>
|
||||
<stop offset="0.8125" style="stop-color:rgb(43.56842%,83.921814%,99.957275%);stop-opacity:1;"/>
|
||||
<stop offset="0.875" style="stop-color:rgb(43.499756%,83.898926%,100%);stop-opacity:1;"/>
|
||||
<stop offset="1" style="stop-color:rgb(43.499756%,83.898926%,100%);stop-opacity:1;"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip6">
|
||||
<path d="M 0.230469 18.730469 L 249 18.730469 L 249 468.269531 L 0.230469 468.269531 Z M 0.230469 18.730469 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip7">
|
||||
<path d="M 0.230469 251 L 190 251 L 190 468.269531 L 0.230469 468.269531 Z M 0.230469 251 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip8">
|
||||
<path d="M 310 251 L 449.769531 251 L 449.769531 391 L 310 391 Z M 310 251 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip9">
|
||||
<path d="M 54 18.730469 L 194 18.730469 L 194 66 L 54 66 Z M 54 18.730469 "/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g clip-path="url(#clip1)" clip-rule="nonzero">
|
||||
<g clip-path="url(#clip2)" clip-rule="nonzero">
|
||||
<g clip-path="url(#clip3)" clip-rule="nonzero">
|
||||
<g clip-path="url(#clip4)" clip-rule="nonzero">
|
||||
<g clip-path="url(#clip5)" clip-rule="nonzero">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear0);" d="M 627.003906 150.535156 L 135.449219 -165.65625 L -194.144531 346.730469 L 297.410156 662.921875 Z M 627.003906 150.535156 "/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g clip-path="url(#clip6)" clip-rule="nonzero">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(44.309998%,60.778809%,84.709167%);fill-opacity:1;" d="M 248.253906 49.734375 C 248.253906 32.597656 234.386719 18.730469 217.25 18.730469 L 31.234375 18.730469 C 14.097656 18.730469 0.230469 32.597656 0.230469 49.734375 L 0.230469 437.265625 C 0.230469 454.402344 14.097656 468.269531 31.234375 468.269531 L 217.25 468.269531 C 234.386719 468.269531 248.253906 454.402344 248.253906 437.265625 L 248.253906 49.734375 "/>
|
||||
</g>
|
||||
<g clip-path="url(#clip7)" clip-rule="nonzero">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(32.159424%,47.839355%,77.648926%);fill-opacity:1;" d="M 0.230469 251.25 L 0.230469 437.265625 C 0.230469 454.402344 14.097656 468.269531 31.234375 468.269531 L 189.515625 468.269531 C 87.820312 434.722656 0.230469 350.3125 0.230469 251.25 "/>
|
||||
</g>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(98.039246%,79.60968%,2.749634%);fill-opacity:1;" d="M 349.011719 367.511719 L 116.492188 367.511719 C 107.921875 367.511719 100.988281 360.578125 100.988281 352.007812 L 100.988281 290.003906 C 100.988281 281.4375 107.921875 274.503906 116.492188 274.503906 L 349.011719 274.503906 L 349.011719 367.511719 "/>
|
||||
<g clip-path="url(#clip8)" clip-rule="nonzero">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(83.529663%,92.158508%,97.648621%);fill-opacity:1;" d="M 449.769531 321.007812 C 449.769531 359.519531 418.523438 390.761719 380.011719 390.761719 C 341.503906 390.761719 310.257812 359.519531 310.257812 321.007812 C 310.257812 282.496094 341.503906 251.25 380.011719 251.25 C 418.523438 251.25 449.769531 282.496094 449.769531 321.007812 "/>
|
||||
</g>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(93.328857%,13.328552%,31.369019%);fill-opacity:1;" d="M 387.765625 212.496094 L 162.996094 212.496094 L 162.996094 119.488281 L 387.765625 119.488281 C 396.332031 119.488281 403.265625 126.421875 403.265625 134.992188 L 403.265625 196.996094 C 403.265625 205.5625 396.332031 212.496094 387.765625 212.496094 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(83.529663%,92.158508%,97.648621%);fill-opacity:1;" d="M 193.996094 165.992188 C 193.996094 204.503906 162.753906 235.75 124.242188 235.75 C 85.730469 235.75 54.484375 204.503906 54.484375 165.992188 C 54.484375 127.480469 85.730469 96.238281 124.242188 96.238281 C 162.753906 96.238281 193.996094 127.480469 193.996094 165.992188 "/>
|
||||
<g clip-path="url(#clip9)" clip-rule="nonzero">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(39.99939%,40.779114%,42.749023%);fill-opacity:1;" d="M 69.988281 65.234375 L 178.496094 65.234375 C 187.0625 65.234375 193.996094 58.300781 193.996094 49.734375 L 193.996094 18.730469 L 54.484375 18.730469 L 54.484375 49.734375 C 54.484375 58.300781 61.417969 65.234375 69.988281 65.234375 "/>
|
||||
</g>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(56.469727%,81.959534%,13.729858%);fill-opacity:1;" d="M 131.992188 181.496094 L 116.492188 181.496094 C 99.355469 181.496094 85.488281 195.359375 85.488281 212.496094 L 85.488281 223.972656 C 96.570312 231.421875 109.890625 235.75 124.242188 235.75 C 138.59375 235.75 151.914062 231.421875 162.996094 223.972656 L 162.996094 212.496094 C 162.996094 195.359375 149.128906 181.496094 131.992188 181.496094 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(93.328857%,13.328552%,31.369019%);fill-opacity:1;" d="M 387.765625 336.507812 L 372.261719 336.507812 C 355.125 336.507812 341.261719 350.375 341.261719 367.511719 L 341.261719 378.984375 C 352.339844 386.433594 365.664062 390.761719 380.011719 390.761719 C 394.363281 390.761719 407.6875 386.433594 418.765625 378.984375 L 418.765625 367.511719 C 418.765625 350.375 404.898438 336.507812 387.765625 336.507812 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(56.469727%,81.959534%,13.729858%);fill-opacity:1;" d="M 124.242188 173.746094 C 137.078125 173.746094 147.492188 163.328125 147.492188 150.492188 C 147.492188 137.65625 137.078125 127.238281 124.242188 127.238281 C 111.402344 127.238281 100.988281 137.65625 100.988281 150.492188 C 100.988281 163.328125 111.402344 173.746094 124.242188 173.746094 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(93.328857%,13.328552%,31.369019%);fill-opacity:1;" d="M 380.011719 328.757812 C 392.851562 328.757812 403.265625 318.34375 403.265625 305.503906 C 403.265625 292.667969 392.851562 282.253906 380.011719 282.253906 C 367.175781 282.253906 356.761719 292.667969 356.761719 305.503906 C 356.761719 318.34375 367.175781 328.757812 380.011719 328.757812 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(39.99939%,40.779114%,42.749023%);fill-opacity:1;" d="M 46.734375 437.265625 C 46.734375 441.535156 50.214844 445.019531 54.484375 445.019531 L 193.996094 445.019531 C 198.265625 445.019531 201.746094 441.535156 201.746094 437.265625 C 201.746094 433 198.265625 429.515625 193.996094 429.515625 L 54.484375 429.515625 C 50.214844 429.515625 46.734375 433 46.734375 437.265625 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(95.689392%,96.469116%,96.078491%);fill-opacity:1;" d="M 248.253906 142.742188 L 232.75 142.742188 L 232.75 158.242188 L 248.253906 158.242188 L 248.253906 142.742188 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(95.689392%,96.469116%,96.078491%);fill-opacity:1;" d="M 356.761719 142.742188 L 263.753906 142.742188 L 263.753906 158.242188 L 356.761719 158.242188 L 356.761719 142.742188 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(95.689392%,96.469116%,96.078491%);fill-opacity:1;" d="M 248.253906 173.746094 L 232.75 173.746094 L 232.75 189.246094 L 248.253906 189.246094 L 248.253906 173.746094 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(95.689392%,96.469116%,96.078491%);fill-opacity:1;" d="M 356.761719 173.746094 L 263.753906 173.746094 L 263.753906 189.246094 L 356.761719 189.246094 L 356.761719 173.746094 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(95.689392%,96.469116%,96.078491%);fill-opacity:1;" d="M 139.742188 313.257812 L 155.242188 313.257812 L 155.242188 297.753906 L 139.742188 297.753906 L 139.742188 313.257812 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(95.689392%,96.469116%,96.078491%);fill-opacity:1;" d="M 170.746094 313.257812 L 263.753906 313.257812 L 263.753906 297.753906 L 170.746094 297.753906 L 170.746094 313.257812 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(95.689392%,96.469116%,96.078491%);fill-opacity:1;" d="M 139.742188 344.257812 L 155.242188 344.257812 L 155.242188 328.757812 L 139.742188 328.757812 L 139.742188 344.257812 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(95.689392%,96.469116%,96.078491%);fill-opacity:1;" d="M 170.746094 344.257812 L 263.753906 344.257812 L 263.753906 328.757812 L 170.746094 328.757812 L 170.746094 344.257812 "/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 25 KiB |
@@ -0,0 +1,115 @@
|
||||
article blockquote {
|
||||
margin: 0 !;
|
||||
border-left: 4px solid #248aaa !important;
|
||||
background-color: #248baa15 !important;
|
||||
padding: 0.3rem !important;
|
||||
padding-left: 1rem !important;
|
||||
}
|
||||
|
||||
article blockquote > p {
|
||||
color: #3c4858 !important;
|
||||
margin-top: 0.5rem !important;
|
||||
margin-bottom: 0.5rem !important;
|
||||
}
|
||||
|
||||
article h1,
|
||||
h2 {
|
||||
margin-top: 1.4rem;
|
||||
font-size: 32px;
|
||||
border-left: 4px solid #77ace9 !important;
|
||||
background-color: #b2cad43a !important;
|
||||
padding: 0.3rem !important;
|
||||
padding-left: 1rem !important;
|
||||
}
|
||||
|
||||
article h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin-top: 1.3rem;
|
||||
}
|
||||
|
||||
article table {
|
||||
border-radius: 0.1rem;
|
||||
background: #e5e9f2;
|
||||
border: 1px solid #c0ccda;
|
||||
padding: 0.1rem;
|
||||
}
|
||||
|
||||
article table tr {
|
||||
height: 40px !important;
|
||||
}
|
||||
|
||||
article table th,
|
||||
td {
|
||||
padding: 0.5rem;
|
||||
border-left: 1px solid #8392a5;
|
||||
border-bottom: 1px solid #8392a5;
|
||||
}
|
||||
|
||||
article table thead tr {
|
||||
background: #248aaa;
|
||||
color: #e5e9f2;
|
||||
}
|
||||
|
||||
article tbody tr:nth-child(odd) {
|
||||
background-color: #e5e9f2;
|
||||
}
|
||||
|
||||
article tbody tr:hover {
|
||||
background: #c0ccda;
|
||||
}
|
||||
|
||||
article img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
article caption,
|
||||
figcaption {
|
||||
caption-side: bottom;
|
||||
text-align: center;
|
||||
color: #8392a5;
|
||||
}
|
||||
|
||||
article pre {
|
||||
margin: 5px;
|
||||
padding: 5%;
|
||||
font-size: 18px;
|
||||
max-height: 400px;
|
||||
border-radius: 2%;
|
||||
background-color: #1f618d !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
article pre > code {
|
||||
padding: 10px !important;
|
||||
}
|
||||
|
||||
article a.header-anchor {
|
||||
text-decoration: none;
|
||||
color: #1c2d41;
|
||||
}
|
||||
|
||||
article a.header-anchor i {
|
||||
font-size: 10pt;
|
||||
color: #3c4858;
|
||||
display: none;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
article a.header-anchor:hover i {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
article a.header-anchor code {
|
||||
color: #e83e8c;
|
||||
}
|
||||
|
||||
article kbd {
|
||||
background-color: #248aaa !important;
|
||||
color: #f9fafc;
|
||||
}
|
||||
|
||||
article mark {
|
||||
background-color: #ffc21280;
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*footer*/
|
||||
.footer {
|
||||
background: #f2f2f2;
|
||||
}
|
||||
|
||||
.navbar-text {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.footer-site {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
@@ -0,0 +1,203 @@
|
||||
a:hover {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
/*home*/
|
||||
|
||||
.home {
|
||||
height: auto;
|
||||
padding: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-family: "Alata", sans-serif;
|
||||
}
|
||||
|
||||
.name-intro {
|
||||
font-size: 20px;
|
||||
padding-top: 10%;
|
||||
padding-left: 17%;
|
||||
}
|
||||
|
||||
.profile {
|
||||
float: right;
|
||||
padding-right: 22%;
|
||||
padding-bottom: 10%;
|
||||
}
|
||||
|
||||
.know-more {
|
||||
padding-bottom: 15%;
|
||||
font-family: cursive;
|
||||
}
|
||||
|
||||
.know-more a:hover {
|
||||
text-decoration-line: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.home-content {
|
||||
padding-top: 0;
|
||||
padding-left: 18%;
|
||||
padding-right: 5%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom;
|
||||
}
|
||||
|
||||
.social a:hover {
|
||||
text-decoration-line: none;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.profile {
|
||||
padding-right: 35%;
|
||||
text-align: center !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.home {
|
||||
height: auto;
|
||||
background-position: left bottom;
|
||||
}
|
||||
|
||||
.name-intro {
|
||||
height: 200px;
|
||||
padding-left: 10%;
|
||||
}
|
||||
|
||||
.home-content {
|
||||
height: 30%;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.know-more {
|
||||
padding-top: 10%;
|
||||
padding-left: 20%;
|
||||
padding-right: 20%;
|
||||
padding-bottom: 10%;
|
||||
}
|
||||
|
||||
.know-more a {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
/* recent posts */
|
||||
.recent-posts {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
/* do things */
|
||||
|
||||
.do-things {
|
||||
background-color: #e5e9f2;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.things-i-do {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.things {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.things-text {
|
||||
height: 100px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.do-things-card {
|
||||
padding-left: 15%;
|
||||
padding-right: 15%;
|
||||
padding-bottom: 15%;
|
||||
padding-top: 0%;
|
||||
}
|
||||
}
|
||||
|
||||
/* about */
|
||||
|
||||
.about {
|
||||
height: auto;
|
||||
background-color: #e5e9f2;
|
||||
}
|
||||
|
||||
.jop {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.about-me {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.about-content {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.about-content a:hover {
|
||||
text-decoration-line: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.about {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/* Skill
|
||||
.skill {
|
||||
height: 80vh;
|
||||
background-color: #e5e9f2;
|
||||
}
|
||||
.skill-heading {
|
||||
font-family: 'Alata', sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Projects */
|
||||
.projects {
|
||||
height: auto;
|
||||
background-color: #bd8338;
|
||||
}
|
||||
|
||||
.project-heading {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.card-title {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
/* recent posts */
|
||||
.blog-back {
|
||||
background-color: #ebb951;
|
||||
}
|
||||
|
||||
.post-card a:hover {
|
||||
text-decoration-line: none;
|
||||
}
|
||||
|
||||
.post-hover :hover {
|
||||
background-color: #17a2b8;
|
||||
}
|
||||
|
||||
/* contact */
|
||||
.contact-head {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
@@ -1,120 +1,3 @@
|
||||
body {
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* do things */
|
||||
|
||||
.do-things {
|
||||
height: auto;
|
||||
padding: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.things-i-do {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.things {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.things-text {
|
||||
height: 100px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.things-i-do {
|
||||
padding-top: 7% !important;
|
||||
}
|
||||
|
||||
.do-things-card {
|
||||
padding-left: 15%;
|
||||
padding-right: 15%;
|
||||
padding-bottom: 0%;
|
||||
padding-top: 0%;
|
||||
}
|
||||
}
|
||||
|
||||
/* about */
|
||||
|
||||
.about {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.jop {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.about-me {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 27px;
|
||||
}
|
||||
|
||||
.about-content {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.about-content a:hover {
|
||||
text-decoration-line: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.about {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
/* footer */
|
||||
footer {
|
||||
background-color: #1c2d41;
|
||||
color: #8392a5;
|
||||
border-top-width: 1px !important;
|
||||
border-color: #8392a5;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #8392a5;
|
||||
}
|
||||
|
||||
/* news */
|
||||
.news a {
|
||||
color: #1c2d41;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*navbar*/
|
||||
.navbar-color {
|
||||
color: #101820ff;
|
||||
}
|
||||
|
||||
.navbar-text {
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
color: #101820ff !important;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #1c2d41;
|
||||
color: #8392a5;
|
||||
border-top-width: 1px !important;
|
||||
border-color: #8392a5;
|
||||
}
|
||||
|
||||
.blog-title {
|
||||
font-size: 48px;
|
||||
}
|
||||
@@ -0,0 +1,81 @@
|
||||
/* v2 and v3 footer */
|
||||
footer {
|
||||
background-color: #1c2d41;
|
||||
color: #8392a5;
|
||||
border-top-width: 1px !important;
|
||||
border-color: #8392a5;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #8392a5;
|
||||
}
|
||||
|
||||
/* v2 and v3 news */
|
||||
.news a {
|
||||
color: #1c2d41;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* v2 do things */
|
||||
.do-things {
|
||||
height: auto;
|
||||
padding: 0;
|
||||
padding-bottom: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.things-i-do {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
.things {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.things-text {
|
||||
height: 100px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.things-i-do {
|
||||
padding-top: 7% !important;
|
||||
}
|
||||
|
||||
.do-things-card {
|
||||
padding-left: 15%;
|
||||
padding-right: 15%;
|
||||
padding-bottom: 0%;
|
||||
padding-top: 0%;
|
||||
}
|
||||
}
|
||||
|
||||
/* v2 about */
|
||||
.about {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.jop {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.about-me {
|
||||
font-family: "Alata", sans-serif;
|
||||
font-size: 27px;
|
||||
}
|
||||
|
||||
.about-content {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.about-content a:hover {
|
||||
text-decoration-line: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.about {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,385 @@
|
||||
body {
|
||||
font-family: "Roboto", sans-serif;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* v3 navbar */
|
||||
.navbar-brand {
|
||||
color: #007bff !important;
|
||||
}
|
||||
.navbar .nav-link {
|
||||
color: #f9fafc !important;
|
||||
}
|
||||
.navbar .nav-link:hover {
|
||||
color: #007bff !important;
|
||||
}
|
||||
.navbar-home {
|
||||
border-top: 5px solid #ff69b4;
|
||||
}
|
||||
.navbar-text {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
/* v3 home */
|
||||
.home {
|
||||
background-color: #0a192f;
|
||||
}
|
||||
.name {
|
||||
padding-left: 3%;
|
||||
border-left: 5px solid #f9fafc;
|
||||
}
|
||||
.btn-intro {
|
||||
padding-left: 3%;
|
||||
padding-bottom: 10%;
|
||||
}
|
||||
.social {
|
||||
padding-left: 5%;
|
||||
}
|
||||
.btn-know {
|
||||
padding: 2% 5% 2% 5%;
|
||||
border-radius: 50px !important;
|
||||
cursor: pointer;
|
||||
font-size: 18px;
|
||||
}
|
||||
.social-icon {
|
||||
padding: 2%;
|
||||
background-color: #f9fafc;
|
||||
border-radius: 50%;
|
||||
transition: 0.3s;
|
||||
}
|
||||
.social-icon:hover {
|
||||
background-color: #007bff !important;
|
||||
color: #f9fafc !important;
|
||||
}
|
||||
.intro {
|
||||
padding: 8% 0 8% 0;
|
||||
}
|
||||
.name-container {
|
||||
padding-left: 15%;
|
||||
}
|
||||
.profile {
|
||||
filter: gray;
|
||||
-webkit-filter: sepia(70%);
|
||||
filter: sepia(70%);
|
||||
cursor: pointer;
|
||||
padding: 1%;
|
||||
border: 1px solid #f9fafc;
|
||||
width: 250px;
|
||||
height: 250px;
|
||||
}
|
||||
.profile:hover {
|
||||
-webkit-filter: grayscale(0);
|
||||
filter: none;
|
||||
}
|
||||
@media only screen and (max-width: 768px) {
|
||||
.name-container {
|
||||
padding-left: 10%;
|
||||
}
|
||||
.profile {
|
||||
width: 220px;
|
||||
height: 220px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 768px) and (orientation: landscape) {
|
||||
.name-container {
|
||||
padding-left: 20%;
|
||||
}
|
||||
}
|
||||
|
||||
/* v3 about */
|
||||
#about {
|
||||
background-color: #0a192f;
|
||||
}
|
||||
.about {
|
||||
padding-top: 3% !important;
|
||||
padding-bottom: 3% !important;
|
||||
}
|
||||
.about-content {
|
||||
padding-left: 10% !important;
|
||||
font-size: 17px;
|
||||
}
|
||||
.about-skill {
|
||||
padding-right: 10% !important;
|
||||
}
|
||||
.contact-btn {
|
||||
padding: 2%;
|
||||
font-size: 17px;
|
||||
color: #f9fafc;
|
||||
border: 1px solid #f9fafc;
|
||||
}
|
||||
.contact-btn:hover {
|
||||
color: #8892b0;
|
||||
}
|
||||
@media only screen and (max-width: 768px) {
|
||||
.about-content {
|
||||
padding-left: 5% !important;
|
||||
padding-right: 5% !important;
|
||||
}
|
||||
.about-skill {
|
||||
padding-left: 5% !important;
|
||||
padding-right: 5% !important;
|
||||
}
|
||||
.about {
|
||||
padding-top: 5% !important;
|
||||
padding-bottom: 5% !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* v3 projects */
|
||||
#projects {
|
||||
background-color: #0a192f;
|
||||
}
|
||||
.bg-pro {
|
||||
padding: 0 !important;
|
||||
opacity: 0.6;
|
||||
}
|
||||
.bg-pro img {
|
||||
height: 250px;
|
||||
width: 100%;
|
||||
border-radius: 0.5rem !important;
|
||||
border-top-right-radius: 0 !important;
|
||||
border-bottom-right-radius: 0 !important;
|
||||
}
|
||||
.content-pro {
|
||||
height: 250px;
|
||||
background-color: #e5e4e2 !important;
|
||||
border-top-right-radius: 0.5rem !important;
|
||||
border-bottom-right-radius: 0.5rem !important;
|
||||
}
|
||||
.content-pro-top {
|
||||
height: 80%;
|
||||
}
|
||||
|
||||
.pro:hover .pro-btn {
|
||||
background-color: #3498db !important;
|
||||
color: #f9fafc;
|
||||
}
|
||||
@media only screen and (max-width: 767px) {
|
||||
.bg-pro {
|
||||
opacity: 0.3;
|
||||
position: relative;
|
||||
}
|
||||
.pro {
|
||||
margin-left: 10% !important;
|
||||
margin-right: 10% !important;
|
||||
}
|
||||
.bg-pro img {
|
||||
border-radius: 0.5rem !important;
|
||||
}
|
||||
.content-pro {
|
||||
background-color: transparent !important;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
}
|
||||
.content-pro-top {
|
||||
height: 80%;
|
||||
color: #f9fafc;
|
||||
}
|
||||
.card-text {
|
||||
color: #8892b0;
|
||||
}
|
||||
.pro:hover .content-pro {
|
||||
background-color: transparent !important;
|
||||
color: #f9fafc;
|
||||
}
|
||||
.pro:hover .pro-btn {
|
||||
color: #f9fafc;
|
||||
border: none;
|
||||
}
|
||||
.pro:hover .bg-pro {
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
||||
/* v3 experience */
|
||||
#experience {
|
||||
color: #8892b0;
|
||||
background-color: #0a192f;
|
||||
}
|
||||
#nav-pills-out {
|
||||
border-left: 1px solid #f9fafc;
|
||||
}
|
||||
.nav-pills .nav-link {
|
||||
color: #8892b0 !important;
|
||||
}
|
||||
.nav-pills .active {
|
||||
color: #f9fafc !important;
|
||||
background-color: #0a192f !important;
|
||||
}
|
||||
.tab-pane {
|
||||
color: #8892b0;
|
||||
}
|
||||
.ex {
|
||||
list-style-type: none;
|
||||
}
|
||||
.ex .ex-item {
|
||||
padding-left: 30px;
|
||||
}
|
||||
.ex-item::before {
|
||||
padding-left: 8%;
|
||||
content: "▹";
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
color: #007bff;
|
||||
}
|
||||
.ex-ol {
|
||||
list-style-type: decimal-leading-zero;
|
||||
padding-top: 7%;
|
||||
}
|
||||
.ex-ol .ex-ol-li {
|
||||
padding-bottom: 3%;
|
||||
}
|
||||
.ex-ol-ul {
|
||||
max-width: 100%;
|
||||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.ex-ol-ul li {
|
||||
max-width: 100%;
|
||||
padding-left: 10%;
|
||||
}
|
||||
.ex-ol-item::before {
|
||||
padding-left: 15%;
|
||||
content: "▹";
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
color: #007bff;
|
||||
}
|
||||
@media only screen and (max-width: 768px) and (orientation: landscape) {
|
||||
.ex-ol {
|
||||
list-style-type: decimal-leading-zero;
|
||||
padding-left: 15% !important;
|
||||
padding-right: 15% !important;
|
||||
}
|
||||
.ex-ol-item::before {
|
||||
padding-left: 17%;
|
||||
content: "▹";
|
||||
}
|
||||
}
|
||||
|
||||
/* v3 education */
|
||||
#education {
|
||||
background-color: #0a192f;
|
||||
color: #8892b0;
|
||||
}
|
||||
.v-center {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.edu {
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
.edu-item {
|
||||
padding-left: 20%;
|
||||
list-style: none;
|
||||
}
|
||||
.edu-item::before {
|
||||
padding: 0%;
|
||||
padding-left: 20%;
|
||||
content: "▹";
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
color: #f9fafc;
|
||||
}
|
||||
.edu-img {
|
||||
width: 100%;
|
||||
}
|
||||
@media only screen and (max-width: 768px) {
|
||||
.edu-item::before {
|
||||
padding: 0%;
|
||||
padding-left: 8%;
|
||||
content: "▹";
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
color: #f9fafc;
|
||||
}
|
||||
.edu-item {
|
||||
padding-left: 0%;
|
||||
list-style: none;
|
||||
}
|
||||
.edu-img {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1024px) and (orientation: landscape) {
|
||||
.edu-item::before {
|
||||
padding: 0%;
|
||||
padding-left: 18%;
|
||||
content: "▹";
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
color: #f9fafc;
|
||||
}
|
||||
.edu-item {
|
||||
padding-right: 18%;
|
||||
padding-left: 18%;
|
||||
list-style: none;
|
||||
}
|
||||
.edu-img {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
/* v3 Achievements */
|
||||
#achievements {
|
||||
background-color: #0a192f;
|
||||
}
|
||||
.achiv-card {
|
||||
height: 300px;
|
||||
width: 100%;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
.achiv-card:hover {
|
||||
filter: none;
|
||||
}
|
||||
.achiv {
|
||||
min-height: 40%;
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
|
||||
transition: 0.3s;
|
||||
transition: ease-in-out 0.4s;
|
||||
border-radius: 0.25rem !important;
|
||||
}
|
||||
.achiv-out {
|
||||
max-width: 35% !important;
|
||||
}
|
||||
@media only screen and (max-width: 768px) {
|
||||
.achiv-out {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* v3 contact */
|
||||
#contact {
|
||||
background-color: #0a192f;
|
||||
}
|
||||
.contact-img {
|
||||
width: 100%;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
/* v2 and v3 footer */
|
||||
footer {
|
||||
background-color: #0a192f;
|
||||
color: #8392a5;
|
||||
border-top-width: 1px !important;
|
||||
border-color: #8392a5;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #8392a5;
|
||||
}
|
||||
|
||||
/* v2 and v3 news */
|
||||
.news a {
|
||||
color: #1c2d41;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
After Width: | Height: | Size: 163 KiB |
@@ -0,0 +1,155 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1012.5pt" height="487.499991pt" viewBox="0 0 1012.5 487.499991" version="1.2">
|
||||
<defs>
|
||||
<clipPath id="clip1">
|
||||
<path d="M 0.269531 0 L 1011.730469 0 L 1011.730469 487 L 0.269531 487 Z M 0.269531 0 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip2">
|
||||
<path d="M 232 42 L 802.445312 42 L 802.445312 487 L 232 487 Z M 232 42 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip3">
|
||||
<path d="M 673.351562 105.324219 C 668.515625 105.324219 663.925781 105.566406 659.332031 106.046875 C 625.980469 109.914062 592.386719 101.214844 566.285156 80.199219 C 547.433594 65.222656 523.503906 56.042969 497.402344 56.042969 C 481.453125 56.042969 465.984375 59.425781 452.207031 65.707031 C 436.738281 72.710938 418.613281 71.019531 404.59375 61.601562 C 385.261719 48.554688 361.816406 41.550781 336.679688 43 C 280.125 46.382812 232.515625 92.519531 232.515625 149.046875 C 232.515625 214.753906 274.808594 243.015625 307.195312 255.09375 C 326.773438 262.34375 338.613281 282.632812 335.714844 303.410156 C 333.78125 317.660156 332.332031 332.878906 333.054688 344.714844 C 337.40625 421.292969 399.761719 483.132812 476.617188 487 C 543.324219 490.382812 600.84375 450.523438 624.53125 393.269531 C 632.746094 373.460938 652.324219 360.902344 673.832031 361.144531 L 674.316406 361.144531 C 745.132812 361.144531 802.410156 303.890625 802.167969 233.113281 C 801.6875 162.816406 743.679688 104.839844 673.351562 105.324219 Z M 673.351562 105.324219 "/>
|
||||
</clipPath>
|
||||
<linearGradient id="linear0" gradientUnits="userSpaceOnUse" x1="-0.00000499592" y1="109.709999" x2="235.799988" y2="109.709999" gradientTransform="matrix(2.416862,0,0,2.415672,232.51462,0)">
|
||||
<stop offset="0" style="stop-color:rgb(65.098572%,65.098572%,65.098572%);stop-opacity:1;"/>
|
||||
<stop offset="0.015625" style="stop-color:rgb(65.254211%,65.254211%,65.254211%);stop-opacity:1;"/>
|
||||
<stop offset="0.03125" style="stop-color:rgb(65.567017%,65.567017%,65.567017%);stop-opacity:1;"/>
|
||||
<stop offset="0.046875" style="stop-color:rgb(65.879822%,65.879822%,65.879822%);stop-opacity:1;"/>
|
||||
<stop offset="0.0625" style="stop-color:rgb(66.192627%,66.192627%,66.192627%);stop-opacity:1;"/>
|
||||
<stop offset="0.078125" style="stop-color:rgb(66.505432%,66.505432%,66.505432%);stop-opacity:1;"/>
|
||||
<stop offset="0.09375" style="stop-color:rgb(66.818237%,66.818237%,66.818237%);stop-opacity:1;"/>
|
||||
<stop offset="0.109375" style="stop-color:rgb(67.131042%,67.131042%,67.131042%);stop-opacity:1;"/>
|
||||
<stop offset="0.125" style="stop-color:rgb(67.443848%,67.443848%,67.443848%);stop-opacity:1;"/>
|
||||
<stop offset="0.140625" style="stop-color:rgb(67.756653%,67.756653%,67.756653%);stop-opacity:1;"/>
|
||||
<stop offset="0.15625" style="stop-color:rgb(68.069458%,68.069458%,68.069458%);stop-opacity:1;"/>
|
||||
<stop offset="0.171875" style="stop-color:rgb(68.382263%,68.382263%,68.382263%);stop-opacity:1;"/>
|
||||
<stop offset="0.1875" style="stop-color:rgb(68.695068%,68.695068%,68.695068%);stop-opacity:1;"/>
|
||||
<stop offset="0.203125" style="stop-color:rgb(69.007874%,69.007874%,69.007874%);stop-opacity:1;"/>
|
||||
<stop offset="0.21875" style="stop-color:rgb(69.320679%,69.320679%,69.320679%);stop-opacity:1;"/>
|
||||
<stop offset="0.234375" style="stop-color:rgb(69.633484%,69.633484%,69.633484%);stop-opacity:1;"/>
|
||||
<stop offset="0.25" style="stop-color:rgb(69.946289%,69.946289%,69.946289%);stop-opacity:1;"/>
|
||||
<stop offset="0.265625" style="stop-color:rgb(70.259094%,70.259094%,70.259094%);stop-opacity:1;"/>
|
||||
<stop offset="0.28125" style="stop-color:rgb(70.571899%,70.571899%,70.571899%);stop-opacity:1;"/>
|
||||
<stop offset="0.296875" style="stop-color:rgb(70.884705%,70.884705%,70.884705%);stop-opacity:1;"/>
|
||||
<stop offset="0.3125" style="stop-color:rgb(71.19751%,71.19751%,71.19751%);stop-opacity:1;"/>
|
||||
<stop offset="0.328125" style="stop-color:rgb(71.510315%,71.510315%,71.510315%);stop-opacity:1;"/>
|
||||
<stop offset="0.34375" style="stop-color:rgb(71.82312%,71.82312%,71.82312%);stop-opacity:1;"/>
|
||||
<stop offset="0.359375" style="stop-color:rgb(72.135925%,72.135925%,72.135925%);stop-opacity:1;"/>
|
||||
<stop offset="0.375" style="stop-color:rgb(72.44873%,72.44873%,72.44873%);stop-opacity:1;"/>
|
||||
<stop offset="0.390625" style="stop-color:rgb(72.761536%,72.761536%,72.761536%);stop-opacity:1;"/>
|
||||
<stop offset="0.40625" style="stop-color:rgb(73.074341%,73.074341%,73.074341%);stop-opacity:1;"/>
|
||||
<stop offset="0.421875" style="stop-color:rgb(73.387146%,73.387146%,73.387146%);stop-opacity:1;"/>
|
||||
<stop offset="0.4375" style="stop-color:rgb(73.699951%,73.699951%,73.699951%);stop-opacity:1;"/>
|
||||
<stop offset="0.453125" style="stop-color:rgb(74.012756%,74.012756%,74.012756%);stop-opacity:1;"/>
|
||||
<stop offset="0.46875" style="stop-color:rgb(74.325562%,74.325562%,74.325562%);stop-opacity:1;"/>
|
||||
<stop offset="0.484375" style="stop-color:rgb(74.638367%,74.638367%,74.638367%);stop-opacity:1;"/>
|
||||
<stop offset="0.5" style="stop-color:rgb(74.951172%,74.951172%,74.951172%);stop-opacity:1;"/>
|
||||
<stop offset="0.515625" style="stop-color:rgb(75.263977%,75.263977%,75.263977%);stop-opacity:1;"/>
|
||||
<stop offset="0.53125" style="stop-color:rgb(75.576782%,75.576782%,75.576782%);stop-opacity:1;"/>
|
||||
<stop offset="0.546875" style="stop-color:rgb(75.889587%,75.889587%,75.889587%);stop-opacity:1;"/>
|
||||
<stop offset="0.5625" style="stop-color:rgb(76.202393%,76.202393%,76.202393%);stop-opacity:1;"/>
|
||||
<stop offset="0.578125" style="stop-color:rgb(76.515198%,76.515198%,76.515198%);stop-opacity:1;"/>
|
||||
<stop offset="0.59375" style="stop-color:rgb(76.828003%,76.828003%,76.828003%);stop-opacity:1;"/>
|
||||
<stop offset="0.609375" style="stop-color:rgb(77.140808%,77.140808%,77.140808%);stop-opacity:1;"/>
|
||||
<stop offset="0.625" style="stop-color:rgb(77.453613%,77.453613%,77.453613%);stop-opacity:1;"/>
|
||||
<stop offset="0.640625" style="stop-color:rgb(77.766418%,77.766418%,77.766418%);stop-opacity:1;"/>
|
||||
<stop offset="0.65625" style="stop-color:rgb(78.079224%,78.079224%,78.079224%);stop-opacity:1;"/>
|
||||
<stop offset="0.671875" style="stop-color:rgb(78.392029%,78.392029%,78.392029%);stop-opacity:1;"/>
|
||||
<stop offset="0.6875" style="stop-color:rgb(78.704834%,78.704834%,78.704834%);stop-opacity:1;"/>
|
||||
<stop offset="0.703125" style="stop-color:rgb(79.017639%,79.017639%,79.017639%);stop-opacity:1;"/>
|
||||
<stop offset="0.71875" style="stop-color:rgb(79.330444%,79.330444%,79.330444%);stop-opacity:1;"/>
|
||||
<stop offset="0.734375" style="stop-color:rgb(79.64325%,79.64325%,79.64325%);stop-opacity:1;"/>
|
||||
<stop offset="0.75" style="stop-color:rgb(79.956055%,79.956055%,79.956055%);stop-opacity:1;"/>
|
||||
<stop offset="0.765625" style="stop-color:rgb(80.26886%,80.26886%,80.26886%);stop-opacity:1;"/>
|
||||
<stop offset="0.78125" style="stop-color:rgb(80.581665%,80.581665%,80.581665%);stop-opacity:1;"/>
|
||||
<stop offset="0.796875" style="stop-color:rgb(80.89447%,80.89447%,80.89447%);stop-opacity:1;"/>
|
||||
<stop offset="0.8125" style="stop-color:rgb(81.207275%,81.207275%,81.207275%);stop-opacity:1;"/>
|
||||
<stop offset="0.828125" style="stop-color:rgb(81.520081%,81.520081%,81.520081%);stop-opacity:1;"/>
|
||||
<stop offset="0.84375" style="stop-color:rgb(81.832886%,81.832886%,81.832886%);stop-opacity:1;"/>
|
||||
<stop offset="0.859375" style="stop-color:rgb(82.145691%,82.145691%,82.145691%);stop-opacity:1;"/>
|
||||
<stop offset="0.875" style="stop-color:rgb(82.458496%,82.458496%,82.458496%);stop-opacity:1;"/>
|
||||
<stop offset="0.890625" style="stop-color:rgb(82.771301%,82.771301%,82.771301%);stop-opacity:1;"/>
|
||||
<stop offset="0.90625" style="stop-color:rgb(83.084106%,83.084106%,83.084106%);stop-opacity:1;"/>
|
||||
<stop offset="0.921875" style="stop-color:rgb(83.396912%,83.396912%,83.396912%);stop-opacity:1;"/>
|
||||
<stop offset="0.9375" style="stop-color:rgb(83.709717%,83.709717%,83.709717%);stop-opacity:1;"/>
|
||||
<stop offset="0.953125" style="stop-color:rgb(84.022522%,84.022522%,84.022522%);stop-opacity:1;"/>
|
||||
<stop offset="0.96875" style="stop-color:rgb(84.335327%,84.335327%,84.335327%);stop-opacity:1;"/>
|
||||
<stop offset="0.984375" style="stop-color:rgb(84.648132%,84.648132%,84.648132%);stop-opacity:1;"/>
|
||||
<stop offset="1" style="stop-color:rgb(84.951782%,84.951782%,84.951782%);stop-opacity:1;"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip4">
|
||||
<path d="M 595 0 L 676 0 L 676 80 L 595 80 Z M 595 0 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip5">
|
||||
<path d="M 675.285156 39.859375 C 675.285156 41.164062 675.21875 42.464844 675.09375 43.765625 C 674.964844 45.066406 674.773438 46.355469 674.515625 47.632812 C 674.261719 48.914062 673.945312 50.179688 673.566406 51.429688 C 673.1875 52.679688 672.746094 53.90625 672.25 55.113281 C 671.75 56.316406 671.191406 57.496094 670.574219 58.648438 C 669.960938 59.800781 669.289062 60.917969 668.5625 62.003906 C 667.835938 63.089844 667.058594 64.136719 666.230469 65.144531 C 665.402344 66.152344 664.527344 67.121094 663.605469 68.042969 C 662.679688 68.964844 661.714844 69.839844 660.703125 70.667969 C 659.695312 71.496094 658.648438 72.273438 657.5625 73 C 656.476562 73.726562 655.355469 74.394531 654.203125 75.011719 C 653.050781 75.625 651.871094 76.183594 650.667969 76.683594 C 649.460938 77.183594 648.230469 77.621094 646.980469 78 C 645.730469 78.378906 644.464844 78.695312 643.183594 78.953125 C 641.90625 79.207031 640.613281 79.398438 639.3125 79.523438 C 638.015625 79.652344 636.710938 79.71875 635.40625 79.71875 C 634.097656 79.71875 632.796875 79.652344 631.496094 79.523438 C 630.195312 79.398438 628.90625 79.207031 627.625 78.953125 C 626.34375 78.695312 625.078125 78.378906 623.828125 78 C 622.578125 77.621094 621.351562 77.183594 620.144531 76.683594 C 618.9375 76.183594 617.757812 75.625 616.605469 75.011719 C 615.457031 74.394531 614.335938 73.726562 613.25 73 C 612.164062 72.273438 611.117188 71.496094 610.105469 70.667969 C 609.097656 69.839844 608.132812 68.964844 607.207031 68.042969 C 606.285156 67.121094 605.40625 66.152344 604.578125 65.144531 C 603.75 64.136719 602.972656 63.089844 602.246094 62.003906 C 601.523438 60.917969 600.851562 59.800781 600.234375 58.648438 C 599.621094 57.496094 599.0625 56.316406 598.5625 55.113281 C 598.0625 53.90625 597.625 52.679688 597.246094 51.429688 C 596.867188 50.179688 596.546875 48.914062 596.292969 47.632812 C 596.039062 46.355469 595.847656 45.066406 595.71875 43.765625 C 595.589844 42.464844 595.527344 41.164062 595.527344 39.859375 C 595.527344 38.554688 595.589844 37.25 595.71875 35.953125 C 595.847656 34.652344 596.039062 33.363281 596.292969 32.082031 C 596.546875 30.800781 596.867188 29.539062 597.246094 28.289062 C 597.625 27.039062 598.0625 25.8125 598.5625 24.605469 C 599.0625 23.398438 599.621094 22.21875 600.234375 21.070312 C 600.851562 19.917969 601.523438 18.800781 602.246094 17.714844 C 602.972656 16.628906 603.75 15.582031 604.578125 14.574219 C 605.40625 13.5625 606.285156 12.597656 607.207031 11.675781 C 608.132812 10.75 609.097656 9.875 610.105469 9.046875 C 611.117188 8.21875 612.164062 7.441406 613.25 6.71875 C 614.335938 5.992188 615.457031 5.320312 616.605469 4.707031 C 617.757812 4.089844 618.9375 3.535156 620.144531 3.035156 C 621.351562 2.535156 622.578125 2.09375 623.828125 1.714844 C 625.078125 1.335938 626.34375 1.019531 627.625 0.765625 C 628.90625 0.511719 630.195312 0.320312 631.496094 0.191406 C 632.796875 0.0625 634.097656 0 635.40625 0 C 636.710938 0 638.015625 0.0625 639.3125 0.191406 C 640.613281 0.320312 641.90625 0.511719 643.183594 0.765625 C 644.464844 1.019531 645.730469 1.335938 646.980469 1.714844 C 648.230469 2.09375 649.460938 2.535156 650.667969 3.035156 C 651.871094 3.535156 653.050781 4.089844 654.203125 4.707031 C 655.355469 5.320312 656.476562 5.992188 657.5625 6.71875 C 658.648438 7.441406 659.695312 8.21875 660.703125 9.046875 C 661.714844 9.875 662.679688 10.75 663.605469 11.675781 C 664.527344 12.597656 665.402344 13.5625 666.230469 14.574219 C 667.058594 15.582031 667.835938 16.628906 668.5625 17.714844 C 669.289062 18.800781 669.960938 19.917969 670.574219 21.070312 C 671.191406 22.21875 671.75 23.398438 672.25 24.605469 C 672.746094 25.8125 673.1875 27.039062 673.566406 28.289062 C 673.945312 29.539062 674.261719 30.800781 674.515625 32.082031 C 674.773438 33.363281 674.964844 34.652344 675.09375 35.953125 C 675.21875 37.25 675.285156 38.554688 675.285156 39.859375 Z M 675.285156 39.859375 "/>
|
||||
</clipPath>
|
||||
<linearGradient id="linear1" gradientUnits="userSpaceOnUse" x1="150.199994" y1="109.709999" x2="183.199997" y2="109.709999" gradientTransform="matrix(2.416862,0,0,2.415672,232.51462,0)">
|
||||
<stop offset="0" style="stop-color:rgb(77.850342%,77.850342%,77.850342%);stop-opacity:1;"/>
|
||||
<stop offset="0.125" style="stop-color:rgb(78.025818%,78.025818%,78.025818%);stop-opacity:1;"/>
|
||||
<stop offset="0.25" style="stop-color:rgb(78.375244%,78.375244%,78.375244%);stop-opacity:1;"/>
|
||||
<stop offset="0.375" style="stop-color:rgb(78.726196%,78.726196%,78.726196%);stop-opacity:1;"/>
|
||||
<stop offset="0.5" style="stop-color:rgb(79.075623%,79.075623%,79.075623%);stop-opacity:1;"/>
|
||||
<stop offset="0.625" style="stop-color:rgb(79.426575%,79.426575%,79.426575%);stop-opacity:1;"/>
|
||||
<stop offset="0.75" style="stop-color:rgb(79.776001%,79.776001%,79.776001%);stop-opacity:1;"/>
|
||||
<stop offset="0.875" style="stop-color:rgb(80.126953%,80.126953%,80.126953%);stop-opacity:1;"/>
|
||||
<stop offset="1" style="stop-color:rgb(80.476379%,80.476379%,80.476379%);stop-opacity:1;"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip6">
|
||||
<path d="M 661 403 L 705 403 L 705 447 L 661 447 Z M 661 403 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip7">
|
||||
<path d="M 704.769531 424.675781 C 704.769531 425.378906 704.734375 426.082031 704.667969 426.78125 C 704.597656 427.484375 704.492188 428.179688 704.355469 428.871094 C 704.21875 429.558594 704.046875 430.242188 703.84375 430.917969 C 703.640625 431.589844 703.402344 432.253906 703.132812 432.902344 C 702.863281 433.554688 702.5625 434.1875 702.230469 434.808594 C 701.898438 435.429688 701.535156 436.035156 701.144531 436.621094 C 700.753906 437.203125 700.332031 437.769531 699.886719 438.3125 C 699.441406 438.859375 698.96875 439.378906 698.46875 439.878906 C 697.972656 440.375 697.449219 440.847656 696.90625 441.292969 C 696.359375 441.742188 695.796875 442.160156 695.210938 442.550781 C 694.625 442.941406 694.019531 443.304688 693.398438 443.636719 C 692.777344 443.96875 692.140625 444.269531 691.492188 444.539062 C 690.839844 444.808594 690.175781 445.042969 689.503906 445.25 C 688.828125 445.453125 688.148438 445.625 687.457031 445.761719 C 686.765625 445.898438 686.070312 446.003906 685.367188 446.070312 C 684.667969 446.140625 683.964844 446.175781 683.257812 446.175781 C 682.554688 446.175781 681.851562 446.140625 681.152344 446.070312 C 680.449219 446.003906 679.753906 445.898438 679.0625 445.761719 C 678.371094 445.625 677.691406 445.453125 677.015625 445.25 C 676.339844 445.042969 675.679688 444.808594 675.027344 444.539062 C 674.378906 444.269531 673.742188 443.96875 673.121094 443.636719 C 672.5 443.304688 671.894531 442.941406 671.308594 442.550781 C 670.722656 442.160156 670.15625 441.742188 669.613281 441.292969 C 669.070312 440.847656 668.546875 440.375 668.050781 439.878906 C 667.550781 439.378906 667.078125 438.859375 666.632812 438.3125 C 666.183594 437.769531 665.765625 437.203125 665.375 436.621094 C 664.984375 436.035156 664.621094 435.429688 664.289062 434.808594 C 663.957031 434.1875 663.65625 433.554688 663.386719 432.902344 C 663.117188 432.253906 662.878906 431.589844 662.675781 430.917969 C 662.472656 430.242188 662.300781 429.558594 662.164062 428.871094 C 662.023438 428.179688 661.921875 427.484375 661.851562 426.78125 C 661.785156 426.082031 661.75 425.378906 661.75 424.675781 C 661.75 423.972656 661.785156 423.269531 661.851562 422.566406 C 661.921875 421.867188 662.023438 421.171875 662.164062 420.480469 C 662.300781 419.789062 662.472656 419.109375 662.675781 418.433594 C 662.878906 417.761719 663.117188 417.097656 663.386719 416.449219 C 663.65625 415.796875 663.957031 415.160156 664.289062 414.539062 C 664.621094 413.917969 664.984375 413.316406 665.375 412.730469 C 665.765625 412.144531 666.183594 411.582031 666.632812 411.035156 C 667.078125 410.492188 667.550781 409.96875 668.050781 409.472656 C 668.546875 408.976562 669.070312 408.503906 669.613281 408.054688 C 670.15625 407.609375 670.722656 407.191406 671.308594 406.800781 C 671.894531 406.40625 672.5 406.046875 673.121094 405.714844 C 673.742188 405.382812 674.378906 405.082031 675.027344 404.8125 C 675.679688 404.542969 676.339844 404.304688 677.015625 404.101562 C 677.691406 403.898438 678.371094 403.726562 679.0625 403.589844 C 679.753906 403.453125 680.449219 403.347656 681.152344 403.277344 C 681.851562 403.210938 682.554688 403.175781 683.257812 403.175781 C 683.964844 403.175781 684.667969 403.210938 685.367188 403.277344 C 686.070312 403.347656 686.765625 403.453125 687.457031 403.589844 C 688.148438 403.726562 688.828125 403.898438 689.503906 404.101562 C 690.175781 404.304688 690.839844 404.542969 691.492188 404.8125 C 692.140625 405.082031 692.777344 405.382812 693.398438 405.714844 C 694.019531 406.046875 694.625 406.40625 695.210938 406.800781 C 695.796875 407.191406 696.359375 407.609375 696.90625 408.054688 C 697.449219 408.503906 697.972656 408.976562 698.46875 409.472656 C 698.96875 409.96875 699.441406 410.492188 699.886719 411.035156 C 700.332031 411.582031 700.753906 412.144531 701.144531 412.730469 C 701.535156 413.316406 701.898438 413.917969 702.230469 414.539062 C 702.5625 415.160156 702.863281 415.796875 703.132812 416.449219 C 703.402344 417.097656 703.640625 417.761719 703.84375 418.433594 C 704.046875 419.109375 704.21875 419.789062 704.355469 420.480469 C 704.492188 421.171875 704.597656 421.867188 704.667969 422.566406 C 704.734375 423.269531 704.769531 423.972656 704.769531 424.675781 Z M 704.769531 424.675781 "/>
|
||||
</clipPath>
|
||||
<linearGradient id="linear2" gradientUnits="userSpaceOnUse" x1="177.600007" y1="109.709999" x2="195.400018" y2="109.709999" gradientTransform="matrix(2.416862,0,0,2.415672,232.51462,0)">
|
||||
<stop offset="0" style="stop-color:rgb(80.177307%,80.177307%,80.177307%);stop-opacity:1;"/>
|
||||
<stop offset="0.25" style="stop-color:rgb(80.36499%,80.36499%,80.36499%);stop-opacity:1;"/>
|
||||
<stop offset="0.5" style="stop-color:rgb(80.743408%,80.743408%,80.743408%);stop-opacity:1;"/>
|
||||
<stop offset="0.75" style="stop-color:rgb(81.121826%,81.121826%,81.121826%);stop-opacity:1;"/>
|
||||
<stop offset="1" style="stop-color:rgb(81.498718%,81.498718%,81.498718%);stop-opacity:1;"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip8">
|
||||
<path d="M 256 272 L 311 272 L 311 326 L 256 326 Z M 256 272 "/>
|
||||
</clipPath>
|
||||
<clipPath id="clip9">
|
||||
<path d="M 310.097656 299.300781 C 310.097656 300.171875 310.054688 301.039062 309.96875 301.90625 C 309.882812 302.773438 309.753906 303.632812 309.585938 304.484375 C 309.414062 305.339844 309.203125 306.183594 308.949219 307.015625 C 308.699219 307.847656 308.40625 308.667969 308.070312 309.46875 C 307.738281 310.273438 307.367188 311.058594 306.957031 311.828125 C 306.546875 312.59375 306.097656 313.339844 305.617188 314.066406 C 305.132812 314.789062 304.613281 315.484375 304.0625 316.160156 C 303.507812 316.832031 302.925781 317.476562 302.308594 318.089844 C 301.695312 318.707031 301.050781 319.289062 300.375 319.84375 C 299.703125 320.394531 299.003906 320.914062 298.28125 321.394531 C 297.554688 321.878906 296.8125 322.324219 296.042969 322.738281 C 295.273438 323.148438 294.488281 323.519531 293.683594 323.851562 C 292.878906 324.183594 292.0625 324.476562 291.226562 324.730469 C 290.394531 324.984375 289.550781 325.195312 288.695312 325.363281 C 287.84375 325.535156 286.984375 325.660156 286.117188 325.746094 C 285.25 325.832031 284.382812 325.875 283.511719 325.875 C 282.640625 325.875 281.769531 325.832031 280.90625 325.746094 C 280.039062 325.660156 279.179688 325.535156 278.324219 325.363281 C 277.46875 325.195312 276.625 324.984375 275.792969 324.730469 C 274.960938 324.476562 274.140625 324.183594 273.335938 323.851562 C 272.53125 323.519531 271.746094 323.148438 270.976562 322.738281 C 270.210938 322.324219 269.464844 321.878906 268.742188 321.394531 C 268.015625 320.914062 267.316406 320.394531 266.644531 319.84375 C 265.972656 319.289062 265.328125 318.707031 264.710938 318.089844 C 264.097656 317.476562 263.511719 316.832031 262.960938 316.160156 C 262.40625 315.484375 261.890625 314.789062 261.40625 314.066406 C 260.921875 313.339844 260.472656 312.59375 260.0625 311.828125 C 259.652344 311.058594 259.28125 310.273438 258.949219 309.46875 C 258.617188 308.667969 258.324219 307.847656 258.070312 307.015625 C 257.816406 306.183594 257.605469 305.339844 257.4375 304.484375 C 257.265625 303.632812 257.136719 302.773438 257.054688 301.90625 C 256.96875 301.039062 256.925781 300.171875 256.925781 299.300781 C 256.925781 298.429688 256.96875 297.5625 257.054688 296.695312 C 257.136719 295.832031 257.265625 294.972656 257.4375 294.117188 C 257.605469 293.265625 257.816406 292.421875 258.070312 291.589844 C 258.324219 290.753906 258.617188 289.9375 258.949219 289.132812 C 259.28125 288.328125 259.652344 287.542969 260.0625 286.777344 C 260.472656 286.007812 260.921875 285.261719 261.40625 284.539062 C 261.890625 283.816406 262.40625 283.117188 262.960938 282.445312 C 263.511719 281.773438 264.097656 281.128906 264.710938 280.511719 C 265.328125 279.898438 265.972656 279.3125 266.644531 278.761719 C 267.316406 278.207031 268.015625 277.691406 268.742188 277.207031 C 269.464844 276.722656 270.210938 276.277344 270.976562 275.867188 C 271.746094 275.457031 272.53125 275.085938 273.335938 274.753906 C 274.140625 274.417969 274.960938 274.125 275.792969 273.875 C 276.625 273.621094 277.46875 273.410156 278.324219 273.238281 C 279.179688 273.070312 280.039062 272.941406 280.90625 272.855469 C 281.769531 272.773438 282.640625 272.730469 283.511719 272.730469 C 284.382812 272.730469 285.25 272.773438 286.117188 272.855469 C 286.984375 272.941406 287.84375 273.070312 288.695312 273.238281 C 289.550781 273.410156 290.394531 273.621094 291.226562 273.875 C 292.0625 274.125 292.878906 274.417969 293.683594 274.753906 C 294.488281 275.085938 295.273438 275.457031 296.042969 275.867188 C 296.8125 276.277344 297.554688 276.722656 298.28125 277.207031 C 299.003906 277.691406 299.703125 278.207031 300.375 278.761719 C 301.050781 279.3125 301.695312 279.898438 302.308594 280.511719 C 302.925781 281.128906 303.507812 281.773438 304.0625 282.445312 C 304.613281 283.117188 305.132812 283.816406 305.617188 284.539062 C 306.097656 285.261719 306.546875 286.007812 306.957031 286.777344 C 307.367188 287.542969 307.738281 288.328125 308.070312 289.132812 C 308.40625 289.9375 308.699219 290.753906 308.949219 291.589844 C 309.203125 292.421875 309.414062 293.265625 309.585938 294.117188 C 309.753906 294.972656 309.882812 295.832031 309.96875 296.695312 C 310.054688 297.5625 310.097656 298.429688 310.097656 299.300781 Z M 310.097656 299.300781 "/>
|
||||
</clipPath>
|
||||
<linearGradient id="linear3" gradientUnits="userSpaceOnUse" x1="10.099996" y1="109.709999" x2="32.099993" y2="109.709999" gradientTransform="matrix(2.416862,0,0,2.415672,232.51462,0)">
|
||||
<stop offset="0" style="stop-color:rgb(65.956116%,65.956116%,65.956116%);stop-opacity:1;"/>
|
||||
<stop offset="0.125" style="stop-color:rgb(66.072083%,66.072083%,66.072083%);stop-opacity:1;"/>
|
||||
<stop offset="0.25" style="stop-color:rgb(66.305542%,66.305542%,66.305542%);stop-opacity:1;"/>
|
||||
<stop offset="0.375" style="stop-color:rgb(66.539001%,66.539001%,66.539001%);stop-opacity:1;"/>
|
||||
<stop offset="0.5" style="stop-color:rgb(66.772461%,66.772461%,66.772461%);stop-opacity:1;"/>
|
||||
<stop offset="0.625" style="stop-color:rgb(67.00592%,67.00592%,67.00592%);stop-opacity:1;"/>
|
||||
<stop offset="0.75" style="stop-color:rgb(67.23938%,67.23938%,67.23938%);stop-opacity:1;"/>
|
||||
<stop offset="0.875" style="stop-color:rgb(67.472839%,67.472839%,67.472839%);stop-opacity:1;"/>
|
||||
<stop offset="1" style="stop-color:rgb(67.706299%,67.706299%,67.706299%);stop-opacity:1;"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g id="surface1">
|
||||
<g clip-path="url(#clip1)" clip-rule="nonzero">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 0.269531 0 L 1012.230469 0 L 1012.230469 493.988281 L 0.269531 493.988281 Z M 0.269531 0 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 0.269531 0 L 1012.230469 0 L 1012.230469 487.242188 L 0.269531 487.242188 Z M 0.269531 0 "/>
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:rgb(100%,100%,100%);fill-opacity:1;" d="M 0.269531 0 L 1012.230469 0 L 1012.230469 487.242188 L 0.269531 487.242188 Z M 0.269531 0 "/>
|
||||
</g>
|
||||
<g clip-path="url(#clip2)" clip-rule="nonzero">
|
||||
<g clip-path="url(#clip3)" clip-rule="nonzero">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear0);" d="M 232.515625 41.550781 L 232.515625 487 L 802.410156 487 L 802.410156 41.550781 Z M 232.515625 41.550781 "/>
|
||||
</g>
|
||||
</g>
|
||||
<g clip-path="url(#clip4)" clip-rule="nonzero">
|
||||
<g clip-path="url(#clip5)" clip-rule="nonzero">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear1);" d="M 595.527344 0 L 595.527344 79.71875 L 675.285156 79.71875 L 675.285156 0 Z M 595.527344 0 "/>
|
||||
</g>
|
||||
</g>
|
||||
<g clip-path="url(#clip6)" clip-rule="nonzero">
|
||||
<g clip-path="url(#clip7)" clip-rule="nonzero">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear2);" d="M 661.75 403.175781 L 661.75 446.175781 L 704.769531 446.175781 L 704.769531 403.175781 Z M 661.75 403.175781 "/>
|
||||
</g>
|
||||
</g>
|
||||
<g clip-path="url(#clip8)" clip-rule="nonzero">
|
||||
<g clip-path="url(#clip9)" clip-rule="nonzero">
|
||||
<path style=" stroke:none;fill-rule:nonzero;fill:url(#linear3);" d="M 256.925781 272.730469 L 256.925781 325.875 L 310.097656 325.875 L 310.097656 272.730469 Z M 256.925781 272.730469 "/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
@@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="350px" height="302px" viewBox="0 0 350 302" style="enable-background:new 0 0 350 302;" xml:space="preserve">
|
||||
<style type="text/css">
|
||||
.st0{fill:#F9C758;}
|
||||
.st1{fill:#FAFAFA;}
|
||||
.st2{fill:#9B9B9B;}
|
||||
.st3{fill:#B3B3B3;}
|
||||
.st4{fill:#CFCFCF;}
|
||||
.st5{fill:#FFFFFF;}
|
||||
.st6{fill:#464646;}
|
||||
.st7{fill:#FC86B4;}
|
||||
.st8{fill:#D66DF7;}
|
||||
.st9{fill:#D3D2D1;}
|
||||
.st10{fill:#FBC39D;}
|
||||
.st11{fill:#9DF9E1;}
|
||||
.st12{fill:#565656;}
|
||||
</style>
|
||||
<g>
|
||||
<path class="st0" d="M288.9,160.7h-16.1c-0.3,0-0.5,0.2-0.5,0.5v12.2c0,3.6,2.9,6.4,6.4,6.4h4.3c3.6,0,6.4-2.9,6.4-6.4v-12.2
|
||||
C289.4,161,289.2,160.7,288.9,160.7z"/>
|
||||
<path class="st0" d="M287,177.8c3.6-2,9.9-8.1,8.8-12.4c-0.3-1.1-1-2-2-2.5c-2.4-1.1-5.8,0.2-6.2,0.4l1.1,2.4
|
||||
c0.8-0.3,2.9-0.9,3.8-0.4c0.2,0.1,0.4,0.2,0.5,0.7c0.6,2.5-4.3,7.7-7.5,9.5L287,177.8z"/>
|
||||
</g>
|
||||
<path class="st1" d="M213.4,165.1H77.9c-1.8,0-3.3-1.5-3.3-3.3V83.5c0-1.8,1.5-3.3,3.3-3.3h135.5c1.8,0,3.3,1.5,3.3,3.3v78.3
|
||||
C216.7,163.6,215.2,165.1,213.4,165.1z"/>
|
||||
<path class="st2" d="M161.7,176.2c-0.5-1.4-0.7-2.8-0.7-4.3v-6.8h-15.3H145h-13.7v6.8c0,1.5-0.2,2.9-0.7,4.3c-0.7,1.9-2.1,4-4.6,4
|
||||
h19h0.7h20.6C163.8,180.2,162.4,178.1,161.7,176.2z"/>
|
||||
<path class="st3" d="M300.3,189.3H65.8c-1.2,0-2.1-0.9-2.1-2.1v-4.9c0-1.2,0.9-2.1,2.1-2.1h234.4c1.2,0,2.1,0.9,2.1,2.1v4.9
|
||||
C302.4,188.4,301.5,189.3,300.3,189.3z"/>
|
||||
<path class="st4" d="M213.4,151.6H77.9c-1.8,0-3.3-1.5-3.3-3.3V70c0-1.8,1.5-3.3,3.3-3.3h135.5c1.8,0,3.3,1.5,3.3,3.3v78.3
|
||||
C216.7,150.1,215.2,151.6,213.4,151.6z"/>
|
||||
<rect x="80.1" y="71.3" class="st5" width="131.3" height="74.7"/>
|
||||
<path class="st5" d="M280.4,156.1c0.5-0.2,1.1-0.5,1.5-0.8c0.5-0.3,0.9-0.8,1.1-1.2c0.2-0.5,0.2-0.9-0.1-1.3c-0.3-0.4-0.7-0.7-1.1-1
|
||||
c-0.5-0.3-1-0.5-1.5-0.7c-0.2-0.1-0.6-0.2-0.9-0.3s-0.6-0.3-0.9-0.5c-1.2-0.7-2.3-1.6-3.2-2.8c-0.9-1.1-1.6-2.5-2-3.9
|
||||
c-0.4-1.5-0.6-3-0.3-4.7c0.2-0.8,0.4-1.7,0.9-2.6c0.4-0.9,1.1-1.7,1.9-2.4s1.8-1.2,2.8-1.5s2-0.4,3-0.5h1c2.3,0,4.3,1.8,4.3,4.2
|
||||
c0,2.3-1.8,4.3-4.2,4.3c-0.7,0-1.3-0.2-1.9-0.4c-0.5-0.2-0.8-0.4-1.1-0.4c-0.3,0-0.8,0.3-1.2,0.9c-0.4,0.6-0.6,1.5-0.6,2.4
|
||||
s0.1,1.9,0.5,2.8c0.4,0.9,0.9,1.8,1.6,2.6c0.2,0.2,0.4,0.4,0.6,0.5c0.2,0.2,0.4,0.3,0.7,0.5c0.5,0.4,1,0.8,1.5,1.3s0.9,1,1.2,1.8
|
||||
c0.1,0.4,0.2,0.8,0.1,1.1c-0.1,0.4-0.2,0.7-0.4,1c-0.4,0.6-0.9,0.9-1.4,1.3c-0.5,0.3-1.1,0.6-1.6,0.9c-0.1,0.1-0.3,0-0.3-0.1
|
||||
C280.2,156.3,280.3,156.1,280.4,156.1L280.4,156.1L280.4,156.1z"/>
|
||||
<path class="st6" d="M108.6,132.2c0.1,0.1,0.3,0,0.4-0.1l2.5-2.5l1.8,3.6c0.1,0.1,0.2,0.2,0.3,0.2c0.1,0,0.1,0,0.2,0l1.5-0.8
|
||||
c0.1,0,0.1-0.1,0.2-0.2c0-0.1,0-0.2,0-0.3l-1.7-3.3h3.3c0.1,0,0.3-0.1,0.3-0.2c0.1-0.1,0-0.3-0.1-0.4l-8.3-7.6
|
||||
c-0.1-0.1-0.3-0.1-0.4-0.1c-0.1,0.1-0.2,0.2-0.2,0.3v11.1C108.4,132,108.5,132.1,108.6,132.2z"/>
|
||||
<rect x="92.8" y="87.5" class="st7" width="20.7" height="10.5"/>
|
||||
<rect x="118.5" y="87.5" class="st8" width="56.3" height="10.5"/>
|
||||
<rect x="92.8" y="105.4" class="st0" width="48.5" height="3"/>
|
||||
<rect x="92.8" y="113.2" class="st0" width="42.6" height="3"/>
|
||||
<g>
|
||||
<path class="st9" d="M277,76.2c-13.7,0-24.8-11.1-24.8-24.8s11.1-24.8,24.8-24.8s24.8,11.1,24.8,24.8
|
||||
C301.9,65.1,290.7,76.2,277,76.2z M277,30.1c-11.7,0-21.3,9.5-21.3,21.3s9.5,21.3,21.3,21.3s21.3-9.5,21.3-21.3
|
||||
S288.7,30.1,277,30.1z"/>
|
||||
<path class="st9" d="M277.6,52.9h-16.1c-0.5,0-0.9-0.4-0.9-0.9s0.4-0.9,0.9-0.9h15.2v-16c0-0.5,0.4-0.9,0.9-0.9s0.9,0.4,0.9,0.9
|
||||
v16.8C278.5,52.4,278.1,52.9,277.6,52.9z"/>
|
||||
</g>
|
||||
<path class="st10" d="M186.1,176.2L111,181c-6.5,0.4-12-4.5-12.5-11l0,0c-0.4-6.5,4.5-12,11-12.5l75.1-4.8c3.9-0.3,7.3,2.7,7.6,6.7
|
||||
l0.6,9.1C193,172.5,190,175.9,186.1,176.2z"/>
|
||||
<path class="st11" d="M138.2,131.5L101,157.7c-4.9,3.5-6.2,10.2-2.9,15.2l0,0c2.5,3.8,7.1,5.8,11.6,4.9c16.4-3.3,54-11,53.6-12.3
|
||||
c-0.3-1-4.5-15.9-7.8-27.9C153.3,130.2,144.5,127.1,138.2,131.5z"/>
|
||||
<path class="st10" d="M163.4,176.2l75.1,4.8c6.5,0.4,12-4.5,12.5-11l0,0c0.4-6.5-4.5-12-11-12.5l-75.1-4.8c-3.9-0.3-7.3,2.7-7.6,6.7
|
||||
l-0.6,9.1C156.5,172.5,159.5,175.9,163.4,176.2z"/>
|
||||
<path class="st11" d="M211.3,131.5l37.2,26.2c4.9,3.5,6.2,10.2,2.9,15.2l0,0c-2.5,3.8-7.1,5.8-11.6,4.9c-16.4-3.3-54-11-53.6-12.3
|
||||
c0.3-1,4.5-15.9,7.8-27.9C196.2,130.2,205,127.1,211.3,131.5z"/>
|
||||
<g>
|
||||
<ellipse class="st6" cx="145.6" cy="91.2" rx="7.3" ry="7.6"/>
|
||||
<ellipse class="st6" cx="200.6" cy="91.2" rx="7.3" ry="7.6"/>
|
||||
<path class="st6" d="M170.9,131.7L170.9,131.7c0.7,0.1,1.5,0.2,2.2,0.2l0,0c2.3,0,4.6-0.3,6.7-0.9c0,0,0,0,0-0.1
|
||||
c11.9-3.1,20.7-14.3,20.7-27.7V69.8c0-15.8-12.3-13.3-27.5-13.3l0,0c-15.2,0-27.5-2.5-27.5,13.3v33.5
|
||||
C145.6,118.2,156.7,130.5,170.9,131.7z"/>
|
||||
<path class="st6" d="M195,92.2v9h-9.7c0,0-2.4-6.5-12.2-6.5s-12.2,6.5-12.2,6.5h-9.7v-9c0-3.6-3.3-4.7-5.5-5.1v16.1
|
||||
c0,15,11.1,27.3,25.2,28.4l0,0c0.8,0.1,1.5,0.1,2.3,0.1s1.5,0,2.3-0.1l0,0c14.1-1.2,25.2-13.5,25.2-28.4V87.1
|
||||
C198.4,87.5,195,88.7,195,92.2z"/>
|
||||
<path class="st6" d="M193.3,45.5c-7.5-1.1-19.2-1.2-27.8,5.8c-0.2,0.2-0.4,0.4-0.5,0.5h-6.8c-7,0-12.6,4.9-12.6,11V69v14.2v17.4
|
||||
c1.3,0,2.3-1.1,2.3-2.4V73.9c0,0,0.4-7.7,7.4-7.7h16h0.1h18.2c7.5,0,8.4,6.8,8.5,7.7v24.5c0,1.3,1,2.4,2.3,2.4V83.4V69.1v-5.5
|
||||
l0.1-9.5C200.7,49.8,197.5,46.1,193.3,45.5z"/>
|
||||
</g>
|
||||
<rect x="147.1" y="62.1" class="st6" width="53.1" height="46"/>
|
||||
<path class="st12" d="M188,275.3h-30c-21,0-37.9-18.3-37.9-40.9l9.5-82c3.3-21.9,23.5-35.9,44-35.9l0,0c20.7,0,41.1,14.4,44.1,36.5
|
||||
l8.3,81.4C226,256.9,209,275.3,188,275.3z"/>
|
||||
<path class="st4" d="M180,299.2h-13.6c-1.5,0-2.7-1.2-2.7-2.7V187.2c0-1.5,1.2-2.7,2.7-2.7H180c1.5,0,2.7,1.2,2.7,2.7v109.3
|
||||
C182.7,298,181.5,299.2,180,299.2z"/>
|
||||
<path class="st6" d="M184.5,194.7H161c-2.9,0-5.2-2.3-5.2-5.2v-9.9c0-2.9,2.3-5.2,5.2-5.2h23.5c2.9,0,5.2,2.3,5.2,5.2v9.9
|
||||
C189.8,192.4,187.4,194.7,184.5,194.7z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 7.3 KiB |
|
After Width: | Height: | Size: 10 KiB |
@@ -0,0 +1,122 @@
|
||||
baseURL: "https://example.com"
|
||||
languageCode: "en-us"
|
||||
title: "Hugo-profile"
|
||||
|
||||
googleanalytics: UA-xxxxxxxx-x
|
||||
disqusShortname: yourdiscussshortname
|
||||
Paginate: 3
|
||||
|
||||
taxonomies:
|
||||
tag: "tags"
|
||||
category: "categories"
|
||||
|
||||
params:
|
||||
version: 1
|
||||
|
||||
favicon: "/images/hugo.png"
|
||||
description: "A hugh performance hugo theme for personal website. It is single page portfolio. It has blog, contact sections also. Contact is powered by formspree."
|
||||
disqus: ""
|
||||
|
||||
# Background
|
||||
custombackground: false
|
||||
background: ""
|
||||
backimg: ""
|
||||
|
||||
# Contact
|
||||
contact: true
|
||||
action: ""
|
||||
emailname: ""
|
||||
messagename: ""
|
||||
|
||||
# Navbar Menus
|
||||
customMenus:
|
||||
- name: "Blog"
|
||||
Url: "/blog"
|
||||
|
||||
# Home
|
||||
name: "Gurusabarish"
|
||||
profile: "/images/v1/avatar.webp"
|
||||
github: "https://github.com/gurusabarish"
|
||||
linkedin: "https://linkedin.com/in/gurusabarish"
|
||||
twitter: "https://twitter.com/gurusabarishh"
|
||||
instagram: "https://instagram.com/gurusabarishh"
|
||||
|
||||
# Things I do
|
||||
usedothings: true
|
||||
Things:
|
||||
- logo: fab fa-python
|
||||
title: Python
|
||||
description: I build something beautiful using Python.
|
||||
#url: https://example.com
|
||||
|
||||
- logo: fas fa-robot
|
||||
title: Machine learning
|
||||
description: I train robust models for various tasks.
|
||||
#url: https://guru.com
|
||||
|
||||
- logo: fab fa-html5
|
||||
title: Things for web
|
||||
description: I love to build things for web
|
||||
#url: https://guru.com
|
||||
|
||||
|
||||
# About
|
||||
profile_image: "/images/gurusabarish.webp"
|
||||
descripe_l1_person: "Hi, I'm Gurusabarish, a passionate web developer and ML engineer.
|
||||
I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
|
||||
descripe_l2_person: "This is just a example for about section. You can easily change with the help of cofig file."
|
||||
job: "your role"
|
||||
resume: ""
|
||||
|
||||
#projects
|
||||
projects:
|
||||
- title: "Project name"
|
||||
image: "/images/v1/project.webp"
|
||||
description: "This is your description"
|
||||
secoundarylink: true
|
||||
secoundaryurlname: "Featured link"
|
||||
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
|
||||
- title: "Project name"
|
||||
image: "/images/v1/performance.webp"
|
||||
description: "This is your description"
|
||||
secoundarylink: true
|
||||
secoundaryurlname: "Featured link"
|
||||
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
|
||||
- title: "Project name"
|
||||
image: "/images/v1/project.webp"
|
||||
description: "This is your description"
|
||||
secoundarylink: true
|
||||
secoundaryurlname: "Featured link"
|
||||
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
|
||||
- title: "Project name"
|
||||
image: "/images/v1/performance.webp"
|
||||
description: "This is your description"
|
||||
secoundarylink: true
|
||||
secoundaryurlname: "Featured link"
|
||||
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
|
||||
- title: "Project name"
|
||||
image: "/images/v1/project.webp"
|
||||
description: "This is your description"
|
||||
secoundarylink: true
|
||||
secoundaryurlname: "Featured link"
|
||||
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
|
||||
- title: "Project name"
|
||||
image: "/images/v1/performance.webp"
|
||||
description: "This is your description"
|
||||
secoundarylink: true
|
||||
secoundaryurlname: "Featured link"
|
||||
secoundaryurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
sourceurl: "https://github.com/gurusabarish/hugo-profile"
|
||||
#Description for seo. If you want to show description in your listing or single page, let's make it true
|
||||
showdescription: false
|
||||
tweet: true
|
||||
@@ -0,0 +1,73 @@
|
||||
baseURL: "https://example.com"
|
||||
languageCode: "en-us"
|
||||
title: "Hugo-profile"
|
||||
|
||||
googleanalytics: UA-xxxxxx-x
|
||||
disqusShortname:
|
||||
Paginate: 3
|
||||
ignoreErrors: ["error-remote-getjson"]
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
taxonomies:
|
||||
tag: "tags"
|
||||
category: "categories"
|
||||
|
||||
enableEmoji: true
|
||||
params:
|
||||
version: 2
|
||||
|
||||
favicon: "/images/fav.png"
|
||||
description: "A high performance hugo theme for personal portfolio and blog."
|
||||
copyright: "2021"
|
||||
|
||||
# Navbar Menus
|
||||
customMenus:
|
||||
- name: "About"
|
||||
Url: "/#"
|
||||
- name: "Blog"
|
||||
Url: "/blog"
|
||||
|
||||
# social
|
||||
socialicontop: false
|
||||
socialiconfooter: true
|
||||
name: "Gurusabarish"
|
||||
github: "https://github.com/gurusabarish"
|
||||
linkedin: "https://linkedin.com/in/gurusabarish"
|
||||
twitter: "https://twitter.com/gurusabarishh"
|
||||
instagram: "https://instagram.com/gurusabarishh"
|
||||
facebook: "https://facebook.com"
|
||||
|
||||
# About
|
||||
profile_image: "/images/gurusabarish.webp"
|
||||
descripe_l1_person: "Hi, I'm Gurusabarish, a passionate web developer and ML engineer. I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
|
||||
descripe_l2_person: ""
|
||||
|
||||
useresume: true
|
||||
customname: ""
|
||||
resumelink: ""
|
||||
|
||||
# Things I do
|
||||
usedothings: true
|
||||
Things:
|
||||
- logo: fab fa-python
|
||||
title: Python
|
||||
description: I build something beautiful using Python.
|
||||
#url: https://example.com
|
||||
|
||||
- logo: fas fa-robot
|
||||
title: Machine learning
|
||||
description: I train robust models for various tasks.
|
||||
#url: https://guru.com
|
||||
|
||||
- logo: fab fa-html5
|
||||
title: Things for web
|
||||
description: I love to build things for web
|
||||
#url: https://guru.com
|
||||
|
||||
#Description for seo. If you want to show description in your listing or single page, let's make it true
|
||||
showdescription: false
|
||||
tweet: true
|
||||
recentposts: true
|
||||
@@ -0,0 +1,83 @@
|
||||
baseURL: "https://example.com"
|
||||
languageCode: "en-us"
|
||||
title: "Hugo-profile"
|
||||
|
||||
googleanalytics: UA-xxxxxx-x
|
||||
disqusShortname:
|
||||
Paginate: 3
|
||||
ignoreErrors: ["error-remote-getjson"]
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true
|
||||
|
||||
taxonomies:
|
||||
tag: "tags"
|
||||
category: "categories"
|
||||
|
||||
enableEmoji: true
|
||||
params:
|
||||
version: 3
|
||||
|
||||
favicon: "/images/fav.png"
|
||||
description: "A high performance hugo theme for personal portfolio and blog."
|
||||
copyright: "2021"
|
||||
|
||||
# Navbar Menus
|
||||
customMenus:
|
||||
- name: "About"
|
||||
Url: "/#about"
|
||||
- name: "Experience"
|
||||
Url: "/#experience"
|
||||
- name: "Education"
|
||||
Url: "/#education"
|
||||
- name: "Projects"
|
||||
Url: "/#projects"
|
||||
- name: "Contact"
|
||||
Url: "/#contact"
|
||||
- name: Achievements
|
||||
Url: "/#achievements"
|
||||
- name: "Blog"
|
||||
Url: "/blog"
|
||||
|
||||
# social
|
||||
socialicontop: false
|
||||
socialiconfooter: true
|
||||
name: "Gurusabarish"
|
||||
github: "https://github.com/gurusabarish"
|
||||
linkedin: "https://linkedin.com/in/gurusabarish"
|
||||
twitter: "https://twitter.com/gurusabarishh"
|
||||
instagram: "https://instagram.com/gurusabarishh"
|
||||
facebook: "https://facebook.com"
|
||||
|
||||
# About
|
||||
profile_image: "/images/gurusabarish.webp"
|
||||
descripe_l1_person: "Hi, I'm Gurusabarish, a passionate web developer and ML engineer. I tend to make use of modern web technologies to build websites that looks great, feels fantastic, and functions correctly."
|
||||
descripe_l2_person: ""
|
||||
|
||||
useresume: true
|
||||
customname: ""
|
||||
resumelink: ""
|
||||
|
||||
# Things I do
|
||||
usedothings: true
|
||||
Things:
|
||||
- logo: fab fa-python
|
||||
title: Python
|
||||
description: I build something beautiful using Python.
|
||||
#url: https://example.com
|
||||
|
||||
- logo: fas fa-robot
|
||||
title: Machine learning
|
||||
description: I train robust models for various tasks.
|
||||
#url: https://guru.com
|
||||
|
||||
- logo: fab fa-html5
|
||||
title: Things for web
|
||||
description: I love to build things for web
|
||||
#url: https://guru.com
|
||||
|
||||
#Description for seo. If you want to show description in your listing or single page, let's make it true
|
||||
showdescription: false
|
||||
tweet: true
|
||||
recentposts: true
|
||||