Skip to content

Commit a9a13e4

Browse files
committed
Add feature: fullstackforge new template and inserted inside the index.html
1 parent 89f756a commit a9a13e4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

fullstackforge/.DS_Store

4 KB
Binary file not shown.

fullstackforge/fullstackforge.png

-229 KB
Loading

fullstackforge/style.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,14 @@ a {
166166
}
167167

168168
main {
169-
padding: 3.5rem 0 4rem;
169+
padding: 0 0 4rem;
170170
}
171171

172172
.hero {
173-
padding: 1rem 0 3.5rem;
173+
padding: 0 0 3.2rem;
174174
position: relative;
175175
overflow: hidden;
176+
background: #e6faed;
176177
}
177178

178179
.hero::before {
@@ -415,9 +416,10 @@ main {
415416

416417
.section {
417418
margin-top: 4.5rem;
418-
scroll-margin-top: 110px;
419+
scroll-margin-top: 100px;
419420
}
420421

422+
421423
.section.alt {
422424
background: rgba(1, 185, 83, 0.06);
423425
padding: 3rem 0;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ <h3 class="text-xl font-bold mb-2">Aurora</h3>
627627
<div class="p-6">
628628
<h3 class="text-xl font-bold mb-2">Fullstackforge</h3>
629629
<p class="text-gray-600 dark:text-gray-400 text-sm mb-4">
630-
Product-focused full-stack resume with personal details.
630+
Product-focused full-stack resume.
631631
</p>
632632
<div class="flex items-center justify-between">
633633
<div class="flex space-x-2">

0 commit comments

Comments
 (0)