-
Notifications
You must be signed in to change notification settings - Fork 0
/
southeastasiatrip.html
53 lines (52 loc) · 2.26 KB
/
southeastasiatrip.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
<!DOCTYPE html>
<html>
<head>
<title>Camille Modeste | Interrail</title>
<meta name="description" content="This is Camille Modeste's website.">
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="main-header">
<nav class="nav main-nav">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="experiences.html">EXPERIENCES</a></li>
<!-- <li><a href="thegame.html">THE GAME</a></li> -->
<li><a href="databizviz.html">DATA BIZ VIZ</a></li>
</ul>
</nav>
<h1 class="full-name full-name-large">Camille Modeste</h1>
</header>
<section class="content-section container">
<h2 class="section-header">SOUTH EAST ASIA TRIP</h2>
</section>
<iframe class="center" src="https://www.google.com/maps/d/u/0/embed?mid=1_O2a6GN8w1bfgDu6tnqebNngr0Jvk0Cx&z=3" width="640" height="480"></iframe>
<span class="center">
<a href="https://blubrry.com/hoseasia/" target="_blank">
<button type="button" class="btn experience-item experience-btn btn-primary"> > Take-away</button>
</a>
</span>
<footer class="main-footer">
<div class="container main-footer-container">
<h3 class="full-name">Camille Modeste</h3>
<ul class="nav footer-nav">
<li>
<a href="https://www.kaggle.com/c/contradictory-my-dear-watson/" target="_blank">
<img src="Images/kaggle_logo_white.png" width="30">
</a>
</li>
<li>
<a href="https://github.com/GHCamille/mywebsite" target="_blank">
<img src="Images/github_logo.png" width="30">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/cmodeste/" target="_blank">
<img src="Images/linkedin_logo_white.png" width="30">
</a>
</li>
</ul>
</div>
</footer>
</body>
</html>