-
Notifications
You must be signed in to change notification settings - Fork 0
/
student_index.html
125 lines (121 loc) · 7.93 KB
/
student_index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css"/>
<title>{{student_name}}</title>
<style>
</style>
</head>
<body>
<div class="container">
<h1 class="my-3">{{student_name}}</h1>
<p class="mb-3">Portfolio: <a href="3_WebDesignPortfolio/index.html">3_WebDesignPortfolio</a> | <a href="{{hosting}}">{{hosting}}</a></p>
<div class="row html">
<div class="col-sm-6 html">
<h2 class="h5 my-3">HTML_Part_1_Basic_tags</h2>
<div class="btn-group">
<a href="1_HTML/HTML_Part_1_Basic_tags/HTML_Part_1_Ex_1/HTML_Part_1_Exercise_1.html">1</a>
<a href="1_HTML/HTML_Part_1_Basic_tags/HTML_Part_1_Ex_2/HTML_Part_1_Exercise_2.html">2</a>
<a href="1_HTML/HTML_Part_1_Basic_tags/HTML_Part_1_Ex_3/HTML_Part_1_Exercise_3.html">3</a>
<a href="1_HTML/HTML_Part_1_Basic_tags/HTML_Part_1_Ex_4/HTML_Part_1_Exercise_4.html">4</a>
<a href="1_HTML/HTML_Part_1_Basic_tags/HTML_Part_1_Ex_5/HTML_Part_1_Exercise_5.html">5</a>
</div>
<h2 class="h5 my-3">HTML_Part_2_Images</h2>
<div class="btn-group">
<a href="1_HTML/HTML_Part_2_Images/HTML_Part_2_Ex_1/HTML_Part_2_Exercise_1.html">1</a>
<a href="1_HTML/HTML_Part_2_Images/HTML_Part_2_Ex_2/HTML_Part_2_Exercise_2.html">2</a>
</div>
<h2 class="h5 my-3">HTML_Part_3_Hyperlinks</h2>
<div class="btn-group">
<a href="1_HTML/HTML_Part_3_Hyperlinks/HTML_Part_3_Ex_1/HTML_Part_3_Exercise_1.html">1</a>
<a href="1_HTML/HTML_Part_3_Hyperlinks/HTML_Part_3_Ex_2/HTML_Part_3_Exercise_2.html">2</a>
<a href="1_HTML/HTML_Part_3_Hyperlinks/HTML_Part_3_Ex_3/HTML_Part_3_Exercise_3.html">3</a>
<a href="1_HTML/HTML_Part_3_Hyperlinks/HTML_Part_3_Ex_4/HTML_Part_3_Exercise_4.html">4</a>
</div>
<h2 class="h5 my-3">HTML_Part_4_Lists_Special_Characters</h2>
<div class="btn-group">
<a href="1_HTML/HTML_Part_4_Lists_Special_Characters/HTML_Part_4_Ex_1/HTML_Part_4_Exercise_1.html">1</a>
<a href="1_HTML/HTML_Part_4_Lists_Special_Characters/HTML_Part_4_Ex_2/HTML_Part_4_Exercise_2.html">2</a>
<a href="1_HTML/HTML_Part_4_Lists_Special_Characters/HTML_Part_4_Ex_3/HTML_Part_4_Exercise_3.html">3</a>
</div>
<h2 class="h5 my-3">HTML_Part_5_Tables</h2>
<div class="btn-group">
<a href="1_HTML/HTML_Part_5_Tables/HTML_Part_5_Ex_1/HTML_Part_5_Exercise_1.html">1</a>
<a href="1_HTML/HTML_Part_5_Tables/HTML_Part_5_Ex_2/HTML_Part_5_Exercise_2.html">2</a>
<a href="1_HTML/HTML_Part_5_Tables/HTML_Part_5_Ex_3/HTML_Part_5_Exercise_3.html">3</a>
<a href="1_HTML/HTML_Part_5_Tables/HTML_Part_5_Ex_4/HTML_Part_5_Exercise_4.html">4</a>
</div>
<h2 class="h5 my-3">HTML_Part_6_Towards_CSS</h2>
<div class="btn-group">
<a href="1_HTML/HTML_Part_6_Towards_CSS/HTML_Part_6_Ex_1/HTML_Part_6_Exercise_1.html">1</a>
<a href="1_HTML/HTML_Part_6_Towards_CSS/HTML_Part_6_Ex_2/HTML_Part_6_Exercise_2.html">2</a>
</div>
</div>
<div class="col-sm-6 css">
<h2 class="h5 my-3">CSS_Part_1_Basic_Styling</h2>
<div class="btn-group">
<a href="2_CSS/CSS_Part_1_Basic_Styling/CSS_Part_1_Ex_1/CSS_Part_1_Exercise_1.html">1</a>
<a href="2_CSS/CSS_Part_1_Basic_Styling/CSS_Part_1_Ex_2/CSS_Part_1_Exercise_2.html">2</a>
<a href="2_CSS/CSS_Part_1_Basic_Styling/CSS_Part_1_Ex_3/CSS_Part_1_Exercise_3.html">3</a>
<a href="2_CSS/CSS_Part_1_Basic_Styling/CSS_Part_1_Ex_4/CSS_Part_1_Exercise_4.html">4</a>
<a href="2_CSS/CSS_Part_1_Basic_Styling/CSS_Part_1_Ex_5/CSS_Part_1_Exercise_5.html">5</a>
<a href="2_CSS/CSS_Part_1_Basic_Styling/CSS_Part_1_Ex_6/CSS_Part_1_Exercise_6.html">6</a>
</div>
<h2 class="h5 my-3">CSS_Part_2_Box_Model</h2>
<div class="btn-group">
<a href="2_CSS/CSS_Part_2_Box_Model/CSS_Part_2_Ex_1/CSS_Part_2_Exercise_1.html">1</a>
<a href="2_CSS/CSS_Part_2_Box_Model/CSS_Part_2_Ex_2/CSS_Part_2_Exercise_2.html">2</a>
<a href="2_CSS/CSS_Part_2_Box_Model/CSS_Part_2_Ex_3/CSS_Part_2_Exercise_3.html">3</a>
</div>
<h2 class="h5 my-3">CSS_Part_3_MQ_Responsive_images</h2>
<div class="btn-group">
<a href="2_CSS/CSS_Part_3_MQ_Responsive_images/CSS_Part_3_Ex_1/CSS_Part_3_Exercise_1.html">1</a>
<a href="2_CSS/CSS_Part_3_MQ_Responsive_images/CSS_Part_3_Ex_2/CSS_Part_3_Exercise_2.html">2</a>
<a href="2_CSS/CSS_Part_3_MQ_Responsive_images/CSS_Part_3_Ex_3/CSS_Part_3_Exercise_3.html">3</a>
<a href="2_CSS/CSS_Part_3_MQ_Responsive_images/CSS_Part_3_Ex_4/CSS_Part_3_Exercise_4.html">4</a>
</div>
<h2 class="h5 my-3">CSS_Part_4_Float_Positioning</h2>
<div class="btn-group">
<a href="2_CSS/CSS_Part_4_Float_Positioning/CSS_Part_4_Ex_1/CSS_Part_4_Exercise_1.html">1</a>
<a href="2_CSS/CSS_Part_4_Float_Positioning/CSS_Part_4_Ex_2/CSS_Part_4_Exercise_2.html">2</a>
<a href="2_CSS/CSS_Part_4_Float_Positioning/CSS_Part_4_Ex_3/CSS_Part_4_Exercise_3.html">3</a>
</div>
<h2 class="h5 my-3">CSS_Part_5_Flexbox</h2>
<div class="btn-group">
<a href="2_CSS/CSS_Part_5_Flexbox/CSS_Part_5_Ex_1/CSS_Part_5_Exercise_1.html">1</a>
<a href="2_CSS/CSS_Part_5_Flexbox/CSS_Part_5_Ex_2/CSS_Part_5_Exercise_2.html">2</a>
<a href="2_CSS/CSS_Part_5_Flexbox/CSS_Part_5_Ex_3/CSS_Part_5_Exercise_3.html">3</a>
</div>
<h2 class="h5 my-3">CSS_Part_6_Bootstrap_Grid</h2>
<div class="btn-group">
<a href="2_CSS/CSS_Part_6_Bootstrap_Grid/CSS_Part_6_Ex_1/CSS_Part_6_Exercise_1.html">1 (quiz)</a>
<a href="2_CSS/CSS_Part_6_Bootstrap_Grid/CSS_Part_6_Ex_2/CSS_Part_6_Exercise_2.html">2</a>
<a href="2_CSS/CSS_Part_6_Bootstrap_Grid/CSS_Part_6_Ex_3/CSS_Part_6_Exercise_3.html">3</a>
<a href="2_CSS/CSS_Part_6_Bootstrap_Grid/CSS_Part_6_Ex_4/CSS_Part_6_Exercise_4.html">4</a>
</div>
<h2 class="h5 my-3">CSS_Part_7_Transform_Transition_Animation</h2>
<div class="btn-group">
<a href="2_CSS/CSS_Part_7_Transform_Transition_Animation/CSS_Part_7_Ex_1/CSS_Part_7_Exercise_1.html">1</a>
<a href="2_CSS/CSS_Part_7_Transform_Transition_Animation/CSS_Part_7_Ex_2/CSS_Part_7_Exercise_2.html">2</a>
<a href="2_CSS/CSS_Part_7_Transform_Transition_Animation/CSS_Part_7_Ex_3/CSS_Part_7_Exercise_3.html">3</a>
<a href="2_CSS/CSS_Part_7_Transform_Transition_Animation/CSS_Part_7_Ex_4/CSS_Part_7_Exercise_4.html">4</a>
<a href="2_CSS/CSS_Part_7_Transform_Transition_Animation/CSS_Part_7_Ex_5/CSS_Part_7_Exercise_5.html">5</a>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.3/js/bootstrap.bundle.min.js"></script>
<script>
$('a').attr('target', 'local_url');
$('.btn-group a').addClass('btn btn-outline-primary').click(function (){
$('a').removeClass('btn-primary text-white');
$(this).addClass('btn-primary text-white');
});
</script>
</body>
</html>