-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
58 lines (50 loc) · 2.6 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Nasarow-Fo-To</title>
<!-- Bootstrap -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/selectors.css">
<script src="http://code.jquery.com/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="opaque-back">
<header>
<h2>Nasarow-Fo-To</h2>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="about.html" class="selected">About</a disabled></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<div id="about_div" class="container">
<h1>About</h1>
<img src="img/entertained.jpg" class="img-responsive center-block round">
</div>
<div class="container p-style">
<p lang="us-en">My name is Nathan. I'm a student, photographer, and traveler. I currently live in Osaka, Japan, where I am a Japanese language student.</p>
<p lang="us-en">Before coming to Japan, I lived in the US. I started photography in Colorado, due to an interest in street photography. Later, I expanded into landscape, model, and portraiture photography.</p>
<p lang="us-en">Documenting life in the streets is one of my passions. I hope that I can show future generations how life was like in the dawn of the new age on this planet.</p>
<p lang="jp">私の名前はナサロです。僕は生徒とカメラマンと旅行者です。今、日本語学生を習ってある所で、大阪に住んでいます。</p>
<p lang="jp">前日本に来て、アメリカで住みました。道写真をする関心のために、コロラドで写真術を始めました。あとで、風景とモデルと肖像画に展開しました。</p>
<p lang="jp">色々な場所が生活を録音するは、私の情熱です。</p>
</div>
<footer class="container-fluid">
<h7>© 2015 Nathaniel Nasarow.</h7>
</footer>
</div>
</body>
</html>