-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (196 loc) · 7.42 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!doctype html>
<html lang = "en">
<head>
<meta charset="UTF-8">
<title>QUANG's RESUME</title>
<style>
p {
color: #262db7;
}
</style>
</head>
<body>
<main>
<header>
<p><i>"Days, Months, Years</i><br>
<i>Learn from my self</i><br>
<i>Learn from friends</i><br>
<i>Never stop learning</i><br>
<i>Learn until I'm old"</i><br>
</p>
<aside> <p>It's quote from my grandfather who
<em>inspires</em> me in chasing my dream and <em>never</em> give up.</p>
</aside>
<pre>Let's get to know me a little more.</pre>
</header>
</main>
<h1>About Me</h1>
<section>
<h2> Persona Diagram</h2>
<nav class="Persona">
<a href = "https://www.figma.com/file/pSR848YEGXb5TOPhqjGZKi/My-Persona?type=design&node-id=0%3A1&mode=design&t=qxrdMYtxyjVC454O-1"> Link</a>
</nav>
</section>
<section>
<h3> Volunteer Experience</h3>
<p style = "color:rgb(212, 212, 29)">This is <strong>My Volunteer</strong> Experience</p>
</section>
<section>
<h4> Hobbies</h4>
<p>This is My Hobbies <code>Daily</code></p>
<ul>
<li>Playing Soccer</li>
<li>Play videos game
<ul>
<li>League of Legends</li>
<li>Fifa Online</li>
</ul>
</li>
</ul>
<ol>
<li>Making beef steak</li>
<li>500gram beef </li>
<li>pan frying each side for half mins</li>
<li>adding salf and pepper on beef</li>
</ol>
</section>
<h5>Education</h5>
<p> Graduation from <b>UC San Diego</b>.</p>
<link href = "https://www.ucsd.edu/" rel ="stylesheet">
<hr>
<header> The UCSD webpage</header>
<iframe src = "https://www.ucsd.edu" title = "UCSD webpage" height = "350"></iframe>
<p>Graduation from San Diego Miramar College</p>
<h6>Relevant Experience</h6>
<p>Social Compass Project</p>
<details>
<summary>Details</summary>
This is project where we design a compass can be set up on smartphone
to help user locate their locations.
</details>
<p> Automatic faucet</p>
<div class="adjusting">
<img src="./DFA.jpg"
alt="All good">
<p>DFA machince</p>
</div>
<p>Camera Project</p><br>
<video controls width="250">
<source src ="./videoplayback.mp4">
</video>
<p><span>Bitcoin Hashing</span></p>
<figure>
<figcaption>Listen to my explanation about how to use SHA 256 to encrypt message:</figcaption>
<audio
controls
src="./audio1927571782.m4a">
</audio>
</figure>
<form>
<fieldset>
<legend>Choose your favorite project</legend>
<input type="radio" id="SocialCompass" name="project" value="S">
<label for="SocialCompass">Social Compass</label><br>
<input type="radio" id="HashingBitcoin" name="project" value="H">
<label for="HashingBitcoin">Hashing bitcoin</label><br>
<input type="radio" id="DFA" name="project" value="D">
<label for="DFA">DFA</label>
</fieldset>
</form>
<label for="bad-project">Choose the not good project:</label>
<input list="projects" id="bad-project" name="bad-project">
<datalist id="projects">
<option value="Social Compass">
<option value="DFA">
<option value="Hashing Bitcoin">
</datalist>
<header> Contact</header>
<label for="contact-select">Choose a way to contact:</label>
<select id="contact-select">
<optgroup label="Social Media">
<option>LinkedIn</option>
<option>Facebook</option>
<option>Instagram</option>
</optgroup>
<optgroup label="Personal contact">
<option>phone number</option>
<option>Email</option>
</optgroup>
</select>
<template id="contact-select-keeping">
<tr>
<td class="record"></td>
<td></td>
</tr>
</template>
<label for="story">Tell us your experience:</label>
<textarea id="story" name="story"
rows="5" cols="33">
It was nice webpage...
</textarea>
<header> If you want me to contact you later, please fill out the information below</header>
<form action="find" method="get" class="get-info">
<div class="get-info">
<label for="name">Enter your name: </label>
<input type="text" name="name" id="name" required>
</div>
<div class="get-info">
<label for="email">Enter your email: </label>
<input type="email" name="email" id="email" required>
</div>
<div class="get-info">
<input type="submit" value="I'll contact you later, Thank you!">
</div>
</form>
<a href = "https://www.linkedin.com/in/van-quang-nguyen-099a39272/">LinkedIn</a>
<a href = "mailto:vqnguyen@ucsd.edu">My Email</a>
<a href = "tel://858-397-3005">Call Me</a><br>
<picture>
<img src = "https://i.pinimg.com/originals/f3/e3/43/f3e343bd729ec94b34aa8533c5c81b52.jpg" alt = "YIKES">
</picture>
<button class="next page"
type="button">
Next
</button>
<table>
<caption>Skills</caption>
<colgroup>
<col>
<col span="2" class="Soft skills">
<col span="2" class="Engineering skills">
</colgroup>
<tr>
<td> </td>
<th scope="col">Teamwork</th>
<th scope="col">Solving problem</th>
<th scope="col">Debugging</th>
<th scope="col">Interpersonal skills</th>
</tr>
<tr>
<th scope="row">Skills</th>
<td>Good</td>
<td>Good</td>
<td>Good</td>
<td>Execellent</td>
</tr>
</table>
<svg version="1.1"
width="300" height="200"
xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="green" />
<circle cx="150" cy="100" r="80" fill="orange" />
<text x="150" y="125" font-size="60" text-anchor="middle" fill="white">Optimistic</text>
</svg>
<header>Simple Drawing Canvas</header>
<canvas id="DrawingCanvas" width="500" height="250" style="border: 2px solid rgb(53, 33, 168);"></canvas>
<script>
const canvas = document.getElementById('DrawingCanvas');
const context = canvas.getContext('2d');
context.fillStyle = 'purple'; // Fill color of the rectangle
context.fillRect(100, 100, 300, 100); // Parameters: x, y, width, height
</script>
<footer>
<p>Copyright @ Quang Nguyen</p>
</footer>
</body>
</html>