-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubject.html
147 lines (142 loc) · 5.44 KB
/
subject.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
<!DOCTYPE html>
<html>
<header>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/stylesheet.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<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=Poppins:wght@700&display=swap" rel="stylesheet" />
</header>
<body>
<!-- Title -->
<div class="row" id="title_semestre">
<div class="col-sm-3" id="btn_left">
<button type="button" class="btn btn-primary btn-add" onclick="window.location.href='semester.html'">
<i class="fa-solid fa-chevron-left"></i>
</div>
<div class="col-sm-6">
<h1 class="title">Mathématiques</h1>
</div>
<div class="col-sm-3" id="btn_right">
<button type="button" class="btn btn-primary btn-add" onclick="window.location.href='addGrade.html'">
<i class="fa-solid fa-plus"></i>
</button>
</div>
</div>
<!-- Semestres -->
<a href="gradeDetails.html">
<div class="subject_button row" style="background-color: #77DD77;">
<div class="col">
<div>
<h1 class="card_title">Algèbre</h1>
</div>
<div class="row details_card" >
<i class="fa-solid fa-file" style="font-size: 30px; color: white;"></i>
<h2 style="margin-left: 20px;">1</h2>
<i class="fa-solid fa-weight-hanging" style="font-size: 30px; color: white; margin-left: 25px;"></i>
<h2 style="margin-left: 20px;">1.0</h2>
</div>
</div>
<div class="col" id="col-grade">
<div class="grade">
<h1 class="grade_value">5.1</h1>
</div>
</div>
</div>
</a>
<a href="gradeDetails.html">
<div class="subject_button row" style="background-color: #77DD77;">
<div class="col">
<div>
<h1 class="card_title">Trigonométrie</h1>
</div>
<div class="row details_card" >
<i class="fa-solid fa-file" style="font-size: 30px; color: white;"></i>
<h2 style="margin-left: 20px;">1</h2>
<i class="fa-solid fa-weight-hanging" style="font-size: 30px; color: white; margin-left: 25px;"></i>
<h2 style="margin-left: 20px;">1.0</h2>
</div>
</div>
<div class="col" id="col-grade">
<div class="grade">
<h1 class="grade_value">5.0</h1>
</div>
</div>
</div>
</a>
<a href="gradeDetails.html">
<div class="subject_button row" style="background-color: #FFB347;">
<div class="col">
<div>
<h1 class="card_title">Geométrie</h1>
</div>
<div class="row details_card" >
<i class="fa-solid fa-file" style="font-size: 30px; color: white;"></i>
<h2 style="margin-left: 20px;">1</h2>
<i class="fa-solid fa-weight-hanging" style="font-size: 30px; color: white; margin-left: 25px;"></i>
<h2 style="margin-left: 20px;">1.0</h2>
</div>
</div>
<div class="col" id="col-grade">
<div class="grade">
<h1 class="grade_value">4.9</h1>
</div>
</div>
</div>
</a>
<a href="gradeDetails.html">
<div class="subject_button row" style="background-color: #77DD77;">
<div class="col">
<div>
<h1 class="card_title">Calcul différentiel</h1>
</div>
<div class="row details_card" >
<i class="fa-solid fa-file" style="font-size: 30px; color: white;"></i>
<h2 style="margin-left: 20px;">1</h2>
<i class="fa-solid fa-weight-hanging" style="font-size: 30px; color: white; margin-left: 25px;"></i>
<h2 style="margin-left: 20px;">1.0</h2>
</div>
</div>
<div class="col" id="col-grade">
<div class="grade">
<h1 class="grade_value">5.5</h1>
</div>
</div>
</div>
</a>
<a href="gradeDetails.html">
<div class="subject_button row" style="background-color: #FF6961;">
<div class="col">
<div>
<h1 class="card_title">Algèbre 2.0</h1>
</div>
<div class="row details_card" >
<i class="fa-solid fa-file" style="font-size: 30px; color: white;"></i>
<h2 style="margin-left: 20px;">1</h2>
<i class="fa-solid fa-weight-hanging" style="font-size: 30px; color: white; margin-left: 25px;"></i>
<h2 style="margin-left: 20px;">1.0</h2>
</div>
</div>
<div class="col" id="col-grade">
<div class="grade">
<h1 class="grade_value">3.1</h1>
</div>
</div>
</div>
</a>
</body>
</html>