-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
211 lines (202 loc) · 7.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Style.css">
<title>Document</title>
</head>
<body>
<!-- navbar ilham -->
<nav>
<a href="#" class="title">Portofolio</a>
<div class="menu">
<img src="./img/nav/menuIcon.png" alt="menu-button" class="menuBtn" onclick="" />
<ul class="menuItems">
<li><a href="#about">about</a></li>
<li><a href="#experience">experience</a></li>
<li><a href="#project">project</a></li>
<li><a href="#contact">contact</a></li>
</ul>
</div>
</nav>
<!-- navbar end -->
<!-- Hero -->
<section class="container" id="#">
<div class="content">
<h1 class="title">Hi, I'm Ilham</h1>
<p class="description">I am a first semester student currently studying at a university in Indonesia. I
entered the Informatics Engineering study program. Contact Me if you want to find out more!</p>
<a href="#" class="contactBtn">Contact me</a>
</div>
<img src="./img/hero/heroImage.png" alt="Hero Image of me" class="heroImg" />
<div class="topBlur" />
<div class="bottomBlur" />
</section>
<!-- Hero end -->
<!-- About -->
<section class="about" id="about">
<h2 class="title">About</h2>
<div class="content">
<img src="./img/about/aboutImage.png" alt="Me back boox" class="aboutImg" />
<ul class="aboutItems">
<li class="aboutItem">
<img src="./img/about/coffeeIcon.png" alt="coffe" />
<div class="aboutItemText">
<h3>Hobby</h3>
<p>My hobby is njagong. Njangong is gathering, joking and telling stories with friends</p>
</div>
</li>
<li class="aboutItem">
<img src="./img/about/cursor.png" alt="cursor" />
<div class="aboutItemText">
<h3>Office Applications</h3>
<p>I have Office Application skills such as Microsoft Excel, Microsoft Power Point, and Microsoft Word.</p>
</div>
</li>
<li class="aboutItem">
<img src="./img/about/serverIcon.png" alt="serverIcon" />
<div class="aboutItemText">
<h3>Frontend Developer</h3>
<p>I also have skills in the IT field in building websites.</p>
</div>
</li>
</ul>
</div>
</section>
<!-- About end -->
<!-- Experience -->
<section class="experience" id="experience">
<h2 class="title">Experience</h2>
<div class="content">
<div class="skills">
<div class="skill">
<div class="skillImageContainer">
<img src="img/skill/html.png" alt="HTML">
</div>
<p>HTML</p>
</div>
<div class="skill">
<div class="skillImageContainer">
<img src="img/skill/css.png" alt="CSS">
</div>
<p>CSS</p>
</div>
<div class="skill">
<div class="skillImageContainer">
<img src="img/skill/node.png" alt="Node Js">
</div>
<p>Node Js</p>
</div>
<div class="skill">
<div class="skillImageContainer">
<img src="img/skill/excel.png" alt="Excel">
</div>
<p>Excel</p>
</div>
<div class="skill">
<div class="skillImageContainer">
<img src="img/skill/ppt.png" alt="PPT">
</div>
<p>PPT</p>
</div>
<div class="skill">
<div class="skillImageContainer">
<img src="img/skill/word.png" alt="Word">
</div>
<p>Word</p>
</div>
</div>
<ul class="history">
<li class="historyItem">
<img src="./img/history/google.png" alt="Google">
<div class="historyItemDetails">
<h3>Software Engineer</h3>
<p>2021-present</p>
<ul>
<li>Lorem ipsum dolor sit amet.</li>
<li>Lorem ipsum dolor sit amet.</li>
</ul>
</div>
</li>
<li class="historyItem">
<img src="./img/history/microsoft.png" alt="Microsoft">
<div class="historyItemDetails">
<h3>Software Engineer</h3>
<p>2021-present</p>
<ul>
<li>Lorem ipsum dolor sit amet.</li>
<li>Lorem ipsum dolor sit amet.</li>
</ul>
</div>
</li>
<li class="historyItem">
<img src="./img/history/netflix.png" alt="Netflix">
<div class="historyItemDetails">
<h3>Software Engineer</h3>
<p>2021-present</p>
<ul>
<li>Lorem ipsum dolor sit amet.</li>
<li>Lorem ipsum dolor sit amet.</li>
</ul>
</div>
</li>
</ul>
</div>
</section>
<!-- Experience end -->
<!-- Project -->
<section class="project" id="project">
<h2 class="title">Project</h2>
<div class="projects">
<div class="content">
<img src="./img/project/project.png" alt="Project1">
<h3>Project 1</h3>
<p>This is a project made to learn the latest languages by building an app.</p>
<div class="links">
<a href="#">Source</a>
</div>
</div>
<div class="content">
<img src="./img/project/project.png" alt="Project2">
<h3>Project 2</h3>
<p>This is a project made to learn the latest languages by building an app.</p>
<div class="links">
<a href="#">Source</a>
</div>
</div>
<div class="content">
<img src="./img/project/project.png" alt="Project3">
<h3>Project 3</h3>
<p>This is a project made to learn the latest languages by building an app.</p>
<div class="links">
<a href="#">Source</a>
</div>
</div>
</div>
</section>
<!-- Project end -->
<!-- Contact -->
<footer id="#contact">
<div class="text">
<h2>Contact</h2>
<p>Feel free to reach out!</p>
</div>
<ul class="links">
<li class="link">
<img src="./img/contact/emailIcon.png" alt="Email">
<a href="">[email protected]</a>
</li>
<li class="link">
<img src="./img/contact/fb.png" alt="FB">
<a href="">Mokh Ilham</a>
</li>
<li class="link">
<img src="./img/contact/igIcon.png" alt="IG">
<a href="">@hamm._ez</a>
</li>
</ul>
</footer>
<!-- Contact end -->
</body>
</html>