-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (102 loc) · 5.08 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Tangerine|Merriweather|Montserrat|Sacramento&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- External CSS -->
<link rel="stylesheet" href="css/styles-1.css">
<!-- Text which is shown in a Browser's Title Bar or a Page's Tab -->
<title>Ruby Lin</title>
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar fixed-top navbar-expand-md">
<a class="navbar-brand" href="index.html">Home</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="Campus_Life.html">Exchange Life</a>
</li>
<li class="nav-item">
<a class="nav-link" href="">Project</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#bot">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- Top Section -->
<section id="top">
<h1>I'm Ruby.</h1>
<h3 style=" margin: 24px auto;">a Double-E student.</h3>
<img class="me-img" src="images\me_big.jpg">
</section>
<!-- Middle Section -->
<section id="mid">
<!-- First Division of Self-Intro -->
<div class="profile">
<h2>Hi.</h2>
<p class="Hi">I'm now a junior student major in Double E and working hard presently to become a skillful engineer in the future.</p>
</div>
<hr> <!-- Horizontal Line -->
<!-- Second Division of Self-Intro -->
<div class="intro">
<h2>Brief Intro of Me.</h2>
<div class="intro-row">
<img class="chip-img" src="images\chip_fin.png" alt="chip-img">
<h3>Something working on</h3>
<p>I'm an IoT mentor from Colde Garage of my department and a beginner in AI. Besides, I'm creating my personal website, which you're browsing now!</p>
</div>
<div class="intro-row">
<img class="goal-img" src="images\goal_fin.png" alt="goal-img">
<h3>Life Philosophy</h3>
<p>I'm passionate about life, so I'm willing to take up challenges. "Believe in myself" and "Enjoy life" are my mottos. </p>
</div>
</div>
<hr> <!-- Horizontal Line -->
<!-- Third Division of Self-Intro -->
<div class="contact-me">
<h2>Get In Touch.</h2>
<h3>Welcome anytime and anywhere.</h3>
<p class="contact-mess">If you have any cool ideas to exchange and discuss or just feel like saying hi, then let me know.</p>
<a class="butn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</section>
<!-- Bottom Section -->
<section id="bot">
<a class="footer-link" href="https://www.facebook.com/">Facebook</a>
<a class="footer-link" href="https://www.instagram.com/?hl=zh-tw">Instagram</a>
<a class="footer-link" href="index.html">Website</a>
<div class="row" style="margin: 0">
<!-- Copyright -->
<div class="col-md-6 copyright">
© 2019 Ruby Lin.
</div>
<!-- Attributions -->
<div class="col-md-6">
<p class="attrib">Icons made by <a href="https://www.freepik.com/" title="Freepik">Freepik</a>
from <a href="https://www.flaticon.com/" title="Flaticon">Flaticon</a>
is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></p>
<p class="attrib">Icons made by <a href="https://www.flaticon.com/authors/ddara" title="dDara">dDara</a>
from <a href="https://www.flaticon.com/" title="Flaticon">Flaticon</a>
is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></p>
</div>
</div>
</section>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- CDN versions of jQuery, Popper.js and Bootstrap for compiled CSS and JavaScript-->
<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.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>