forked from goodylabs/internship-exercise1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivanaclairine.html
More file actions
48 lines (43 loc) · 1.54 KB
/
ivanaclairine.html
File metadata and controls
48 lines (43 loc) · 1.54 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
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<html>
<head>
<title> Ivana Clairine </title>
<meta charset="utf-8">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
</nav>
<div class="jumbotron">
<div class="container">
<center><h1> Hello :) </h1></center>
</div>
<p> First Name : Ivana </p>
<p> Last Name : Clairine Irsan </p>
<p> Hobbies : Swimming, Reading, Exploring </p>
<p> My Twitter : <a href="http://twitter.com/ivanaclairine"> @ivanaclairine </a></p> </br>
<p> Social : <a href="http://twitter.com/goodylabs"> @goodylabs </a>
</div>
<div class ="container">
<div class="row">
<div class="col-md-4">
<h2>BestAppsID Competition / November 2014</h2>
<p>Top 75 Winner Application in Hackathon Competition held by Telkom Indonesia</p>
<p>I and my team made a web-based application which helps people search for a recipe. This application will filter the recipe recommendation based on your recent illness or allergic.</p>
</div>
<div class="col-md-4">
<h2>HTML, PHP, JSF, CSS, etc.</h2>
<p>I have used several web programming language for school project. Not only web programming, I've used Java, C++, C, Prolog, and some other programming language. </p>
</div>
<div class="col-md-4">
<h2>English</h2>
<p> My English TOEFL IBT score is 89 </p>
</div>
</div>
<footer>
</br>
<p> ©ivanaclairine 2014</p>
</footer>
</div>
</body>
</html>