-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
253 lines (237 loc) · 9.1 KB
/
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
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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html lang="en">
<head>
<title>TP2543 Web Programming Deliverables</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="main_css.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
body {
font: 20px Montserrat, sans-serif;
line-height: 1.8;
}
p {font-size: 16px;}
.margin {margin-bottom: 35px;}
.container-fluid {
padding-top: 50px;
padding-bottom: 50px;
}
</style>
</head>
<body>
<div class="loader-wrapper">
<div class="loader"></div>
</div>
<script>
function next(){
$(".loader-wrapper").fadeOut("slow");
var x = document.getElementsByTagName("BODY")[0];
x.style.overflow="auto";
}
$(window).on("load",function(){
setTimeout(next, 1500);
});
</script>
<!-- header -->
<div class="container-fluid bg-success text-center" style=" background: linear-gradient(to bottom, #0f2027, #203a43, #2c5364) ">
<h2 class="margin "><font color="White"> TP2543 Web Programming Deliverables</font></h2>
<img src="mukahensembabi.jpg" width="200px" height="200px" class="img-responsive img-circle margin" style="display:inline">
<h3><font color="White"> A174622 - Putera Niq Aziz Bin Hoslam</font></h3>
</div>
<!-- Lab -->
<div class="container-fluid text-center"style=" background: linear-gradient(to top, #536976, #292e49);" >
<h2 class="margin"><font color="White"> Laboratory</font></h2>
<div class="row">
<div class="col-sm-4">
<div class="thumbnail">
<div class="caption">
<h3>Week2Lab: Basic HTML</h3>
<img src="images/html.png" width="100px" height="100px">
<p>To create a HTML page about myself.</p>
<p><a href="week2_lab/index.html" class="btn btn-primary">
<span class="glyphicon glyphicon-ok-circle"></span> Open</a></p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<div class="caption">
<h3>Week3Lab: HTML Form</h3>
<img src="images/html.png" width="100px" height="100px">
<p>To create ...</p>
<p><a href="week3_lab/" class="btn btn-primary">
<span class="glyphicon glyphicon-ok-circle"></span> Open</a></p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<div class="caption">
<h3>Week4Lab: Basic PHP</h3>
<img src="images/php.png" width="100px" height="100px">
<p>Describe the assignment here.</p>
<p><a href="week4_lab" class="btn btn-primary">
<span class="glyphicon glyphicon-ok-circle"></span> Open</a></p>
</div>
</div>
</div>
</div><!-- row -->
<div class="row">
<div class="col-sm-4">
<div class="thumbnail">
<div class="caption">
<h3>Week5Lab: PHP and MySQL</h3>
<img src="images/phpmysql.jpg" width="100px" height="100px">
<p>Describe the assignment here.</p>
<p><a href="week5_lab" class="btn btn-primary">
<span class="glyphicon glyphicon-ok-circle"></span> Open</a></p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<div class="caption">
<h3>Week6Lab: Adv PHP and Session</h3>
<img src="images/php.png" width="100px" height="100px">
<p>Describe the assignment here.</p>
<p><a href="week6_lab" class="btn btn-primary">
<span class="glyphicon glyphicon-ok-circle"></span> Open</a></p>
</div>
</div>
</div><div class="col-sm-4">
<div class="thumbnail">
<div class="caption">
<h3>Week7Lab: Codeigniter Framework</h3>
<img src="images/codeigniter.png" width="100px" height="100px">
<p>Describe the assignment here.</p>
<p><a href="week7_lab/myguestbook/" class="btn btn-primary">
<span class="glyphicon glyphicon-ok-circle"></span> Open</a></p>
</div>
</div>
</div>
</div><!-- row -->
<div class="row">
<div class="col-sm-4">
<div class="thumbnail">
<div class="caption">
<h3>Week9Lab: CSS</h3>
<img src="images/css.png" width="100px" height="100px">
<p>Describe the assignment here.</p>
<p><a href="week9lab" class="btn btn-primary">
<span class="glyphicon glyphicon-ok-circle"></span> Open</a></p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<div class="caption">
<h3>Week10Lab: Bootstrap</h3>
<img src="images/bootstrap.png" width="100px" height="100px">
<p>Describe the assignment here.</p>
<p><a href="week10_lab/index.html" class="btn btn-primary">
<span class="glyphicon glyphicon-ok-circle"></span> Open</a></p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="thumbnail">
<div class="caption">
<h3>Week11Lab: JavaScript</h3>
<img src="images/javascript.png" width="100px" height="100px">
<p>Describe the assignment here.</p>
<p><a href="javascript/index.html" class="btn btn-primary">
<span class="glyphicon glyphicon-zoom-in"></span> Open</a></p>
</div>
</div>
</div>
</div><!-- row -->
<div class="row">
<div class="col-sm-6">
<div class="thumbnail">
<div class="caption">
<h3>Week13Lab: JQuery</h3>
<img src="images/jquery.png" width="100px" height="100px">
<p>Describe the assignment here.</p>
<p><a href="week12lab/index.html" class="btn btn-primary">
<span class="glyphicon glyphicon-zoom-in"></span> Open</a></p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="thumbnail">
<div class="caption">
<h3>Week14Lab: Ajax</h3>
<img src="images/ajax.png" width="100px" height="100px">
<p>Describe the assignment here.</p>
<p><a href="#" class="btn btn-primary">
<span class="glyphicon glyphicon-zoom-in"></span> Open</a></p>
</div>
</div>
</div>
</div><!-- row -->
</div>
<!-- Assignment -->
<div class="container-fluid bg-warning text-center" style="background: linear-gradient(to bottom, #536976, #292e49);">
<h2 class="margin"><font color="White">Assignment</font></h2>
<!-- Assignment#1 -->
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h3><font color="White"> Assignment #1</font></h3>
<p><font color="White"> My task is to create a...</font></p>
<a href="assignment/a174622.html" class="btn btn-default">
<span class="glyphicon glyphicon-ok-circle"></span> View
</a>
</div>
</div>
<!-- Assignment#2 -->
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h3><font color="White"> Assignment #2</font></h3>
<p><font color="White">Describe the assignment here.</font></p>
<a href="assignment2" class="btn btn-default">
<span class="glyphicon glyphicon-ok-circle"></span> View
</a>
</div>
</div>
</div>
<!-- Project -->
<div class="container-fluid text-center" style= " background: linear-gradient(to bottom, #603813, #b29f94);">
<h2 class="margin"><font color="White">Project</font></h2>
<p class="margin"><font color="White"> My project to develop a web-based back office system for a company that sells ???. Describe your project here.</font></p>
<div class="row">
<div class="col-sm-3">
<p style="color: white ">Project Task #1 - HTML</p>
<a href="myPT1/index.php" class="btn btn-default">
<span class="glyphicon glyphicon-ok-circle"></span> Open
</a>
</div>
<div class="col-sm-3">
<p style="color: white">Project Task #2 - PHP and Database</p>
<a href="myPT2" class="btn btn-default">
<span class="glyphicon glyphicon-ok-circle"></span> Open
</a>
</div>
<div class="col-sm-3">
<p style="color: white">Project Task #3 - JavaScript and Bootstrap</p>
<a href="myPT3" class="btn btn-default">
<span class="glyphicon glyphicon-ok-circle"></span> Open
</a>
</div>
<div class="col-sm-3">
<p style="color: white">Project Task - Final</p>
<a href="myPT4/login.php" class="btn btn-default">
<span class="glyphicon glyphicon-zoom-in"></span> Open
</a>
</div>
</div>
</div>
<!-- Footer -->
<footer class="container-fluid bg-primary text-center">
<p>Copyright � Your Website 2021</p>
</footer>
</body>
</html>