-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-en.html
85 lines (82 loc) · 3.42 KB
/
index-en.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
<html lang="en">
<head>
<meta name="viewport"
content="width=device-width,initial-scale=1.0,maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="description" content="Throughout the years, each of my professional experiences has been an opportunity to learn and grow, and has greatly contributed to the Programmer I am today.
Check out my full background below to learn more.">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link id="styles" rel="stylesheet" href="css/entry/main/main.css" type="text/css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
crossorigin="anonymous">
<!-- <script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>-->
<title>Yudi Tao</title>
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,800;1,600&display=swap"
rel="stylesheet"
type="text/css">
</head>
<body style="background-color: black;overflow-x: hidden;">
<header>
<p class="col-2 header-title">Yudi Tao</p>
<span class="col-2 header-gap"></span>
<nav class="col-8 navbar">
<a style="--order: 1;" href="#">Home</a>
<a style="--order: 2;" href="pages/en/about.html">About Me</a>
<a style="--order: 3;" href="pages/en/portfolio.html">Projects</a>
<a style="--order: 4;" href="pages/en/contact.html">Contact Me</a>
<span class="delim">|</span>
<a class="locale" style="--order: 5;" href="index.html">CN / EN</a>
</nav>
</header>
<div class="main-body row">
<div class="welcome row parallax">
<div class="left">
</div>
<div class="right quote">
<h1>My inspiration comes from my real life experience. </h1>
<hr />
<h2> Yudi Tao
<br/>
<a class="mail" href="mailto:[email protected]">
</h2>
<h3 >Scroll down to know more about me.
<i class="fas fa-angle-double-down"></i>
</h3>
</div>
</div>
<div class="intro-contain row">
<div class="slf"></div>
<div class="intro smf">
<h1 class="row">My Specializations</h1>
<ul class="mySp">
<li class="col-6" style="--order: 1">Computer Graphics</li>
<li class="col-6" style="--order: 2">Digital Media</li>
<li class="col-6" style="--order: 3">Web Design</li>
<li class="col-6" style="--order: 4">Graphics Design</li>
</ul>
<button class="page-btn"
onclick="location.href='pages/en/about.html#skill'">
More things that I could do
<strong>...</strong>
</button>
</div>
<div class="srf"></div>
</div>
<div class="works row">
</div>
</div>
<footer class="row">
<p class="footer-attr">@2023 by Yudi Tao</p>
<div class="footer-attr">
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0"
src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
</a>
<br />This work is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
Creative Commons Attribution-Share A like 4.0 International License.</a>
</div>
</footer>
</body></html>