-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
167 lines (148 loc) · 8.83 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
<!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">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<title>Ania Nakayama- my website</title>
</head>
<body data-spy="scroll" data-target="#mainNavbar">
<div id="mainNavbar" class="navbar navbar-expand-md fixed-top navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<nav class="collapse navbar-collapse" id="navbarNav">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#about">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#random">Some random facts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#photos">Photos</a>
</li>
</ul>
</nav>
</div>
<header>
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Hi, I'm Ania! Nice to meet you <i class="fas fa-cat"></i></h1>
</div>
</div>
</header>
<main class="container">
<section id="about" class="container-fluid mt-2 pb-3">
<div class="row align-items-center">
<div class="col-sm-12 col-md-4 col-lg-4">
<img class="img-fluid" src="img/me.jpg" alt="photo of my standing in a rice field in Vietnam">
</div>
<div class="col-sm-12 col-md-8 col-lg-8">
<h2 class="pb-4">About me</h2>
<p>I was born in Gdansk, a city in Poland just nearby the Baltic sea, but I’ve been living almost one-third of my life in Japan now. <br>
In Poland I was studying Japanese language and culture and on my third year I came to Tokyo for 1 year exchange program. After that I stayed here and did my master thesis about westernization of japanese food in the 70s (unfortunately it's much more boring than it sounds). <br>
Last 5 years I was working as Account Manager but since I started learning how to code I’m aiming to change my career to full-stack developer.
</p>
</div>
</div>
</section>
<hr />
<section id="random" class="container-fluid mt-5 pb-3">
<div class="row align-items-center">
<div class="col-sm-12 col-md-8 col-lg-8">
<h2 class="pb-4">Some random facts</h2>
<ul class="pl-0">
<li><i class="far fa-star"></i>My parents bought their first PC when I was very little, so I played my first games on DOS.</li>
<br>
<li><i class="far fa-star"></i>I love cooking and have a LOT of cookbooks at home.</li>
<br>
<li><i class="far fa-star"></i>I really like strange shoes - among others I own a pair of glitter Darth Vader shoes.</li>
<br>
<li><i class="far fa-star"></i>My dream is to visit all asian countries. I went to 10 countries already.</li>
<br>
<li><i class="far fa-star"></i>I don’t like wearing socks and if possible I walk barefoot.</li>
<br>
<li><i class="far fa-star"></i>I’m a hard-core Tomb Raider series geek since I was 11.</li>
<br>
<li><i class="far fa-star"></i>I ate rat meat once in Vietnam and it was quite delicious.</li>
<br>
<li><i class="far fa-star"></i>I love reading! The thicker the book the better. Recently I was obsessed with Karl Ove Knausgårds “My struggle” book series. </li>
</ul>
</div>
<div class="col-sm-12 col-md-4 col-lg-4">
<img class="img-fluid" src="img/me-small.jpg" alt="photo of me sitting in front of PC">
</div>
</div>
</section>
<hr />
<section id="photos" class="container-fluid mt-5">
<h2 class="pb-4">Photos from my travels</h2>
<div class="row align-items-center justify-content-center">
<div id="carouselExampleControls" class="col-md-9 carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/tibet-4.jpg" class="img-fluid d-block w-100" alt="Photo of mountains in Lhasa, Tibet">
</div>
<div class="carousel-item">
<img src="img/nepal-2.jpg" class="img-fluid d-block w-100" alt="photo of boates on a late in Pokhara, Nepal">
</div>
<div class="carousel-item">
<img src="img/tibet-1.jpg" class="img-fluid d-block w-100" alt="Photo of painted rocks in Lhasa, Tibet">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="row align-items-center">
<div class="col-sm-12 col-md-4 col-lg-4 py-3">
<img class="images img-fluid" src="img/tibet-3.jpg" alt="Photo of mt. Everest">
</div>
<div class="col-sm-12 col-md-4 col-lg-4 py-3">
<img class="images img-fluid" src="img/nepal-4.jpg" alt="Photo of a building in Kathmandu">
</div>
<div class="col-sm-12 col-md-4 col-lg-4 py-3">
<img class="images img-fluid" src="img/nepal-3.jpg" alt="Photo of one of the temples in Kathmandu">
</div>
</div>
</section>
</main>
<footer id="social" class="bg-dark mt-3">
<div class="container-fluid row align-items-center justify-content-center p-0 m-0">
<ul class="list-inline m-0">
<li class="p-3"><a href="https://www.facebook.com/" target="_blank"><i class="fab fa-facebook-square"></i></a></li>
<li class="p-3"><a href="https://github.com/Ania-chan" target="_blank"><i class="fab fa-github-square"></i></a></li>
<li class="p-3"><a href="https://twitter.com/Aniachan4" target="_blank"><i class="fab fa-twitter-square"></i></a></li>
</ul>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script>
$(function () {
$(document).scroll(function () {
var $nav = $("#mainNavbar");
$nav.toggleClass("scrolled", $(this).scrollTop() > $nav.height());
});
});
$('body').scrollspy({ target: '#mainNavbar' })
</script>
</body>
</html>