-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
233 lines (228 loc) · 14.4 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!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">
<!-- load requisite -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/[email protected]/dist/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.slim.min.js" integrity="sha512-sNylduh9fqpYUK5OYXWcBleGzbZInWj8yCJAU57r1dpSK9tP2ghf/SRYCMj+KsslFkCOt3TvJrX2AV/Gc3wOqA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdn.jsdelivr.net/npm/@materializecss/[email protected]/dist/js/materialize.min.js"></script>
<script src="assets/js/app.js"></script>
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<title>Danish Hakim</title>
</head>
<body>
<div class="navbar-fixed" style="height: 56px;">
<nav style="background-color: rgb(25, 25, 25); box-shadow: 0 0 0 0;">
<div class="nav-wrapper">
<a data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
</div>
<ul class="sidenav" id="mobile-demo" style="background-color: #28282a;">
<li>
<div class="user-view">
<div class="background" style="background-color: #171718;">
</div>
<a href="#name"><span class="white-text name">Menu</span></a>
</div>
</li>
<li style="margin-top: 5px;"><a style="color: white;" href="#home" class="sidenav-close"><i style="color: white" class="material-icons">home</i>Home</a></li>
<li style="margin-top: 5px;"><a style="color: white" href="#about" class="sidenav-close"><i style="color: white" class="material-icons">account_circle</i>About</a></li>
<li style="margin-top: 5px;"><a style="color: white" href="#projects" class="sidenav-close"><i style="color: white" class="material-icons">table_view</i>Projects</a></li>
<li style="margin-top: 5px;"><a style="color: white" href="#contact" class="sidenav-close"><i style="color: white" class="material-icons">contact_page</i>Contact</a></li>
</ul>
<div class="WebContainer">
<div class="global-div intro-container global-div" id="home">
<h6 style="margin-bottom: 15px; color: #ffffff6c ;">Hi, my name is Danish and I am a</h6>
<h4 style="margin-top: 0;">
<a class="typewrite line-1 anim-typewriter" data-period="2000" data-type='[ "Student.", "Programmer.", "Developer."]'>
<span class="wrap"></span>
</a>
</h4>
</div>
<div class="global-div section profile-container" id="about">
<div class="row">
<div class="col s12 m12 l4 setheight">
<div class="flex-container-nofixed setheight">
<img width="300" src="assets/img/myself.png">
</div>
</div>
<div class="col s12 m12 l8 setheight">
<div class="flex-container-nofixed setheight description">
<h1>About Me</h1>
<h5>Hi, my name is Mohammad Danish Hakim bin Mohd Nasir, a student from Malaysia.</h5>
<h5>I do really like to explore new things which explains why I choose to persue into technology</h5>
<h5>I am a self-tought programmer which I started when I was 10 years old</h5>
<h5>I am currently studying for Bachelor of Computer Science in International Islamic University Malaysia (Gombak Campus)</h5>
</div>
</div>
</div>
</div>
<div class="global-div section skill-container" id="projects" style="padding: 20px">
<div class="row">
<div class="col s12 m12 l4">
<div class="flex-container-nofixed">
<h1>Projects</h1>
<h5>Here are compilation of projects I've made in the past</h5>
</div>
</div>
<div class="col s12 m12 l8">
<div class="col s12 m12 l6">
<div class="row">
<div class="col s12 m12">
<div class="card">
<div class="card-image">
<img src="assets/img/project6.png">
</div>
<div class="card-content">
<span class="card-title">Project Stutastic v3</span>
<p>Built using HTML, CSS & JS. Used libraries from firebase-api & materialize</p>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m12 l6">
<div class="row">
<div class="col s12 m12">
<div class="card">
<div class="card-image">
<img src="assets/img/project5.png">
</div>
<div class="card-content">
<span class="card-title">Project Stutastic v2</span>
<p>Built using HTML, CSS & JS. Used libraries from firebase-api & materialize</p>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m12 l6">
<div class="row">
<div class="col s12 m12">
<div class="card">
<div class="card-image">
<img src="assets/img/project1.png">
</div>
<div class="card-content">
<span class="card-title">Project Stutastic v1</span>
<p>Built using HTML, CSS & JS. Used libraries from firebase-api & material-design-lite</p>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m12 l6">
<div class="row">
<div class="col s12 m12">
<div class="card">
<div class="card-image">
<img src="assets/img/project2.png">
</div>
<div class="card-content">
<span class="card-title">Student Planner</span>
<p>Built using HTML, CSS & JS. Used libraries from firebase-api & materialize</p>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m12 l6">
<div class="row">
<div class="col s12 m12">
<div class="card">
<div class="card-image">
<img src="assets/img/project3.png">
</div>
<div class="card-content">
<span class="card-title">bpn project</span>
<p>Built using Java. Used libraries from material-design-lite & JFrame</p>
</div>
</div>
</div>
</div>
</div>
<div class="col s12 m12 l6">
<div class="row">
<div class="col s12 m12">
<div class="card">
<div class="card-image">
<img src="assets/img/project4.png">
</div>
<div class="card-content">
<span class="card-title">MathsQuiz</span>
<p>Built using HTML, CSS & JS. No libraries were used. Only pure CSS & JS</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="global-div section contact-container" id="contact">
<div class="row">
<div class="col s12 m12 l12">
<div class="flex-container-nofixed">
<h2 class="center-align">Contact Me</h2>
<h6 class="center-align">I'm available to be contacted using any of these medium</h6>
</div>
</div>
<div class="col s12 m12 l12">
<a class="flex-container" href="https://www.twitter.com/Jerit3787">
<img class="icon" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAADaklEQVRoge2ZTYhVZRjHf4+TNUFN2jjVBFERjJjkcmoTFhQuyk27osBFi2hMQQQrhKBFEEQtrGjTx6pFQdJA20wopA8qtA/SpIWCiU7NqEzMVebX4r3djmeO9557Pec2xP3BC/c+5z3v83/e87zn/TgwYMCAvqNuVF9XD6oz6l/qr+q0ukUdKdHGcDljhagb1H125pQ6pQ4VtDGuvqZuy18YVX9Qb6tJ/CPquRLis3yijqhXq5vUt5tP64R6Xd7BzuZNP6ujFYt/QD3fpfh/OKkuZP4vqpuLnHyaqXRQvbki8WPqHz2KL2JHpu2JFRlf6zO/7wK+UNdWEMNuYHUF7cwDW4ED6rPqIeCO1lW1URDtnPpYrx5Nudtt3l+KWS9Ow115Z+0cvWcP40LdXJH4PO+okXf2Y4ebZtSt6hVdBPBcDeLfUFupnx0Dn3fQcz2wBzisblevLRHDTWWDLclTETEVEYtLrphmx26YVd9VH1avKvKmvlll1xf5iJzDfcB9PfTMOeDrZvkGOA4cA54EXuihvSIaEbGko/IB3AJ8T0qX5cZMRKzJG1tjQB2JiGPAFmChn8pKMldkzA7io+r7wCpgB3CmH6q64LciY/aVOAc82izLkaNFxuwT+KpPQnrl2yJjNoDpPgnplQNFxtZbSF0JHAFu7ZeiLpgBbiiawFpPICLOA9vyFZYJHxfOvlycQkTENPBKXyR1x97SNdVQXzLtfJYDx03pXciKvCEijIjngU3Adz31V7W81Uzv8qhr1JXqsPqEaZ/8X3BGHWun9VJr+/uBD7qKuh5ejYhT7SpEkVG9EviJ7J6z/5wEJiKi7ZJmyRgAiIgG8AxQuAbvE1OdxHfEeraEZagufU374IVOHivksLqqsgCaQdypfqReqFn8WXV9Z0X/UjiI2wQyTtpyrgMeB27v5v4OzAMPRcRnFba5FNPp8N6Ke35efbBu4atNR3p/Viz+hDpZl+ghdVLdY8rPqvnSdJDQM6FuAIZJ42GsWcaBSWAjaY9cNQ3gReDliLhwWS2Z1jxPq7/X0MN5Fk1vs3WVdEMukGtME9eRGoQvqB+qd1cuvCCQUO81fc45fRmiG+p+05efG+vS23YeMB1hTwD3NMta0qndaLMMkY4VZ0n71l9Ii8BDwP6IOFuX8AEDBvxP+BvEUMGNUHf4AAAAAABJRU5ErkJggg==">
<h6 class="text">@Jerit3787</h6>
</a>
<a class="flex-container" href="https://www.github.com/Jerit3787">
<img class="icon" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAABf0lEQVRIidWUvy9DURTHz+sPNJIaxWCwUYngb5D4UQ1Rk8Hm35BIgzAa2cRkMjDYzNaGUDahGonEwqQfQ9+Nl+P03Vdbv8vLu+f7495zT65ItyOIKwJpEZkTkVURmRKR4VBTF5FrETkXkbMgCL47TgZmgXv8eASKnRgHwBbQTGDu0AT2gdiOuIBKB8YaFZ95UQmmgRJQNcxqQBkYVevz7cwztPoZRTas5YDJ8JsDJoCBsJZWmjun0wHLxi5HErR00NCVXD0V4ZaV9kFa4+jDh4jU1Jr2EgFu1C5WEpg77ZLSVi3SmyLlOwjIK+27q0Vb1JPU0ICe/z4r4EmR7HGzsaD+G38YwIk65jMw5nMGCsCL0p5aRGtMv4AdoGDwx4HdkKOxbgVk+X3cNoGLiODA4B8bxgB1oLfdcRdpPVyfwBBwCbwCQ21OYGHN19PtkLjn4aUM88NY81DonmuAW+AqhhvFEZDxBkTEM+5OPAEN81IThqQAPePR+gbQ/y/zrsEP1eHzrxJ45MAAAAAASUVORK5CYII=">
<h6 class="text">@Jerit3787</h6>
</a>
<a class="flex-container" href="mailto:[email protected]">
<span class="material-icons icon">email</span>
<h6 class="text">[email protected]</h6>
</a>
</div>
</div>
<footer class="page-footer">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">danplace.tech</h5>
<p class="grey-text text-lighten-4">
A personal project page for Danish Hakim
<br>
<br> Built using HTML & SASS. Used libraries from materialize & JQuery.
</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="https://jerit3787.github.io/projects">> All Project Repository</a></li>
<li><a class="grey-text text-lighten-3" href="https://jerit3787.github.io/ctf">> CTF Writeup Blog</a</li>
<li><a class="grey-text text-lighten-3" href="https://jerit3787.github.io/stutastic-site">> Stutastic Project</a></li>
<li><a class="grey-text text-lighten-3" href="https://jerit3787.github.io/planner">> Student Planner Project</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
Copyright © 2021-2025 Danish Studio Production
<a class="grey-text text-lighten-4 right" href="https://jerit3787.github.io/links">Other Links</a>
</div>
</div>
</footer>
</div>
<div class="global-div section ending-container"></div>
</div>
</body>
</html>