aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-11-24 17:05:45 +0900
committerA Farzat <a@farzat.xyz>2024-11-24 17:05:45 +0900
commitbb64db756c0df21d73c036ece2cd0e04a30a4513 (patch)
treecd424364a9c926bb3e00128a95947711483a772a /templates/index.html
parentdca9703153b3b6fbaaa2ea465aaeb6a01248a0dc (diff)
downloadfarzat.xyz-deploy.tar.gz
farzat.xyz-deploy.zip
Add a few buttonsHEADtestingdeploy
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 09fb8e3..ae485ba 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,12 +4,19 @@
{% block content %}
<div class="hero">
- <div class="hero__title">
+ <div class="hero__text">
<h1>
<span class="--main">Hi! I am <span class="color-primary">Farzat</span>,</span>
<span class="--sub">a <span class="color-gradient">software developer</span></span>
<span class="--sub-sub">and <span class="text-stroke color-accent">computer enthusiast</span></span>
</h1>
+ <p>
+ Learn more about me from the links below &dArr;
+ </p>
+ <div class="hero__cta">
+ <a href="#" class="btn btn--secondary">Still a dummy link</a>
+ <a href="#contact-info" class="btn btn--primary">Contact me</a>
+ </div>
</div>
<div class="hero__img">
<img src="/img/profile-pic.jpg" alt="Profile pic" class="profile-pic">