Skip to content

Commit

Permalink
update biar bisa masuk student staff
Browse files Browse the repository at this point in the history
  • Loading branch information
aariffaqiih authored Nov 4, 2024
1 parent e98c84c commit b7cbac8
Show file tree
Hide file tree
Showing 8 changed files with 329 additions and 72 deletions.
5 changes: 4 additions & 1 deletion global.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ body {
}

.portofolio,
.portofolio2,
.tentang {
padding-top: 144px;
display: flex;
Expand All @@ -102,13 +103,15 @@ body {
}

.portofolio .top h2,
.portofolio2 .top h2,
.tentang .top h2 {
color: var(--blue);
font-size: 48px;
font-weight: 600;
}

.portofolio .content,
.portofolio2 .content,
.tentang .content {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -329,7 +332,7 @@ body {
}

.navbar .menu {
font-size: 8px !important;
display: none !important;
}

.navbar .menu a {
Expand Down
31 changes: 29 additions & 2 deletions home.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@
color: white;
background: var(--blue);
text-decoration: none;
max-width: fit-content;
padding: 10px 28px;
text-align: center;
padding: 12px;
border-radius: 999px;
transition: 0.3s;
border: solid 2px var(--blue);
Expand All @@ -257,6 +257,13 @@
flex-direction: column;
gap: 48px;
}
.portofolio2 {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 48px;
}

.portofolio h3 {
font-size: 48px;
Expand All @@ -266,17 +273,32 @@
transform: translateY(48px);
transition: opacity 0.6s, transform 0.6s;
}
.portofolio2 h3 {
font-size: 48px;
color: var(--blue);
font-weight: 600;
transform: translateY(48px);
}

.portofolio.show h3 {
opacity: 1;
transform: translateY(0);
}
.portofolio2.show h3 {
opacity: 1;
transform: translateY(0);
}

.portofolio .box {
display: flex;
gap: 44px;
}

.portofolio2 .box {
display: flex;
gap: 44px;
}

.portofolio .website,
.portofolio .musik,
.portofolio .lainnya {
Expand Down Expand Up @@ -414,3 +436,8 @@
opacity: 1;
transform: translateY(0);
}

.portofolio2.show .animate-bottom {
opacity: 1;
transform: translateY(0);
}
28 changes: 22 additions & 6 deletions homerspnsv.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

@media screen and (orientation: portrait) {
.portofolio,
.portofolio2,
.tentang {
padding-top: 24px;
display: flex;
Expand All @@ -31,13 +32,15 @@
}

.portofolio .top h2,
.portofolio2 .top h2,
.tentang .top h2 {
color: var(--blue);
font-size: 48px;
font-weight: 600;
}

.portofolio .content,
.portofolio2 .content,
.tentang .content {
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -418,12 +421,11 @@
}

.about a {
font-size: calc(18px * var(--reduced-size2));
font-size: calc(20px * var(--reduced-size2));
color: white;
background: var(--blue);
text-decoration: none;
max-width: fit-content;
padding: 10px 28px;
padding: 12px;
border-radius: 999px;
transition: 0.3s;
border: solid 2px var(--blue);
Expand All @@ -435,7 +437,8 @@
background: white;
}

.portofolio {
.portofolio,
.portofolio2 {
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -451,13 +454,21 @@
transform: translateY(48px);
transition: opacity 0.6s, transform 0.6s;
}
.portofolio2 h3 {
font-size: calc(48px * var(--reduced-size2));
color: var(--blue);
font-weight: 600;
transform: translateY(48px);
}

.portofolio.show h3 {
.portofolio.show h3,
.portofolio2 .show h3 {
opacity: 1;
transform: translateY(0);
}

.portofolio .box {
.portofolio .box,
.portofolio2 .box {
display: flex;
flex-direction: column;
gap: calc(44px * var(--reduced-size2));
Expand Down Expand Up @@ -601,6 +612,11 @@
transform: translateY(0);
}

.portofolio2.show .animate-bottom {
opacity: 1;
transform: translateY(0);
}

.footer {
margin-top: 72px;
display: flex;
Expand Down
97 changes: 88 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@
<title>'Aarif Faqiih</title>

<link rel="stylesheet" href="home.css" />
<link rel="icon" type="image/x-icon" href="iiiiiiiiiiiiiiiiiiiiiiiiiii.png">
<link
rel="icon"
type="image/x-icon"
href="iiiiiiiiiiiiiiiiiiiiiiiiiii.png"
/>
<link rel="stylesheet" href="global.css" />

<link rel="stylesheet" href="homerspnsv.css" />

<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
</head>
<body>
<div class="navbar">
Expand All @@ -29,7 +36,10 @@
<a href="tentang.html">Tentang</a>

<a href="portfolio.html">Portofolio</a>
<a href="https://drive.google.com/file/d/1tajFn5g3edEVT_H7D7y5CCm2iW8eDzNV/view?usp=sharing">CV</a>
<a
href="https://drive.google.com/file/d/1tajFn5g3edEVT_H7D7y5CCm2iW8eDzNV/view?usp=sharing"
>CV</a
>
</div>
</div>

Expand All @@ -44,7 +54,13 @@ <h2>Silakan isi email Anda.</h2>
</div>

<form action="https://formspree.io/f/xoqgakoo" method="POST">
<input type="email" placeholder="Email" id="emailInput" name="_replyto" required />
<input
type="email"
placeholder="Email"
id="emailInput"
name="_replyto"
required
/>

<button type="submit">Kirim</button>
</form>
Expand All @@ -69,16 +85,74 @@ <h1><span>Jalaluddin</span> Faqiih</h1>
</div>
</div>

<div class="portofolio2">
<h3>Featured Video</h3>

<br />
<div
style="
position: relative;
width: 80%;
padding-top: 45%;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
"
>
<iframe
style="
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: 10px;
"
src="https://www.youtube.com/embed/J6pPgo90JR8?si=z2VThLZ3tnfrEa9a"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
</div>
</div>

<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div class="about" id="about">
<div class="text animate-left">
<h2 id="helloText">Halo!</h2>

<p>
Saya 'Aarif Rahmaan Jalaluddin Faqiih. Mahasiswa Teknik Informatika di Telkom University Purwokerto, dengan minat Web Development, UI Design, dan Electronic Music Production. Saya memiliki pengalaman magang selama satu tahun dan
telah mengerjakan sejumlah proyek di bidang ini.
Saya 'Aarif Rahmaan Jalaluddin Faqiih. Mahasiswa Teknik Informatika di
Telkom University Purwokerto, dengan minat Web Development, UI Design,
dan Electronic Music Production. Saya memiliki pengalaman magang
selama satu tahun dan telah mengerjakan sejumlah proyek di bidang ini.
</p>

<a href="tentang.html">Mari Berkenalan</a>
<a href="tentang.html" style="animation: blink 0.8s infinite">
Mari Berkenalan
</a>

<style>
@keyframes blink {
0%,
100% {
}
50% {
letter-spacing: 0.5px;
font-weight: bolder;
}
}
</style>
</div>

<div class="photo-container animate-right">
Expand Down Expand Up @@ -152,7 +226,9 @@ <h3>Hubungi</h3>

<p>[email protected]</p>

<a href="https://www.linkedin.com/in/aarifrjf/">linkedin.com/in/aarifrjf</a>
<a href="https://www.linkedin.com/in/aarifrjf/"
>linkedin.com/in/aarifrjf</a
>
</div>
</div>

Expand All @@ -166,7 +242,10 @@ <h3>Menu</h3>

<a href="portfolio.html">Portofolio</a>

<a href="https://drive.google.com/file/d/1tajFn5g3edEVT_H7D7y5CCm2iW8eDzNV/view?usp=sharing">Curriculum Vitae</a>
<a
href="https://drive.google.com/file/d/1tajFn5g3edEVT_H7D7y5CCm2iW8eDzNV/view?usp=sharing"
>Curriculum Vitae</a
>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit b7cbac8

Please sign in to comment.