-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteach-course-firstTime.html
194 lines (165 loc) · 8.05 KB
/
teach-course-firstTime.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
<!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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="header/header.css">
<title>Starter Choice</title>
<style>
* {
box-sizing: border-box;
}
.main-container {
margin-top: 64px;
}
.green-ball-float {
position: absolute;
top: -72px;
width: 120px;
height: 120px;
background: url('green-ball.png') no-repeat center;
background-size: cover;
display: block;
}
.left-panel {
text-align: left;
}
.left-panel a {
display: block;
text-decoration: none;
color: #3F5843;
padding: 14px 0;
font-weight: 300;
}
.activity-body {
padding-top: 100px;
}
.activity-body a {
text-decoration: none;
color: #3F5843;
font-weight: 300;
display: block;
}
.iconify {
width: 24px;
height: 24px;
color: #3F5843;
}
@media only screen and (max-width: 812px) {
.main-container-margin {
margin-top: 248px;
}
}
</style>
</head>
<body>
<header>
<section class="left-section">
<span class="menu-toggle material-icons">
menu
</span>
<span class="cheenta-name"><span class="bold">Cheenta </span>Genius</span>
</section>
<nav class="navigation-menu">
<a href="#">practice</a>
<a href="#">ask</a>
<a href="#">learn</a>
<a href="#">friends</a>
<a href="#" style="font-weight: bold;">teach</a>
<a href="#">events</a>
</nav>
<section class="right-section">
<a href="#">Progress</a>
<div class="ellipse"></div>
</section>
</header>
<main>
<div class="container main-container">
<div class="row p-4" style="background: #d4d6d583; border-radius: 20px;">
<div class="col-auto ms-5" style="position: relative;">
<div class="green-ball-float">
<!-- <img src="green-ball.png" alt=""> -->
</div>
<a href="#"
style="margin-top: 52px; display: inline-block; color: #B69B7D; text-decoration: none; font-size: 14;">sell
all programs</a>
</div>
<div class="col-auto">
<div class="row">
<div class="col-auto ms-5 mt-2">
<h3 style="font-size: 24px; color: #3F5843; font-weight: bold;">Number Theory III.2021</h3>
<div style="color: #393D3A; margin: 8px 0;"><i>Program: </i>Math Olympiad Level 5</div>
<div style="color: #393D3A;"><i>Useful for: </i>PRMO; ISI-CMI</div>
</div>
<div class="col-auto ms-5 mt-2">
<span style="margin-right: 12px; font-size: 14px; color: #3F5843;"><span class="iconify"
data-icon="akar-icons:edit" data-inline="false"></span> edit</span>
<span style="font-size: 14px; color: #3F5843;"><span class="iconify"
data-icon="akar-icons:person-add" data-inline="false"></span>
add member</span>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 72px;">
<div class="col-3 left-panel">
<a href="#">Activities</a>
<div class="sub-activities" style="margin-left: 12px;">
<a href="#" style="padding: 8px;"><span class="iconify" data-icon="fluent:library-20-filled"
data-inline="false"></span> Docs</a>
<a href="#" style="padding: 8px;"><span class="iconify" data-icon="file-icons:testcafe"
data-inline="false"></span> Test</a>
<a href="#" style="padding: 8px;"><span class="iconify" data-icon="ic:baseline-assignment"
data-inline="false"></span> Assignments</a>
<a href="#" style="padding: 8px; color: #B69B7D; font-weight: 400;"><span
style="color: #B69B7D;" class="iconify" data-icon="gridicons:create"
data-inline="false"></span> Create New</a>
</div>
<a href="#">Schedule</a>
<a href="#">People </a>
<a href="#">Grades</a>
<a href="#" style="padding-bottom: 0;">Forum</a>
<hr style="width: 48px; height: 3px; color: #D4D6D5; margin: 24px 0;">
<a href="#" style="padding: 0;"><span class="iconify" data-icon="akar-icons:eye-slashed"
data-inline="false"></span> Home</a>
<a href="#" style="padding-bottom: 0; color: #B69B7D; font-weight: 400;"><span
style="color: #B69B7D;" class="iconify" data-icon="fa-brands:fly"
data-inline="false"></span> Get Students</a>
<hr style="width: 120px; height: 3px; color: #D4D6D5;">
<a href="#" style="padding: 0;">Practice</a>
<a href="#" style="padding: 16px 0;">Learn</a>
</div>
<div class="col-2"></div>
<div class="col-auto activity-body">
<div>
<a href="#" class="mb-5"><span class="iconify" style="width: 48px; height: 48px;"
data-icon="gridicons:create" data-inline="false"></span> Create New
Activity</a>
<a href="#" class="mb-5"><span class="iconify" style="width: 48px; height: 48px;" data-icon="icons8:student"
data-inline="false"></span> Add Student</a>
<a href="#" class="mb-5"><span class="iconify" style="width: 48px; height: 48px;" data-icon="la:chalkboard-teacher" data-inline="false"></span> Add Teacher or
Admin</a>
<a href="#" class="mb-5"><span class="iconify" style="width: 48px; height: 48px;" data-icon="la:chalkboard-teacher" data-inline="false"></span> Add pre-built material</a>
</div>
<div class="row"></div>
<div class="row"></div>
</div>
</div>
</div>
</main>
<script src="header/header.js"></script>
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>