-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (36 loc) · 1.11 KB
/
Copy pathindex.html
File metadata and controls
38 lines (36 loc) · 1.11 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
---
layout: default
title: JLSeto
language: English
ref: index
---
<div class="jumbotron jumbotron-fluid">
<div class="container text-center">
<img class="rounded-circle mx-auto d-block mb-3" style="width: 200px;" src="/assets/favicon.png" alt="Photo of Me">
<p class="lead">Hi, I'm Jimmy Seto. Welcome to my blog. </p>
<p>If you want the Japanese Version of this site
click the button below, or switch back and forth anytime with the navigation bar above. :)</p>
<a href="/jp" class="btn btn-outline-primary btn-sm">日本語はこちらへ</a>
</div>
</div>
<div class="container text-center">
<div class="justify-content-center">
<div class="row">
<div class="col-sm">
<div class="mt-3 mb-3">
<a href="/about" class="btn btn-outline-primary btn-lg">About Me</a>
</div>
</div>
<div class="col-sm">
<div class="mt-3 mb-3">
<a href="/projects" class="btn btn-outline-primary btn-lg">Projects</a>
</div>
</div>
<div class="col-sm">
<div class="mt-3 mb-3">
<a href="/Blog" class="btn btn-outline-primary btn-lg">Posts</a>
</div>
</div>
</div>
</div>
</div>