-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
210 lines (194 loc) · 7.47 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap TEST</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous"/>
</head>
<body>
<nav class="navbar navbar-expand-sm ">
<a class="logo-text" href="#">Halim | <span>Design</span></a>
<a href=""><img src="img/22.png" class="logo" href="#"></a>
<ul class="navbar-nav">
<li class="nav-item">
<a href="index.html" class="nav-link active">Home</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link ">About</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link ">Page</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link ">Page</a>
</li>
</ul>
</nav>
<div class="ado text-white text-center">
<h1 id="dynamicH1">This is Bootstrap test</h1>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Amet aperiam maiores ab delectus molestiae
quisquam sed esse illum pariatur sequi possimus ad cumque vero, autem adipisci nam odit quia architecto.</p>
<button class="btn btn-primary">Click here</button>
</div>
<!-------------HEADER END ---------------->
<div class="container mt-5 mb-2">
<div class="row">
<div class="col-md-4">
<img src="img/7.jpg" class="img-about">
</div>
<div class="col-sm-8">
<h1>Who am I</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident, ex. In cumque, perferendis et ullam adipisci,
ipsum eveniet, numquam quisquam libero quo corrupti voluptas harum nostrum unde magnam est! Illo.</p>
</div>
</div>
</div>
<hr>
<!----------------End About ----------------->
<div class="container mt-1 mb-2">
<div class="row">
<h1 class="text-center">My Skills</h1>
<div class="col-sm-4">
<div class="card">
<i class="fab fa-github"></i>
<h1>illustrator</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident, ex. In cumque, perferendis et ullam adipisci,
ipsum eveniet, numquam quisquam libero quo corrupti voluptas harum nostrum unde magnam est! Illo.</p>
<button class="btn btn-primary">Explore</button>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<i class="fab fa-github"></i>
<h1>Photoshop</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident, ex. In cumque, perferendis et ullam adipisci,
ipsum eveniet, numquam quisquam libero quo corrupti voluptas harum nostrum unde magnam est! Illo.</p>
<button class="btn btn-primary">Explore</button>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<i class="fab fa-github"></i>
<h1>3D Projects</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Provident, ex. In cumque, perferendis et ullam adipisci,
ipsum eveniet, numquam quisquam libero quo corrupti voluptas harum nostrum unde magnam est! Illo.</p>
<button class="btn btn-primary">Explore</button>
</div>
</div>
</div>
</div>
<!----------------End Card ----------------->
<!----------------FOOTER ----------------->
<hr class="end">
<footer class="text-center text-white" style="background-color: #f1f1f1;">
<!-- Grid container -->
<div class="container">
<!-- Section: Social media -->
<section class="mb-1">
<!-- Facebook -->
<a
class="btn btn-link btn-floating btn-lg text-dark m-1"
href="#!"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-facebook-f"></i
></a>
<!-- Twitter -->
<a
class="btn btn-link btn-floating btn-lg text-dark m-1"
href="#!"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-twitter"></i
></a>
<!-- Google -->
<a
class="btn btn-link btn-floating btn-lg text-dark m-1"
href="#!"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-google"></i
></a>
<!-- Instagram -->
<a
class="btn btn-link btn-floating btn-lg text-dark m-1"
href="#!"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-instagram"></i
></a>
<!-- Linkedin -->
<a
class="btn btn-link btn-floating btn-lg text-dark m-1"
href="#!"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-linkedin"></i
></a>
<!-- Github -->
<a
class="btn btn-link btn-floating btn-lg text-dark m-1"
href="#!"
role="button"
data-mdb-ripple-color="dark"
><i class="fab fa-github"></i
></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<nav class="navbar navbar-expand-sm ">
<ul class="navbar-nav">
<li class="nav-item">
<a href="#" class="nav-link active">Home</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link ">Page</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link ">Page</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link ">Page</a>
</li>
</ul>
</nav>
<!-- Copyright -->
<div class="footer-end text-center text-dark p-1">
All Right Reserver Copyright © 2023 |
<a class="text-dark" href="#">Joseph</a>
</div>
<!-- Copyright -->
</footer>
</body>
<script>
const dynamicH1 = document.getElementById('dynamicH1');
const words = ['This Is Halim', 'Can You Imagin it!'];
let currentIndex = 0;
let currentWord = words[currentIndex];
let letterIndex = 0;
function typeText() {
dynamicH1.textContent = currentWord.slice(0, letterIndex);
letterIndex++;
if (letterIndex > currentWord.length) {
letterIndex = 0;
currentIndex = (currentIndex + 1) % words.length;
currentWord = words[currentIndex];
dynamicH1.classList.add('hidden');
setTimeout(() => {
dynamicH1.classList.remove('hidden');
typeText();
}, 5000); // Adjust the timeout for the pause between words
} else {
setTimeout(typeText, 100); // Adjust the timeout for the typing speed
}
}
// Start typing animation after a delay to ensure proper initialization
setTimeout(() => {
typeText();
}, 500);
</script>
</html>