-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (103 loc) · 6.55 KB
/
index.html
File metadata and controls
117 lines (103 loc) · 6.55 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
110
111
112
113
114
115
116
117
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css">
<title>Esther's Treasure Trove</title>
</head>
<body>
<div id="head">
<img src="materials/ttr-header.png" style="height:75px; margin-right:10px" class="img-fluid rounded" alt="ttr">
<h3>welcome to esther's little page</h3>
<img src="materials/ttr-header.png" style="height:75px; margin-left:10px" class="img-fluid rounded" alt="ttr">
</div>
<div class="container mt-1 mb-5 mx-auto" style="width:80%">
<div class="row d-flex justify-content-center">
<div class="col-4 d-flex justify-content-center">
<img class="rounded-circle mx-auto" style="height:200px; width:200px;" src="materials/photo.jpg" alt="self">
</div>
<div class="col-6">
<h5>hello, i'm esther</h5>
<br>
<p>currently, i am a y3 business and information systems student. outside of work and school, i love to paint, play my bass and learning new languages!</p>
<a href="https://www.linkedin.com/in/esther-lam-xuan-yi/">
<button class="btn socials mr-3">
linkedin
</button>
</a>
<a href="https://estherlamxy.wixsite.com/portfolio">
<button class="btn socials">
art portfolio
</button>
</a>
</div>
</div>
</div>
<hr>
<div class="container mt-4 mb-5 mx-auto" id="eyes" style="width:80%">
<h4 class="row mt-3 mb-5 d-flex justify-content-center">what my eyes enjoy</h4>
<div class="row d-flex justify-content-center">
<div class="col d-flex justify-content-center">
<div class="card text-center" style="width: 18rem;">
<img class="card-img-top" src="materials/totoro-movie.jpg" alt="Card image cap">
<div class="card-body">
<button class="btn" style="width:80%" type="button" data-bs-toggle="collapse" data-bs-target="#collapse0" aria-expanded="false" aria-controls="collapse0">
<h6 class="card-title">隣のトトロ</h6>
<h6 class="card-subtitle">[my neightbour totoro]</h6>
</button>
<div class="collapse" id="collapse0">
<p class="card-text mt-2">probably my first ever animated movie... fun fact: my favourite character was not totoro itself, but rather the small white totoro :D</p>
</div>
</div></div>
</div>
<div class="col d-flex justify-content-center">
<div class="card text-center" style="width: 18rem;">
<img class="card-img-top" src="materials/5cm-movie.jpg" alt="Card image cap">
<div class="card-body">
<button class="btn" style="width:80%" type="button" data-bs-toggle="collapse" data-bs-target="#collapse1" aria-expanded="false" aria-controls="collapse1">
<h6 class="card-title">秒速5センチメートル</h6>
<h6 class="card-subtitle">[5 cm per second]</h6>
</button>
<div class="collapse" id="collapse1">
<p class="card-text mt-2">my first makoto shinkai movie. i absolutely fell in love with his storytelling and animations. i binge all his movies after this!</p>
</div>
</div></div>
</div>
<div class="col d-flex justify-content-center">
<div class="card text-center" style="width: 18rem;">
<img class="card-img-top" src="materials/gow-movie.png" alt="Card image cap">
<div class="card-body">
<button class="btn" style="width:80%" type="button" data-bs-toggle="collapse" data-bs-target="#collapse2" aria-expanded="false" aria-controls="collapse2">
<h6 class="card-title">言の葉の庭</h6>
<h6 class="card-subtitle">[garden of words]</h6>
</button>
<div class="collapse" id="collapse2">
<p class="card-text mt-2">my comfort movie, and also one of my all time favourites. it's a very unique move that discusses mature topics. i also love the soundtrack :D</p>
</div>
</div></div>
</div>
</div>
</div>
<hr>
<div class="container mt-4 mb-5 mx-auto" style="width:80%">
<h4 class="row mt-3 mb-4 d-flex justify-content-center">what my ears enjoy</h4>
<div class="row d-flex justify-content-center">
<div class="col-12 d-flex justify-content-center">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/1XKwG2mozFdC8RvRWvyHVV?utm_source=generator" width="80%" height="80" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>
<div class="col-12 d-flex justify-content-center">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/62Y5qbhXckhQrYXE9uQFg2?utm_source=generator" width="80%" height="80" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>
<div class="col-12 d-flex justify-content-center">
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/1kwEJzug9davNEX0p9nZ7n?utm_source=generator" width="80%" height="80" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
</body>
</html>