-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
108 lines (81 loc) · 4.26 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
<!DOCTYPE html>
<html class="full" lang="en">
<head>
<!-- All Meta Tags -->
<!--Web Compatibility -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Traditional Web SEO -->
<title>Teck | Web App Developer | Engineer</title>
<meta name="description" content="Teck's Personal Webpage, A Brief Introduction of Himself, His Skills, Knowledge and Experience.
You Can Find Out What He is Working On at The Moment">
<meta name="author" content="Teck">
<!-- Social Media SEO -->
<meta property="og:title" content="Teck | Web App Developer | Engineer">
<meta property="og:description" content="Teck's Personal Webpage, A Brief Introduction of Himself, His Skills, Knowledge and Experience.
You Can Find Out What He is Working On at The Moment">
<meta property="og:type" content="website">
<meta property="og:image" content='/images/social/tk.jpg'>
<!-- End of all Meta Tags -->
<!-- Other Links to Style Guides -->
<!-- Google Icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- FontAwesome Icons -->
<link rel="stylesheet" href="css/icons/font-awesome-4.7.0/css/font-awesome.min.css">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Optional Bootstrap Theme -->
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<!-- Animate CSS from Github -->
<link rel="stylesheet" href="css/animate.min.css">
<!-- Custom CSS by Teck -->
<link href="css/custom.css" rel="stylesheet">
<!-- Custom Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,800,900,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<!-- End of Links to Other Style Guides -->
<!-- Logo/Icon on Browser Tab from Favicon Generator -->
<link rel="apple-touch-icon" sizes="180x180" href="images/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" href="images/icons/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/icons/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="images/icons/manifest.json">
<link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="#254471">
<meta name="theme-color" content="#ffffff">
<!-- End of Logo/Icon on Browser Tab from Favicon Generator -->
</head>
<body class="landing-body">
<!-- Static Fixed Navbar Section -->
<nav id="navbar" class="navbar navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="#">
<img class="img-responsive" src="images/logos/profile_logo.svg" alt="personal_profile_logo">
</a>
</div> <!-- /navbar-header -->
</div> <!-- /container -->
</nav> <!-- /navbar -->
<!-- End Static Fixed Navbar Section ->
<!-- Landing Image Section -->
<div class="container-fluid">
<div class="container col-xs-12 col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3 col-lg-4 col-lg-offset-4 btn-container1">
<a class="btn eng-btn" href="home_eng.html" role="button"><span>ENGLISH</span></a>
</div>
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 h1-container">
<h1 class="welcome-heading">Welcome to My Personal Webpage</h1>
</div>
<div class="container col-xs-12 col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3 col-lg-4 col-lg-offset-4 btn-container2">
<a lang="zh-Hans" class="btn chn-btn" href="home_chn.html" role="button"><span>中文</span></a>
</div>
</div> <!-- /.container-fluid -->
<!-- Bootstrap core JavaScript ================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- JavaScript files should be linked at the bottom of the page -->
<script src="js/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- End of Bootstrap core JavaScript ================================================== -->
</body>
<!-- End of HTML Body Content -->
</html>