contact ✨
This commit is contained in:
@@ -123,6 +123,9 @@ params:
|
|||||||
description: It's a great experience.
|
description: It's a great experience.
|
||||||
img: https://blog.gurusabarish.tech/blog/deploy-hugo/hero.jpg
|
img: https://blog.gurusabarish.tech/blog/deploy-hugo/hero.jpg
|
||||||
|
|
||||||
|
# Contact
|
||||||
|
email: "gurusabarisha@gmail.com"
|
||||||
|
|
||||||
#Description for seo. If you want to show description in your listing or single page, let's make it true
|
#Description for seo. If you want to show description in your listing or single page, let's make it true
|
||||||
showdescription: false
|
showdescription: false
|
||||||
tweet: true
|
tweet: true
|
||||||
|
|||||||
+1
-3
@@ -72,15 +72,13 @@
|
|||||||
{{- partial "sections/v3/experience.html" . -}}
|
{{- partial "sections/v3/experience.html" . -}}
|
||||||
{{- partial "sections/v3/education.html" . -}}
|
{{- partial "sections/v3/education.html" . -}}
|
||||||
{{- partial "sections/v3/projects.html" . -}}
|
{{- partial "sections/v3/projects.html" . -}}
|
||||||
{{- partial "sections/v3/contact.html" . -}}
|
|
||||||
{{- partial "sections/v3/achievements.html" . -}}
|
{{- partial "sections/v3/achievements.html" . -}}
|
||||||
|
{{- partial "sections/v3/contact.html" . -}}
|
||||||
{{- partial "sections/v3/footer.html" . -}}
|
{{- partial "sections/v3/footer.html" . -}}
|
||||||
{{- partial "sections/v3/scripts.html" . -}}
|
{{- partial "sections/v3/scripts.html" . -}}
|
||||||
|
|
||||||
<script src="js/contact.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
{{ else }}
|
{{ else }}
|
||||||
guru{{ .Site.Params.github }}
|
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|||||||
@@ -9,11 +9,14 @@
|
|||||||
<br>
|
<br>
|
||||||
{{ .Site.Params.descripe_l2_person | markdownify }}
|
{{ .Site.Params.descripe_l2_person | markdownify }}
|
||||||
</div>
|
</div>
|
||||||
|
{{ if .Site.Params.email }}
|
||||||
<div class="py-3 pl-2">
|
<div class="py-3 pl-2">
|
||||||
<a href="#contact" class="contact-btn btn">
|
<a href="mailto:{{ .Site.Params.email }}?subject=Say hi!" class="contact-btn btn">
|
||||||
Get In Touch
|
Get In Touch
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-5 about-skill">
|
<div class="col-md-5 about-skill">
|
||||||
|
|||||||
@@ -2,32 +2,19 @@
|
|||||||
<div class="container-fluid py-3">
|
<div class="container-fluid py-3">
|
||||||
<div class="text-light text-center h3">Get In Touch</div>
|
<div class="text-light text-center h3">Get In Touch</div>
|
||||||
<div class="row justify-content-center px-md-5">
|
<div class="row justify-content-center px-md-5">
|
||||||
<div class="py-5 overflow-hidden col-md-4 d-none d-md-block">
|
<div class="col-md-6 py-3">
|
||||||
<img class="contact-img" src="/contact.svg" />
|
<div class=" text-center">
|
||||||
|
Although I'm not currently looking for any new opportunities, my inbox is always open. Whether you have a question or just want to say hi, I'll try my best to get back to you!
|
||||||
</div>
|
</div>
|
||||||
<div class="py-5 col-md-5">
|
{{ if .Site.Params.email }}
|
||||||
<form class="text-secondary px-3" method="get">
|
<div class="text-center pt-3">
|
||||||
<div class="form-group">
|
<a href="mailto:{{ .Site.Params.email }}?subject=Say hi!" class="contact-btn btn">
|
||||||
<label for="name">Name</label>
|
Get In Touch
|
||||||
<input type="text" class="form-control" name="name" id="name" placeholder="Your Name">
|
</a>
|
||||||
|
</div>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
|
||||||
<label for="email">Email address</label>
|
|
||||||
<input type="email" class="form-control" id="email" placeholder="example@email.com">
|
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -360,10 +360,8 @@ a:hover {
|
|||||||
/* v3 contact */
|
/* v3 contact */
|
||||||
#contact {
|
#contact {
|
||||||
background-color: #0a192f;
|
background-color: #0a192f;
|
||||||
}
|
color: #8892b0;
|
||||||
.contact-img {
|
font-size: 17px;
|
||||||
width: 100%;
|
|
||||||
height: 400px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* v2 and v3 footer */
|
/* v2 and v3 footer */
|
||||||
|
|||||||
Reference in New Issue
Block a user