-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (54 loc) · 2.59 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Riko Riswandha F P - a Civil Engineer</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Dosis|Montserrat|Parisienne" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud "src="images/cloud.png" alt="cloud-img">
<h1>I'm Riko.</h1>
<h2>a civil engineer</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-img" src="images/profpict.png" alt="profile-picture">
<h2>Hello.</h2>
<p>I'm a Civil Engineer and Web Developer based in Balikpapan, Indonesia. I currently worked at Metacorp</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computer-img" src="images/computer.png" alt="computer">
<h3>Computer Softwares</h3>
<p>I have wide variety of computer software skills from Microsoft Office, SAP2000, AutoCAD, to HTML, CSS, and Javascript. I also have intermediate skill of Ruby on Rails.</p>
</div>
<div class="skill-row">
<img class="home-img" src="images/home.png" alt="chillies">
<h3>Structure & Project Engineer</h3>
<p>I have experiences as a Structure Engineer and can do calculations of many structural building. I also posessed ability to plan and control project using waterfall method.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>In case you want to know me further</h3>
<p>Interested in knowing further about me? You can meet me, talking about construction things, code and discuss about world peace with me 😉.</p>
<a class="btn" href="mailto:rikorisw@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/rikoriswandha" target="_blank">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/rikoriswandha" target="_blank">Twitter</a>
<a class="footer-link" href="https://www.rikoriswandha.com/" target="_blank">Website</a>
<p class="copyright">© 2019 Riko Riswandha F P.</p>
</div>
</body>
</html>