-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
133 lines (107 loc) · 3.97 KB
/
index2.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>qinhao xie's portfolio</title>
<style type="text/css">
@import url("style.css");
#nevdiv2 {
position: absolute;
height: 80px;
width: 720px;
right: 0px;
}
</style>
<link href="/docs/5.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
</head>
<body id="body">
<div class="navbardiv" id="navbardiv">
<nav class="Navbar" id="Navbar">
<div class="nevdiv" id="nevdiv1"></div>
<div class="nevdiv" id="nevdiv2"></div>
</nav>
</div>
<div class="div1" id="div1">
<!-- --------------->
<div id="aboutme" class="aboutme">
<div id="aboutme1" class="space aboutme">
</div>
<div id="aboutme2" class="aboutme">
<h1 id="aboutmeh1">about me</h1>
</div>
<div id="aboutme3" class="aboutme">
<p>I am a computer science student that are passionate with coding. I love to create and feel satisfied when I can see my finished product. I am currently living in Brisbane and studying computer science in University of queensland. Hope my experience got from university course could be applied in my career.</p>
</div>
<div id="aboutme4" class="aboutme">
</div>
<div id="aboutme5" class="space aboutme">
</div>
</div>
<!-- --------------->
<!-- --------------->
<div id="kills" class="kills">
<div id="kills" class="space kills">
</div>
<div id="kills2" class="kills">
<h1 id="skillh1">kills and experiences</h1>
</div>
<div id="kills3" class="kills">
<div class="card mb-4 rounded-3 shadow-sm">
<div class="card-header py-3">
<h4 class="my-0 fw-normal">Free</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">$0<small class="text-muted fw-light">/mo</small></h1>
<ul class="list-unstyled mt-3 mb-4">
<li>10 users included</li>
<li>2 GB of storage</li>
<li>Email support</li>
<li>Help center access</li>
</ul>
<button type="button" class="w-100 btn btn-lg btn-outline-primary">Sign up for free</button>
</div>
</div>
</div>
</div>
<div id="kills4" class="kills">
</div>
<div id="kills5" class="space kills">
</div>
</div>
<!-- --------------->
<!-- --------------->
<div id="aboutme" class="aboutme">
<div id="aboutme1" class="space aboutme">
</div>
<div id="aboutme2" class="aboutme">
<h1>about me</h1>
</div>
<div id="aboutme3" class="aboutme">
<p>I am a computer science student that are passionate with coding. I love to create and feel satisfied when I can see my finished product. I am currently living in Brisbane and studying computer science in University of queensland. Hope my experience got from university course could be applied in my career.</p>
</div>
<div id="aboutme4" class="aboutme">
</div>
<div id="aboutme5" class="space aboutme">
</div>
</div>
<!-- --------------->
<!-- --------------->
<div id="aboutme" class="aboutme">
<div id="aboutme1" class="space aboutme">
</div>
<div id="aboutme2" class="aboutme">
<h1>about me</h1>
</div>
<div id="aboutme3" class="aboutme">
<p>I am a computer science student that are passionate with coding. I love to create and feel satisfied when I can see my finished product. I am currently living in Brisbane and studying computer science in University of queensland. Hope my experience got from university course could be applied in my career.</p>
</div>
<div id="aboutme4" class="aboutme">
</div>
<div id="aboutme5" class="space aboutme">
</div>
</div>
<!-- --------------->
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
</html>