-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add header text and images (#6)
* hotfix: ignore vercel dierctory * feat: Add header text and images
- Loading branch information
Showing
7 changed files
with
62 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,4 @@ coverage | |
|
||
# Vercel | ||
.vercel/* | ||
.vercel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<template> | ||
<div class="flex flex-col items-center gap-4 sm:justify-center sm:flex-row"> | ||
<h1 class="text-2xl font-bold text-center sm:hidden">Pitch Pop Out</h1> | ||
<img | ||
class="w-44 sm:w-60 md:w-1/3 lg:w-1/2" | ||
src="../assets/images/tripleTechHeader.png" | ||
alt="Cartoon drawing of a winking, bespectacled woman with curly hair and glasses, wearing bright clothing and holding a laptop. The woman is surrounded by large, abstract depictions of digital life." | ||
/> | ||
|
||
<div class="flex flex-col items-center lg:gap-10 sm:gap-6"> | ||
<h1 | ||
class="hidden text-2xl font-bold text-center md:text-4xl lg:text-6xl sm:block" | ||
> | ||
Pitch Pop Out | ||
</h1> | ||
|
||
<p class="w-64 text-center sm:w-72 lg:w-full lg:text-2xl"> | ||
Transform your resume summary into a personalized | ||
<span class="font-bold">pop-out pitch!</span> | ||
</p> | ||
<p class="mt-4 lg:text-2xl"> | ||
<span class="sr-only">It's as easy as ... </span> | ||
<span class="flex gap-4"> | ||
<span class="flex flex-col items-center"> | ||
<img | ||
class="h-10 lg:h-14" | ||
src="../assets/images/icon-copy.png" | ||
role="presentation" | ||
/> | ||
Copy | ||
</span> | ||
<span class="flex flex-col items-center"> | ||
<img | ||
class="h-10 lg:h-14" | ||
src="../assets/images/icon-paste.png" | ||
role="presentation" | ||
/> | ||
Paste | ||
</span> | ||
<span class="flex flex-col items-center"> | ||
<img | ||
class="h-10 lg:h-14" | ||
src="../assets/images/icon-save.png" | ||
role="presentation" | ||
/> | ||
Save | ||
</span> | ||
</span> | ||
</p> | ||
</div> | ||
</div> | ||
</template> |
ad7bea3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
squadtripletech – ./
squadtripletech-tripletech.vercel.app
squadtripletech-git-main-tripletech.vercel.app
squadtripletech.vercel.app