-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (98 loc) · 3.69 KB
/
index.html
File metadata and controls
109 lines (98 loc) · 3.69 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="assets/css/style.css" rel="stylesheet" type="text/css"/>
<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css"/>
<link href="assets/css/font-awesome.css" rel="stylesheet" type="text/css"/>
<title>
My Profile
</title>
</head>
<body>
<section class="bgray">
<div class="row ">
<div class="col-md-8 col-xs-4">
</div>
<div class="col-md-4 col-xs-4">
<ul class="list">
<center>
<li class="marginr margint listfont" style="background-color: black; height: 30px;">Social Profiles</li>
<li class=" margint"><a href="https://www.facebook.com/rifki.bokir.3" target="_blank"> <img src="assets/images/iconfinder_46-facebook_104458.png" style="width: 35px;"></li></a>
<li class="margint"> <a href="https://www.instagram.com/rier24_/" target="_blank"><img src="assets/images/iconfinder_38-instagram_1161954.png" style="width: 35px;"></li></a>
<li class="margint"> <a href="https://www.youtube.com/channel/UCTw8NT6Ee597apoyNfiDHhw?view_as=subscriber" target="_blank"><img src="assets/images/iconfinder_58-youtube_104445.png" style="width: 35px;"></li></a>
</center>
</ul>
</div>
</div>
<div class="row bgyellow ">
<div class="col-md-4 col-xs-1 marginl margint1 " >
<center>
<img src="assets/images/test.png" class="width marginb">
</center>
</div>
<div class="col-md-4 col-xs-1 margint1">
<h1 class="header margint verdana"><b>MUHAMMAD RIFKI ERLANGGA</b></h1>
<p class="impact"><b>GRAPHIC & WEB DESIGNER</b></p>
<p class="body">16 Years old boy from a little city called "Cimahi" ,Who like to make cool art and like visual storytelling,big interest to video game and love basketball.</p>
</div>
<div class="col-md-3 col-xs-1 margint1 " style="margin-left: 50px;" >
<p class="bodyl margint2"><b>Name:</b> Muhammad Rifki Erlangga</p>
<p class="bodyl margintop"><b>Birthday:</b> September 24th, 2002</p>
<p class="bodyl margintop"><b>Address:</b> Cihanjuang 46 Indonesian</p>
<p class="bodyl margintop"><b>Email: </b> rifkierlangga17@gmail.com</p>
<p class="bodyl margintop"><b>Phone: </b> +62 858 7214 6070</p>
<p class="bodyl margintop"><b>Website: </b> -</p>
</div>
</div>
<div class="row">
<div class="col-md-4 hover">
<a href="#section1">
<img src="assets/images/kisspng-computer-icons-skill-skill-icon-5b3759202e1434.6813381215303539521888.png" class="widthlow marginl3">
<p class="listfont2 ">RESUME</p>
</div>
</a>
<div class="col-md-4 hover">
<a href="#section2">
<img src="assets/images/pk6Zjd7YXLG7p01u23kbFj57Z.png" class="widthlow " style="margin-left: 180px;">
<p style="font-family: helvetica;color: black;font-size: 20px; padding-left: 175px;">PORTOFOLIO</p>
</div>
</a>
<div class="col-md-4 hover">
<a href="#section3">
<img src="assets/images/contact-cyren-security-as-a-service-100-cloud-14962.png" class="widthlow" style="margin-left: 180px;">
<p style="font-family: helvetica;color: black;font-size: 20px; padding-left: 195px;">CONTACT</p>
</div>
</a>
</div>
</section>
<section>
<div class="row main" id="section1">
<div class="col-md-8">
<h2 style="padding-left: 80px; padding-top: 70px; padding-bottom: 10px;">Education</h2>
<style>
hr {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 2px;
border-color: #a87f09;
}
</style>
<hr>
<p style="padding-top: 20px; ">asdasdasda </p>
</div>
</div>
</section>
<section>
<div class="row main " id="section2">
P
</div>
</section>
<section>
<div class="row main" id="section3"></div>
</section>
</body>
</html>