mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-02 02:10:27 +00:00
Layout updates
This commit is contained in:
@@ -5,12 +5,7 @@
|
||||
<img src="{{ $faceImage.Permalink }}" alt="Hazem Krimi's face" />
|
||||
<div>
|
||||
<p>
|
||||
My programming experience is mostly non-professional but it was essential
|
||||
for my development. Even though I am working professionally for over two
|
||||
years now, I got into programming much longer than that. I got into web
|
||||
development in the summer of 2018 as I started learning the basics: HTML,
|
||||
CSS, JS and most importantly how the web works by building very small
|
||||
projects.
|
||||
I am a software engineer with a extensive experience building user-friendly web and cross-platform mobile applications using React and React Native with TypeScript. Similarly, I have experience building APIs using Node.js and recently using Scala. Recently, I got into DLT using Corda with Kotlin.
|
||||
</p>
|
||||
<div id="links">
|
||||
<a href="{{ $cv.Permalink }}" target="_blank">
|
||||
|
||||
@@ -6,11 +6,15 @@
|
||||
{{ end }}
|
||||
<p>{{ .Params.description }}</p>
|
||||
<div id="links">
|
||||
<a class="read-more" href="{{ .Permalink }}">
|
||||
<a
|
||||
class="read-more"
|
||||
href="{{ if (.InSection ($.Site.GetPage "projects")) }} {{ .Params.source }} {{ else }} {{ .Permalink }} {{ end }}"
|
||||
target="{{ if (.InSection ($.Site.GetPage "projects")) }} _blank {{ else }} _self {{ end }}"
|
||||
>
|
||||
{{ if (.InSection ($.Site.GetPage "projects")) }}
|
||||
Read this project {{ readFile "assets/icons/arrow.svg" | safeHTML }}
|
||||
Source code {{ readFile "assets/icons/arrow.svg" | safeHTML }}
|
||||
{{ else }}
|
||||
Read this blog post {{ readFile "assets/icons/arrow.svg" | safeHTML }}
|
||||
Read this blog post {{ readFile "assets/icons/arrow.svg" | safeHTML }}
|
||||
{{ end }}
|
||||
</a>
|
||||
{{ with (and (.InSection ($.Site.GetPage "projects")) .Params.demo) }}
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
<form
|
||||
action="{{ .Site.Params.formSpreeURL }}"
|
||||
method="POST"
|
||||
>
|
||||
<input name="name" placeholder="Your name" required type="text" />
|
||||
<input name="email" placeholder="Your email" required type="email" />
|
||||
<textarea
|
||||
cols="30"
|
||||
name="message"
|
||||
placeholder="Your message"
|
||||
required
|
||||
rows="10"
|
||||
></textarea>
|
||||
<div>
|
||||
<button type="submit">Submit</button>
|
||||
<div id="submission-status"></div>
|
||||
</div>
|
||||
</form>
|
||||
Reference in New Issue
Block a user