Skip to content

Commit 7ff7dd0

Browse files
features: visit gallery button
1 parent 331d96f commit 7ff7dd0

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

assets/css/tabs.css

+27
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,30 @@
6161
font-size: 0.6rem;
6262
font-family: monospace;
6363
}
64+
65+
.tabs .tab-body .gallery {
66+
display: flex;
67+
justify-content: center;
68+
position: relative;
69+
width: 85vw;
70+
height: 100vh;
71+
background-image: url("../images/best-captures.webp");
72+
background-size: 85vw;
73+
background-repeat: no-repeat;
74+
}
75+
76+
.tabs .tab-body .gallery a {
77+
margin-top: 1rem;
78+
position: absolute;
79+
color: var(--text-color);
80+
font-size: 0.8rem;
81+
padding: 0.3rem 0.8rem;
82+
border-radius: 0.8rem;
83+
background-color: var(--bg-color);
84+
text-decoration: none;
85+
font-family: "Teko";
86+
-webkit-border-radius: 0.8rem;
87+
-moz-border-radius: 0.8rem;
88+
-ms-border-radius: 0.8rem;
89+
-o-border-radius: 0.8rem;
90+
}

assets/images/best-captures.webp

30.3 KB
Binary file not shown.

index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Rachmad Suharja | Portfolio</title>
7+
<title>Rachmad Suharja | Portfolio Under Development</title>
88
<meta name="description" content="Explore my portfolio to discover my creative work and skills as an Application Developer. I create visually appealing apps with a seamless user experience." />
99
<meta name="keywords" content="portfolio, cv, resume, portfolio website" />
1010
<meta name="robots" content="index, follow" />
@@ -103,7 +103,7 @@ <h1>About Me</h1>
103103
<div>Rubiks</div>
104104
<div>Gallery</div>
105105
</div>
106-
<div class="tab-body m-auto">
106+
<div class="tab-body">
107107
<div class="active">
108108
<img src="assets/images/scarletcorvus.webp" alt="">
109109
<div class="text-group">
@@ -119,7 +119,9 @@ <h3>Mirror Rubik's Cube</h3>
119119
</div>
120120
</div>
121121
<div>
122-
<img src="assets/images/best-captures.webp" class="w-100" alt="">
122+
<div class="gallery">
123+
<a href="https://drive.google.com/drive/folders/1-ErWOirY1VjwDeGj2-MvmU14tyEb470b?usp=sharing" target="_blank">Visit Gallery</a>
124+
</div>
123125
</div>
124126
</div>
125127
</div>

0 commit comments

Comments
 (0)