-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
202 lines (199 loc) · 11.8 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portofolio</title>
<!-- Font Awesome icons (free version)-->
<script
src="https://use.fontawesome.com/releases/v6.1.0/js/all.js"
crossorigin="anonymous">
</script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Poppins:wght@300;400;500&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Metrophobic&display=swap" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- navigation -->
<header>
<nav class="navbar">
<a class="toggler-navbar">
<div class="hamburger-menu">
<span></span>
<span></span>
<span></span>
</div>
</a>
<div class="navTitle">
<a href="#mastHead" class="logo" style="color:#000000;">M. D H I Y A U L H A Q </a>
</div>
<div class="sidebar">
<ul>
<li><a href="#service">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#abouts">About</a></li>
<li><a href="mailto:uhqdev@gmail.com">Contact</a></li>
</ul>
</div>
</nav>
</header>
<!-- content -->
<main>
<article>
<section class="mastHead" id="mastHead">
<div class="box text">
<h1 class="textTitle">Hi, <span style="color: #79D1C3;">I`m M. Dhiya Ulhaq</span> Im Frontend Web Developer</h1>
<p class="textDesc">I am a Frontend Web Developer using JavaScript, CSS, and Framework Technology Reactjs, Bootstrap, and Tailwindcss </p>
<div class="boxIcon">
<div class="item-icon cvIcon">
<a href="https://drive.google.com/file/d/1K8R_rmTZpql-rHJl3pwbbflcKO-Cjyy2/view?usp=sharing" class="cv" target="_blank"><span class="fas fa-download fa-inverse"></span> <span style="color:#ffffff;">Download CV</span></a>
</div>
<div class="item-icon sosmed">
<div class="mediasosial-icon">
<a href="https://www.linkedin.com/in/uhqdev/" target="_blank" >
<i class="fa-brands fa-linkedin-in icon-style"></i>
</a>
<a href="https://dribbble.com/uhqdev" target="_blank">
<i class="fa-brands fa-dribbble icon-style"></i>
</a>
<a href="https://api.whatsapp.com/send?phone=6282398314960" target="_blank">
<i class="fa-brands fa-whatsapp icon-style"></i>
</a>
<a href="https://www.instagram.com/uhq.dev/" target="_blank">
<i class="fa-brands fa-instagram icon-style"></i>
</a>
</div>
</div>
</div>
</div>
<div class="box image">
<img src="assets/img/ulhaq.png" alt="banner-img" width="300"/>
</div>
</section>
<section class="services reveal" id="service">
<div class="headTitle">
<h1><span style="color: #000;"">Main </span><span style="color: #79D1C3; font-weight:bold;">Service</span></h1>
</div>
<div class="box-services">
<div class="box desc">
<br>
<p>Everything I offer is detailed as follows:</p>
<ul>
<li>
A website should be designed for the people who will use it, so that's exactly what I do. Creating a strong foundation for a website means getting the HTML and CSS architecture right. If you've got a design I can create the front-end code for it.
</li>
<li>
Having a fast website is key to keeping people comfortable using our apps. I use several techniques into every website I code
</li>
<li>
A website should be designed for the people who will use it, so that's exactly what I do. Creating a strong foundation for a website means getting the HTML and CSS architecture right. If you've got a design I can create the front-end code for it.
</li>
<li>
Having a fast website is key to keeping people comfortable using our apps. I use several techniques into every website I code
</li>
<li>
A website should be designed for the people who will use it, so that's exactly what I do. Creating a strong foundation for a website means getting the HTML and CSS architecture right. If you've got a design I can create the front-end code for it.
</li>
<li>
Having a fast website is key to keeping people comfortable using our apps. I use several techniques into every website I code
</li>
<li>
A website should be designed for the people who will use it, so that's exactly what I do. Creating a strong foundation for a website means getting the HTML and CSS architecture right. If you've got a design I can create the front-end code for it.
</li>
<li>
Having a fast website is key to keeping people comfortable using our apps. I use several techniques into every website I code
</li>
<li>
A website should be designed for the people who will use it, so that's exactly what I do. Creating a strong foundation for a website means getting the HTML and CSS architecture right. If you've got a design I can create the front-end code for it.
</li>
<li>
Having a fast website is key to keeping people comfortable using our apps. I use several techniques into every website I code
</li>
</ul>
</div>
<div class="box card">
<div class="card-item">
<div class="square1">
<span style="margin-left:0.95rem;margin-top:1rem;" class="fa-solid fa-code"></span>
</div>
<h5>Frontend Web</h5>
<p>I like converting design to code and managing data from backend to be processed in end user view</p>
</div>
<div class="card-item">
<div class="square2">
<span style="margin-left:1rem;margin-top:1rem;" class="fa-solid fa-pen-nib"></span>
</div>
<h5>UI/UX</h5>
<p>I can also create an attractive display design using figma</p>
</div>
</div>
</div>
</section>
<section class="my-portfolio reveal" id="portfolio">
<div class="headTitle">
<h1><span style="color: #000;"">My </span><span style="color: #79D1C3; font-weight:bold;">Portfolio</span></h1>
</div>
<div class="box-portfolio">
<div class="box card">
<div class="box-item">
<div class="card-item">
<img src="assets/img/macapa.png" alt="macapa-mandar">
<h5>Macapa Mandar</h5>
<a href="#">View Project <i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="card-item">
<img src="assets/img/mountain.png" alt="mountain">
<h5>Staycation</h5>
<a href="#">View Project <i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="card-item">
<img src="assets/img/macapa.png" alt="macapa-mandar">
<h5>Macapa Mandar</h5>
<a href="#">View Project <i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="card-item">
<img src="assets/img/mountain.png" alt="mountain">
<h5>Staycation</h5>
<a href="#">View Project <i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</section>
<section class="about reveal" id="abouts">
<div class="headTitle">
<h1><span style="color: #000;"">My </span><span style="color: #79D1C3; font-weight:bold;">About</span></h1>
</div>
<aside>
<div class="about-card">
<div class="about-image">
<img src="assets/img/ul.png" alt="banner-img"/>
</div>
<div class="about-desc">
<ul>
<li>Nama : Muhammad Dhiya Ulhaq </li>
<li>Alamat : Jl Niaga No 1</li>
<li>Usia : 23 tahun</li>
<li>Pendidikan : Strata 1</li>
</ul>
<a href="https://drive.google.com/file/d/1K8R_rmTZpql-rHJl3pwbbflcKO-Cjyy2/view?usp=sharing" class="cv" target="_blank"><span class="fas fa-download fa-inverse"></span> Download CV</a>
</div>
</div>
</aside>
</section>
</article>
</main>
<br><br><br>
<!-- footnote -->
<footer>
<div class="footer">
<p>Created by : Muhammad Dhiya Ulhaq</p>
</div>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>