forked from Tjay05/Learnhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstaff3.html
137 lines (133 loc) · 5.95 KB
/
staff3.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
<!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>AI/VR Mentor</title>
<!-- Google Fonts -->
<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=Archivo:wght@300&display=swap" rel="stylesheet">
<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=Inter:wght@300;500;600;700;800&family=Nunito:wght@500;600&family=Poppins:wght@400;500;600;700&family=Roboto:wght@700&display=swap" rel="stylesheet">
<!-- Custom Styles -->
<link rel="stylesheet" href="styles/staffs.css">
</head>
<body>
<main class="container">
<aside>
<div class="greet">
<a href="profile.html"><img src="images/Mask Group.png" alt=""></a>
<div class="hi">
<p class="user_name">Hi Kristin</p>
<p>Let's start learning</p>
</div>
</div>
<div class="op"></div>
<h4>Learning Track</h4>
<a>
<div class="time">
<div class="head">
<p>Learned today</p>
<p class="purple">My courses</p>
</div>
<h1>0min <span>/60min</span></h1>
<img src="images/Rectangle 30.png" alt="">
</div>
</a>
<div class="course">
<div class="topic red">
<h2>Product<br>Design v1.0</h2>
<img src="https://res.cloudinary.com/dolfampoa/image/upload/v1681460680/redbar_laymo0.png" alt="">
<p>Completed</p>
<div class="play">
<h1>14/24</h1>
<img src="/images/redplay.png" alt="">
</div>
</div>
<div class="topic blue">
<h2>Java<br>Development</h2>
<img src="https://res.cloudinary.com/dolfampoa/image/upload/v1681460680/bluebar_wwzzzq.png" alt="">
<p>Completed</p>
<div class="play">
<h1>12/18</h1>
<img src="/images/blueplay.png" alt="">
</div>
</div>
</div>
<h4>Learning Plan</h4>
<a>
<div class="design">
<div class="package one">
<span class="span">
<img src="images/load.png" alt="">
<p>Package Design</p>
</span>
<p>40<span>/48</span></p>
</div>
<div class="package">
<span class="span">
<img src="images/load2.png" alt="">
<p>Product Design</p>
</span>
<p>6<span>/24</span></p>
</div>
</div>
</a>
<h4>Group Study</h4>
<div class="meet"><img src="images/Meetup.png" alt=""></div>
</aside>
<article>
<nav>
<p>My Teachers</p>
</nav>
<div class="navbar">
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="">About</a></li>
<li><a href="home.html">Courses</a></li>
<li><a href="mentor.html">Teachers</a></li>
</ul>
</div>
<div class="content">
<div class="mentor">
<img src="images/mentor3.png" alt="">
<div class="info">
<h2>Warren Buffet</h2>
<div class="stack">
<p>AI/VR Teacher</p>
<div class="stars">
<img src="images/Star 1.png" alt="">
<img src="images/Star 1.png" alt="">
<img src="images/Emptystar.png" alt="">
<img src="images/Emptystar.png" alt="">
<img src="images/Emptystar.png" alt="">
</div>
</div>
</div>
</div>
<p class="text">
As an AR/VR design trainer with a three-star rating, I bring extensive experience and knowledge to my training sessions. With a focus on both theoretical and practical aspects, I aim to equip my students with the skills and knowledge needed to succeed in the field of AR/VR design. <br><br>
My training sessions cover a wide range of topics including 3D modeling, animation, game development, user experience design, and more. I use the latest tools and technologies to ensure that my students are up-to-date with the latest trends in the industry.
</p>
<div class="footer">
<a href="">
<div class="register">
<img src="images/session.png" alt="">
<p>Book a session with <br>Warren</p>
</div>
</a>
<a href="pay.html">
<div class="register">
<img src="images/notepad.png" alt="">
<p>Register for Warren's <br>courses</p>
</div>
</a>
</div>
</div>
</article>
</main>
</body>
</html>