-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
178 lines (173 loc) · 7.58 KB
/
aboutus.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
<!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">
<title>About Us</title>
<link rel="stylesheet" href="aboutus.css" />
<script src="https://kit.fontawesome.com/d45eb73ae4.js" crossorigin="anonymous"></script>
<link
href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<nav class="navbar">
<div class="navbar__container">
<a href="/" id="navbar__logo"><i class="fa-solid fa-people-group"></i>FiTeam</a>
<div class="navbar__toggle" id="mobile-menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="navbar__menu">
<li class="navbar__item">
<a href="index.html" class="navbar__links">Home</a>
</li>
<li class="navbar__item">
<a href="aboutus.html" class="navbar__links">About Us</a>
</li>
<li class="navbar__item">
<a href="product.html" class="navbar__links">Project</a>
</li>
</ul>
</div>
</nav>
<!--Hero section-->
<div class="main">
<!--main-->
<div class="main__container">
<div class="main__content">
<h1>MEET THE TEAM BEHIND FiTeam:</h1>
<h2>NoChungCook</h2>
<p>Get to know about us</p>
</div>
<div class="main__image--container">
<img src="images/undraw_team_re_0bfe.svg" alt="pic" id="main__img">
</div>
</div>
</div>
<!--People-->
<div class="people">
<div class="people__container">
<!--Linh's info-->
<div class="linh__container">
<div class="linh__content">
<h1>Do Thuy Linh</h1>
<h3>DoB: 8/8/2004</h3>
<h3>s3927777@student.rmit.edu.au</h3>
<h3>Role: Auditor, Researcher</h3>
<p>Hello everyone, I am Linh- the designer of the project. I designed the document and the website, keeping them tidy and reader-friendly</p>
<p>Skills: Researching, Designing</p>
<p>I would like to know how technology helps group work more efficient as well as how to connect people to form groups</p>
</div>
</div>
<div class="linh__image--container">
<img src="images/linh.png" alt="pic" id="linh__img">
</div>
<!--Duc's info-->
<div class="duc__container">
<div class="duc__content">
<h1>Dong Manh Duc</h1>
<h3>DoB: 29/8/2004</h3>
<h3>s3978290@rmit.edu.vn</h3>
<h3>Role: Programmer, Researcher</h3>
<p>Hello I am Dong Manh Duc, I am the programmer of the project. I coded the website of FiTeam</p>
<p>Languages that I know: Python, html and some CSS, most are self-taught</p>
<p>I am interested in technology, how to improve work efficiency with tech and programming</p>
</div>
</div>
<div class="duc__image--container">
<img src="images/duc.png" alt="pic" id="duc__img">
</div>
<!--Manh's info-->
<div class="manh__container">
<div class="manh__content">
<h1>Nguyen Ba Duc Manh</h1>
<h3>DoB: 12/5/2004</h3>
<h3>s3978506@rmit.edu.vn</h3>
<h3>Role: Analyst Researcher</h3>
<p>I am Manh - the researcher of FiTeam, I researched IT trends and analyzed how our product would fit in the current world</p>
<p>Currently, for this project, I am interested in and researched how problem solving, connecting people increase the efficiency of cooperating</p>
</div>
</div>
<div class="manh__image--container">
<img src="images/manh.png" alt="pic" id="manh__img">
</div>
<!--Chau's info-->
<div class="chau__container">
<div class="chau__content">
<h1>Le Nguyen My Chau</h1>
<h3>DoB: 22/4/2004</h3>
<h3>s3977747@rmit.edu.vn</h3>
<h3>Role: Project Manager, Researcher</h3>
<p>Hello I am My Chau, I am the Project Manager of FiTeam. I make sure the project is on track and the work is finished on time, I also proof read all
of our documents </p>
<p>Skills: Writing skills, Management</p>
<p>I am interested in how technology helps increase work efficiency and risk mitigation in collaborating</p>
</div>
</div>
<div class="chau__image--container">
<img src="images/chau.png" alt="pic" id="chau__img">
</div>
</div>
</div>
<!--Footer-->
<div class="footer__container">
<div class="footer__links">
<div class="footer__link--wrapper">
<div class="footer__link--items">
<h2>About Us</h2>
<a href="/aboutus.html">Team</a>
<a href="/">How it works</a>
<a href="/">Investments</a>
<a href="/">Terms of Service</a>
</div>
<div class="footer__link--items">
<h2>Contact Us</h2>
<a href="/">Email us</a>
</div>
</div>
<div class="footer__link--wrapper">
<div class="footer__link--items">
<h2>Social Media</h2>
<a href="/">Twitter</a>
<a href="/">Facebook</a>
<a href="/">Instagram</a>
<a href="/">Youtube</a>
</div>
<div class="footer__link--items">
<h2>Demo</h2>
<a href="/">Download it</a>
<a href="/">Become a tester</a>
<a href="/">Documents</a>
</div>
</div>
</div>
<div class="social__media">
<div class="social__media--wrap">
<div class="footer__logo">
<a href="/" id="navbar__logo"><i class="fa-solid fa-people-group"></i>FiTeam</a>
</div>
<p class="website__right">FiTeam 2022. All rights reserved</p>
<div class="social__icon">
<a href="/" class="social__icon--link" target="_blank">
<i class="fab fa-facebook"></i>
</a>
<a href="/" class="social__icon--link" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<a href="/" class="social__icon--link" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="/" class="social__icon--link" target="_blank">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
<script src="app.js"></script>
</body>
</html>