-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (98 loc) · 5.07 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
<!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>Alif Alamsyah: My Profile Pages</title>
<link rel="stylesheet" href="/assets/style.css"/>
</head>
<body>
<!-- Profile -->
<div class="profile-container">
<div class="flex-4 p-16">
<h1>Alif Alamsyah Front End Class A</h1>
<p>Im undergradute student who passionate to create apps in Front End Development.</p>
</div>
<div class="flex-2 p-16">
<div class="hero-person"></div>
</div>
</div>
<!-- Contact and Education -->
<div class="desc-container">
<div class="detail-container">
<h3 style="color: #136223;">CONTACT</h3>
<div class="contact-container">
<img src="/assets/phone-icon.png" width="19px" height="20px"/>
<span style="margin-left: 10px;">081357919691</span>
</div>
<div class="contact-container">
<img src="/assets/mail-icon.png" width="19px" height="15px"/>
<span style="margin-left: 10px;">[email protected]</span>
</div>
<div class="contact-container">
<img src="/assets/address-icon.png" width="19px" height="27px"/>
<span style="margin-left: 10px;">Jl. Danau Rawa Pening 1 H5 A 28</span>
</div>
<div class="contact-container">
<img src="/assets/location-icon.png" width="19px" height="29px"/>
<span style="margin-left: 10px;">Malang, Jawa Timur, Indonesia</span>
</div>
</div>
<div class="detail-container">
<h3 style="color: #136223;">EDUCATION</h3>
<div style="margin-top: 24px;">
<h4 style="font-weight: bold;">Senior High School 5 Malang</h4>
<div style="display: flex; flex-direction: row;">
<h5 style="font-style: italic; margin-right: 40px;">Science Majority</h5>
<h5>July 2014 - 2017</h5>
</div>
</div>
<div style="margin-top: 24px;">
<h4 style="font-weight: bold;">Brawijaya University</h4>
<div style="display: flex; flex-direction: row;">
<h5 style="font-style: italic; margin-right: 40px;">Informatics Engineering</h5>
<h5>August 2017 - 2021(expected)</h5>
</div>
<li>Cumulative Grade Point Average 3.3</li>
</div>
</div>
</div>
<!-- Project and Experience -->
<div class="exp-container">
<h3 style="color: #136223;">Project/Experience</h3>
<div class="proj-container">
<img src="assets/proj-1.png" width="250px" height="180px" style="margin: 0px 25px 25px 0px; border: 2px solid #E0E0E0; border-radius: 10px;"/>
<div>
<h3>SISFOKESREM-083</h3>
<div style="display: flex; flex-direction: row; margin-top: 15px;">
<span class="year">2021</span>
<span class="title">Mobile Apps</span>
</div>
<p class="desc">SISFOKESREM083 is an application to record history of illness and medical records. This application is a special application used by KOREM-083 soldiers because you need an NRP to access it. You can see this app <a href="https://play.google.com/store/apps/details?id=com.project.korem083">here</a></p>
</div>
</div>
<div class="proj-container">
<img src="assets/proj-2.png" width="250px" height="180px" style="margin: 0px 25px 25px 0px; border: 2px solid #E0E0E0; border-radius: 10px;"/>
<div>
<h3>Indonesia Cat Association Apps</h3>
<div style="display: flex; flex-direction: row; margin-top: 15px;">
<span class="year">2021</span>
<span class="title">Mobile Apps</span>
</div>
<p class="desc">ICA Apps is an mobile application to organize your cat. You can add a list of cats and use several features such as health, grooming history, and weight data. You can download this app <a href="https://play.google.com/store/apps/details?id=com.catty.app">here</a></p>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<div class="social-container">
<img src="/assets/facebook-icon.png" width="30" height="30" style="margin-right: 25px;"/>
<a href="https://www.instagram.com/alamsyaah_/"><img src="/assets/instagram-icon.png" width="30" height="30" style="margin-right: 25px;"/></a>
<a href="https://twitter.com/alamsyaah_"><img src="/assets/twitter-icon.png" width="30" height="30" style="margin-right: 25px;"/></a>
<a href="https://www.linkedin.com/in/alamsyaah/"><img src="/assets/linkedin-icon.png" width="30" height="30"/></a>
</div>
<span>Copyright ©2020 All rights reserved </span>
</div>
</body>
</html>