-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (68 loc) · 2.82 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
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>apoishh</title>
<link rel="stylesheet" href="./style.css">
<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=Comfortaa:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<div id="cover">
<h1>apoishh</h1>
<div class="cover-content">
<h2>Hello, I'm <span>Arman</span> Alfidz Azhar</h2>
<h3>a Electrical and Electronics Engineer, self-taught Full Stack Developer</h3>
</div>
</div>
<div id="content-block">
<div id="blocks">
<div class="b-block about-me">
<label for="">About me</label>
</div>
<div class="b-block status">
<label for="">status</label>
</div>
<a class="block-ratio github b-block" href="https://github.com/apoishh" target="_blank"></a>
<a class="b-block block-ratio linkedIn" href="https://my.linkedin.com/in/arman-alfidz-azhar-b319a622b" target="_blank"></a>
<div class="b-block project1">
<!-- <p>As a final year student of Electrical and Electronics Engineering at UNITEN, set to conclude in September of 2023, I am currently enjoying a semester break. With only one short semester remaining, during which I don't mind working while studying, I am keen to pursue any part-time or project-based opportunities that will help propel my career forward.</p> -->
</div>
<div class="b-block block-ratio">
</div>
<div class="b-block block-ratio">
</div>
<div class="b-block block-ratio">
</div>
<div class="b-block block-ratio">
</div>
<div class="b-block block-ratio">
</div>
<div class="b-block block-ratio">
</div>
<div class="b-block block-ratio">
</div>
<div class="b-block block-ratio">
</div>
<div class="b-block block-ratio">
</div>
<div class="b-block block-ratio">
</div>
<div class="b-block block-ratio">
</div>
<div class="b-block block-ratio">
</div>
</div>
</div>
<div>
<footer>
made by apoishh
</footer>
</div>
<script src="./index.js"></script>
</body>
</html>