-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
211 lines (194 loc) · 10.5 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>
<link rel="shortcut icon" type="x-icon" href="img/portfolio-icon.png">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- BOOTSTRAP ICONS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
<!-- MY CSS -->
<link rel="stylesheet" href="style.css" />
<title>Portfolio | Leonando Laurensia Susanto</title>
</head>
<body id="home">
<!-- NAVBAR -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary shadow-lg">
<div class="container">
<a class="navbar-brand" href="#">Leon's Portfolio</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Me</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- AKHIR NAVBAR -->
<!-- JUMBOTRON -->
<section class="jumbotron text-center">
<img src="img/profile picture.jpg" class="rounded-circle img-thumbnail" alt="Leon Susanto" width="200">
<h1 class="display-4">Leon Susanto</h1>
<p class="lead ms-auto">Third Year of Informatics Student, Interest and take concentrate in Mobile & Web
Developer and Software Engineer.</p>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#fff" fill-opacity="1"
d="M0,128L30,138.7C60,149,120,171,180,192C240,213,300,235,360,218.7C420,203,480,149,540,122.7C600,96,660,96,720,117.3C780,139,840,181,900,186.7C960,192,1020,160,1080,133.3C1140,107,1200,85,1260,85.3C1320,85,1380,107,1410,117.3L1440,128L1440,320L1410,320C1380,320,1320,320,1260,320C1200,320,1140,320,1080,320C1020,320,960,320,900,320C840,320,780,320,720,320C660,320,600,320,540,320C480,320,420,320,360,320C300,320,240,320,180,320C120,320,60,320,30,320L0,320Z">
</path>
</svg>
</section>
<!-- AKHIR JUMBOTRON -->
<!-- ABOUT -->
<section id="about">
<div class="container">
<div class="row text-center mb-3">
<div class="col">
<h2>About Me</h2>
</div>
</div>
<div class="row justify-content-center fs-5 text-center">
<div class="col-md-4">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus ab nisi, a corrupti animi optio
itaque corporis recusandae sed quas?</p>
</div>
<div class="col-md-4">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim accusantium mollitia eum, incidunt
consequatur quasi odit hic. Quidem, voluptatem totam vero fugit quibusdam accusantium obcaecati.
</p>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#e2edff" fill-opacity="1"
d="M0,128L30,138.7C60,149,120,171,180,192C240,213,300,235,360,218.7C420,203,480,149,540,122.7C600,96,660,96,720,117.3C780,139,840,181,900,186.7C960,192,1020,160,1080,133.3C1140,107,1200,85,1260,85.3C1320,85,1380,107,1410,117.3L1440,128L1440,320L1410,320C1380,320,1320,320,1260,320C1200,320,1140,320,1080,320C1020,320,960,320,900,320C840,320,780,320,720,320C660,320,600,320,540,320C480,320,420,320,360,320C300,320,240,320,180,320C120,320,60,320,30,320L0,320Z">
</path>
</svg>
</section>
<!-- AKHIR ABOUT -->
<!-- PROJECTS -->
<section id="projects">
<div class="container">
<div class="row text-center mb-3">
<div class="col">
<h2>My Projects</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-4 mb-3">
<div class="card">
<img src="projects/project user list.png" class="card-img-top" alt="project user list">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card">
<img src="projects/project guess box.png" class="card-img-top" alt="project guess box">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card">
<img src="projects/project wordle.png" class="card-img-top" alt="project wordle">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card">
<img src="projects/comming soon.jpg" class="card-img-top" alt="project comming soon">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's content.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="card">
<img src="projects/comming soon.jpg" class="card-img-top" alt="project comming soon">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's content.</p>
</div>
</div>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#fff" fill-opacity="1"
d="M0,128L30,128C60,128,120,128,180,138.7C240,149,300,171,360,170.7C420,171,480,149,540,122.7C600,96,660,64,720,69.3C780,75,840,117,900,144C960,171,1020,181,1080,202.7C1140,224,1200,256,1260,245.3C1320,235,1380,181,1410,154.7L1440,128L1440,320L1410,320C1380,320,1320,320,1260,320C1200,320,1140,320,1080,320C1020,320,960,320,900,320C840,320,780,320,720,320C660,320,600,320,540,320C480,320,420,320,360,320C300,320,240,320,180,320C120,320,60,320,30,320L0,320Z">
</path>
</svg>
</section>
<!-- AKHIR PROJECTS -->
<!-- CONTACT -->
<section id="contact">
<div class="container">
<div class="row text-center mb-3">
<div class="col">
<h2>Contact Me</h2>
</div>
</div>
<div class="row justify-content-center mb-3">
<div class="col-md-6">
<form>
<div class="mb-3">
<label for="name" class="form-label">Name</label>
<input type="text" class="form-control" id="name" aria-describedby="name">
</div>
<div class="mb-3">
<label for="email" class="form-label">Email</label>
<input type="email" class="form-control" id="email" aria-describedby="email">
</div>
<div class="mb-3">
<label for="pesan" class="form-label">Text</label>
<textarea class="form-control" id="pesan" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-primary">Send</button>
</form>
</div>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="#0D6EFD" fill-opacity="1"
d="M0,64L30,69.3C60,75,120,85,180,85.3C240,85,300,75,360,74.7C420,75,480,85,540,112C600,139,660,181,720,181.3C780,181,840,139,900,128C960,117,1020,139,1080,154.7C1140,171,1200,181,1260,165.3C1320,149,1380,107,1410,85.3L1440,64L1440,320L1410,320C1380,320,1320,320,1260,320C1200,320,1140,320,1080,320C1020,320,960,320,900,320C840,320,780,320,720,320C660,320,600,320,540,320C480,320,420,320,360,320C300,320,240,320,180,320C120,320,60,320,30,320L0,320Z">
</path>
</svg>
</section>
<!-- AKHIR CONTACT -->
<!-- FOOTER -->
<footer class="bg-primary text-white text-center pb-3">
<p>Created with <i class="bi bi-heart-fill text-danger"></i> by <a
href="https://www.linkedin.com/in/leonando-susanto/" class="text-white fw-bold">Leonando
Susanto</a></p>
</footer>
<!-- AKHIR FOOTER -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>