Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
patradinata authored Jun 10, 2024
1 parent c210a0b commit f0a7a64
Show file tree
Hide file tree
Showing 28 changed files with 1,059 additions and 0 deletions.
2 changes: 2 additions & 0 deletions github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ITBootcamp.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Sertifikat-patra Dinata1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/bootstrap (2).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/corel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/css.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/eviTriana.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/figma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/footer img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/fotoku.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/fotoku.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/git.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/javascript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/ms office.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/node.js1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/psd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/react.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/sertifikat PKD.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tailwind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/xd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
737 changes: 737 additions & 0 deletions index.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
const nav = document.getElementById("nav");

// ketika scrool dijalankan
window.addEventListener("scroll", function () {
scrollposition = window.scrollY;
// pengkondisian! if else if
if (scrollposition >= 60) {
nav.classList.add("nav-dark");

// ketika di scrool ke atas balik lagi transparan
} else if (scrollposition <= 60) {
nav.classList.remove("nav-dark");
}
});
220 changes: 220 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,220 @@
:root {
--mainColor: #252734;
--secondaryColor: #333646;
--acsentColor: #ff9100;
}

body {
background-color: var(--mainColor);
min-height: 900px;
font-family: "ubuntu", sans-serif;
}

section h1 {
color: #ffff;
font-size: 2.5rem;
}

/* navbar */
.nav-link.active {
color: var(--acsentColor) !important;
font-weight: 700;
}

.nav-dark {
background-color: var(--secondaryColor) !important;
z-index: 10;
transition: 0.9s;
}
/* end navbar */

/* hero */
.color-acsent {
color: var(--acsentColor);
}

#hero {
color: #ffff;
min-height: 100vh;
padding-top: 75px;
}

#hero h1 {
font-size: 3rem;
}

#hero h2 {
font-weight: 300;
}

#hero p {
font-size: 1.1rem;
font-weight: 300;
}

/* cta */
.btn-custom1 {
background-color: var(--acsentColor);
text-align: center;
color: #ffff;
min-width: 150px;
height: 45px;
font-weight: 700;
font-size: 1.2rem;
}

.btn-custom1:hover {
box-shadow: 0 0 5px rgba(255, 166, 0, 0.8);
}

.cv {
color: #ffff;
cursor: pointer;
font-size: 1.2rem;
}

.social-icons svg {
margin-right: 0.7em;
margin-bottom: 10px;
}

/* about */
hr {
width: 35%;
height: 5px;
color: var(--acsentColor);
margin: 0 auto;
opacity: 100%;
}

#about {
min-height: 300px;
width: 100%;
background-color: var(--secondaryColor);
color: #ffff;
padding-top: 80px;
padding-bottom: 80px;
margin-bottom: 80px;
}
/* end about */

/* skil */
#skill {
min-height: 600px;
width: 100%;
color: #ffff;
}

#skill img {
width: 11%;
margin: 10px;
}

#skill .card {
background-color: #414558;
height: 340px;
}

#skill .card:hover {
background-color: var(--acsentColor);
}

.skill-konten {
margin-top: 120px;
}
/* end skil */

/* serifikat start */
#sertifikat {
margin-top: -170;
padding-top: 270px;
padding-bottom: 80px;
background-color: var(--secondaryColor);
}

#sertifikat p,
a {
color: #ffff !important;
text-decoration: none;
}

#sertifikat img {
width: 49%;
padding: 10px;
}
/* Yang abis ditambahkan */
#sertifikat img:hover {
background-color: white;
}
/* serifikat end */

/* galery */
#portolio .container {
padding: 80px 10px;
}
/* end */

/*-- Media Queries and Responsive breakpoints */

@media screen and (max-width: 1200px) {
#hero p {
font-size: 0.9rem;
}
#hero h1 {
font-size: 2.3rem;
}
}
@media screen and (max-width: 768px) {
#hero img {
width: 60%;
}
.social-icons {
left: 50%;
transform: translate(-50%);
}

#hero .row {
padding-bottom: 85px;
}

.btn-custom1 {
width: 80%;
}

#about p {
text-align: justify !important;
}
#skill .card h3 {
font-size: 1.3rem;
}

#skill .card {
padding-left: 30px !important;
padding-right: 30px !important;
margin-top: 20px;
}
}
@media screen and (max-width: 576px) {
hr {
width: 75%;
}

h1 {
font-size: 2rem !important;
}

footer img {
width: 75px;
}

footer p {
font-size: 0.8rem;
}
}
@media screen and (max-width: 350px) {
#portofolio .col-md-12 {
flex-direction: column;

}
}
/*--Media Queries and Responsive breakpoints selesai!-- */
84 changes: 84 additions & 0 deletions web-design.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added youtube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0a7a64

Please sign in to comment.