Skip to content

Commit f8200da

Browse files
committed
update public
1 parent 4994be3 commit f8200da

File tree

11 files changed

+259
-108
lines changed

11 files changed

+259
-108
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

SECURITY.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

public/favicon.png

72.3 KB
Loading

public/files/Stoman-Resume.pdf

-476 KB
Binary file not shown.

public/files/TrySFahri-Resume.pdf

1.37 MB
Binary file not shown.

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
work correctly both with client-side routing and a non-root public URL.
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
27-
<title>Stoman</title>
27+
<title>TSFahri</title>
2828
</head>
2929
<body>
3030
<noscript>You need to enable JavaScript to run this app.</noscript>

src/components/HireMeModal.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const HireMeModal = ({ onClose, onRequest }) => {
7171
name="subject"
7272
type="text"
7373
required=""
74+
placeholder="Project Category"
7475
aria-label="Project Category"
7576
>
7677
{selectOptions.map((option) => (

src/components/shared/AppBanner.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ const AppBanner = () => {
2323
duration: 0.9,
2424
delay: 0.1,
2525
}}
26-
className="font-general-semibold text-2xl lg:text-3xl xl:text-4xl text-center sm:text-left text-ternary-dark dark:text-primary-light uppercase"
26+
className="font-general-semibold text-2xl lg:text-3xl xl:text-4xl text-center sm:text-left text-ternary-dark dark:text-primary-light uppercase/"
2727
>
28-
Hi, Iam Stoman
28+
Hi, Iam TS.Fahri
2929
</motion.h1>
3030
<motion.p
3131
initial={{ opacity: 0 }}
@@ -50,8 +50,8 @@ const AppBanner = () => {
5050
className="flex justify-center sm:block"
5151
>
5252
<a
53-
download="Stoman-Resume.pdf"
54-
href="/files/Stoman-Resume.pdf"
53+
download="TrySFahri-Resume.pdf"
54+
href="/files/TrySFahri-Resume.pdf"
5555
className="font-general-medium flex justify-center items-center w-36 sm:w-48 mt-12 mb-6 sm:mb-0 text-lg border border-indigo-200 dark:border-ternary-dark py-2.5 sm:py-3 shadow-lg rounded-lg bg-indigo-50 focus:ring-1 focus:ring-indigo-900 hover:bg-indigo-500 text-gray-500 hover:text-white duration-500"
5656
aria-label="Download Resume"
5757
>

src/images/logo-dark.svg

Lines changed: 168 additions & 39 deletions
Loading

0 commit comments

Comments
 (0)