-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsets5.php
More file actions
83 lines (69 loc) · 2.73 KB
/
sets5.php
File metadata and controls
83 lines (69 loc) · 2.73 KB
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
<?php
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
include 'user_nav.php';
?>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body background="images/background.jpg" height="100" >
<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/materialize.min.js"></script>
<div>
<div class='row' style='margin-left: 350px; margin-top: 100px;'>
<div class='col s6 m3 '>
<div class='card'>
<div class='card-image'>
<img src='images/Untitled-1.jpg' style='height: 150px;'>
<span class='card-title'><h5><center>1</center></span>
</div>
</div>
</div>
<div class='col s6 m3 '>
<div class='card'>
<div class='card-image'>
<img src='images/Untitled-1.jpg' style='height: 150px;'>
<span class='card-title'><h5><center>2</center></span>
</div>
</div>
</div>
<div class='col s6 m3 '>
<div class='card'>
<div class='card-image'>
<img src='images/Untitled-1.jpg' style='height: 150px;'>
<span class='card-title'><h5><center>3</center></span>
</div>
</div>
</div>
</div>
<div class='row' style='margin-left: 350px; margin-top: 100px;'>
<div class='col s6 m3 '>
<div class='card'>
<div class='card-image'>
<img src='images/Untitled-1.jpg' style='height: 150px;'>
<span class='card-title'><h5><center>4</center></span>
</div>
</div>
</div>
<div class='col s6 m3 '>
<div class='card'>
<div class='card-image'>
<img src='images/Untitled-1.jpg' style='height: 150px;'>
<span class='card-title'><h5><center>5</center></span>
</div>
</div>
</div>
</div>
</div>
</body>
</html>