-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathA-Khoa.html
41 lines (41 loc) · 4.62 KB
/
A-Khoa.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto:wght@300&family=Source+Code+Pro:wght@200&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<title>Document</title>
</head>
<body>
<div class="style-nav" id="nav-placeholder-1">
</div>
<script>
$(function(){
$("#nav-placeholder-1").load("B-nav.html");
});
</script>
<div class="profile-about">
<div class="profile-intro">
<h1>Dang Hoang Anh Khoa <h3>(Project Designer)</h3></h1>
<ul>
<li><img class="profile-ava" src="image/khoa-ava.jpg" alt="khoa"></li>
<li><p><img src="image/pointer 1.svg" alt="pointer1">They call me Ethan and my full name is Dang Hoang Anh Khoa. My student ID is s3836606. I got the designer position for my team project and I’m happy with that although I'm the oldest member. In my leisure time, I like listening to music, playing video games and learning new things from Youtube or external sources are my hobbies. Especially coding something fun such as Microbit and websites. This is my second semester in this school so my academic knowledge is limited. I’ve experienced some interesting languages such as Python, Css, HTML and a bit about JavaScript.<img src="image/pointer.svg" alt="pointer"></p></li>
</ul>
</div>
<div class="online-tests">
<ul>
<li class="tests-img"><img src="image/khoa-OT01.png" alt="test1"><img src="image/khoa-OT02.png" alt="test2"><img src="image/khoa-OT03.png" alt="test3"></li>
</ul>
<p><img src="image/pointer 1.svg" alt="pointer1"><span>Although all online tests did not show exactly what I am, I must recognize that I am an introverted person who, once in the blue moon, shares about myself with others in every community whenever I trust them.</span> I am interested in learning knowledge throughout what I witnessed around my life and from external sources. I always accept practicing sections that can help me improve my academic performance such as programming and dealing with code. I think the learning style test convinced me exactly when saying I am a visual person. Beside those tests, I got a high score on the creativity test. To sum up, I would say I can take responsibility in my team as the designer is the exact choice and I will finish my work efficiently.<br><br>Although reconciliation is my weakness. I can find myself in another fluent position in team as supporter or executive to contribute efficiently for the final success of our team. Besides that, I am receptive with different ideas to come up with the final decision. Creativity is also my strength if you need my brain works 100% for insane ideas. <br> <br>
<span>Khoa’s perspective: </span>
This is the first time I have met an amazing team with brilliant members. I was really confused when they finished their sections suddenly after the release date was just 4 days. Because of this, we got many chances to modify and finish our work as well as possible. Although the time with memeiacs is limited, we still contact each other with the hope that we can cooperate in some fields in the near future. The things I regret are that I could not create a better web with many effects that could raise our score to a higher level. Web design is a different field which I coped with for days before the due day of assignment 2. Beside web design difficulties, I would not spend much time with the team even outside and box chat to make our project more interesting. But our cooperation is still consolidated to touch the final purpose for assignment 3 that is getting HD points and creating real results with visible source code. The idea with the image comparison tool was quite strange to me for the first time when hearing but I suddenly agreed because I trusted my team and recognized it may bring real value to people in the visual era. During cooperation time, I have learnt many things about time management, problem solving and academic knowledge not just from external sources but our teammates. Finally, I enjoy the time with Memeiacs.<img src="image/pointer.svg" alt="pointer"></p>
</div>
</div>
<div class="copyright1"><p>©2021 Memeiacs team. All rights reserved.</p></div>
</body>
</html>