Skip to content

Commit

Permalink
updts
Browse files Browse the repository at this point in the history
  • Loading branch information
aryadh5 committed Aug 2, 2024
1 parent 845ed9d commit 6b76963
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 45 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ a.box {
}

.header_img img {
width: 100px; /* Adjust the width to your desired size */
height: 100px; /* The height should be the same as the width to make it a square */
width: 200px; /* Adjust the width to your desired size */
height: 200px; /* The height should be the same as the width to make it a square */
border-radius: 50%; /* This will make the image a circle */
object-fit: cover; /* Ensures the image covers the entire area */
}
Expand Down
Binary file modified images/bg-masthead.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 images/wkwkww.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 7 additions & 43 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css"
/>

<title>Arya Difa Hendrawan</title>
<title>Arya Difa</title>
</head>

<body>
Expand All @@ -46,11 +46,11 @@
class="layer d-flex justify-content-center align-items-center text-light w-100 h-100"
>
<div class="text-center">
<h1>Hi, Welcome to My Website!</h1>
<h1>Arya Difa Hendrawan</h1>
<div class="header_img flex_column_center position-relative">
<img src="images/pfp.jpg" alt="Logo" />
<img src="images/wkwkww.jpeg" alt="Logo" />
<div class="speech-bubble t circle float">
This site is work in progress! :D
This site is work in progress
</div>
</div>
<!-- Social Media Icons Codes Start -->
Expand Down Expand Up @@ -524,7 +524,7 @@ <h6 class="service-category-title">Other Skills 💼</h6>
</section>

<!---------------Contact-------------->
<section id="contact" class="contact">
<!-- <section id="contact" class="contact">
<div class="container py-5 px-3">
<div class="contact-form w-50 m-auto">
<div class="title text-center">
Expand Down Expand Up @@ -576,49 +576,13 @@ <h2 class="py-3">Let's Get In Touch!</h2>
</form>
</div>
</div>
</section>
</section> -->
</main>
<!-- Footer -->
<footer
class="text-center text-lg-start text-muted"
style="background-color: #8f7f6614"
>
<!-- Section: Social media -->
<section
class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom"
>
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<span>Get connected with me on social networks:</span>
</div>
<!-- Left -->

<!-- Right -->
<div>
<a
href="https://www.facebook.com/ana.mera.94651/"
class="me-4 link-secondary"
>
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://wsend.co/201005729533" class="me-4 link-secondary">
<i class="fa-brands fa-whatsapp"></i>
</a>
<a
href="https://instagram.com/ameraalaa3?igshid=YWJhMjlhZTc="
class="me-4 link-secondary"
>
<i class="fab fa-instagram"></i>
</a>
<a href="" class="me-4 link-secondary">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://github.com/AmiraAlaa3" class="me-4 link-secondary">
<i class="fab fa-github"></i>
</a>
</div>
<!-- Right -->
</section>
<!-- Copyright -->
<div class="text-center p-4">© 2024 Arya Difa</div>
</footer>
Expand All @@ -635,7 +599,7 @@ <h2 class="py-3">Let's Get In Touch!</h2>
$(document).ready(function () {
$(".carousel-container").slick({
autoplay: true,
slidesToShow: 2, // Adjust based on how many slides you want visible
slidesToShow: 1, // Adjust based on how many slides you want visible
slidesToScroll: 1,
speed: 350,
dots: true,
Expand Down

0 comments on commit 6b76963

Please sign in to comment.