-
Notifications
You must be signed in to change notification settings - Fork 0
/
detail.html
111 lines (110 loc) · 3.76 KB
/
detail.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
<!DOCTYPE html>
<html>
<head>
<title>HomePage</title>
<link rel="stylesheet" href="Style/960.css" />
<link rel="stylesheet" href="Style/style.css" />
</head>
<body>
<header>
<div class="container_12">
<img src="img/logo2.png" class="logo grid_1">
<h3 class="grid_4" style="position: relative;top: 3px;">Sutomo 1 Medan</h3>
<nav>
<a href="#">Home</a> |
<a href="#">Profil</a> |
<a href="#">Prestasi</a> |
<a href="#">Fasilitas</a> |
<a href="#">Berita</a> |
<a href="#">Hubungi Kami</a>
<img src="img/search-solid.svg" class="search">
</nav>
</div>
</header>
<div class="container_12">
<h1 style="text-align: center;">Prestasi</h1>
<div class="grid_4 box">
<img src="img/org.png" class="imgnews">
<h5>SMA SUTOMO 1 BERHASIL MERAIH PRESTASI BIDANG ROBOTIK</h5>
<p>Tag: Robotik, Prestasi, SMA</p>
<p>SMA Sutomo 1 Medan mengukir prestasi yang sangat luar biasa dibidang...</p>
<a href="#">Read More...</a>
</div>
<div class="grid_4 box">
<img src="img/org.png" class="imgnews">
<h5>SMA SUTOMO 1 BERHASIL MERAIH PRESTASI BIDANG ROBOTIK</h5>
<p>Tag: Robotik, Prestasi, SMA</p>
<p>SMA Sutomo 1 Medan mengukir prestasi yang sangat luar biasa dibidang...</p>
<a href="#">Read More...</a>
</div>
<div class="grid_4 box">
<img src="img/org.png" class="imgnews">
<h5>SMA SUTOMO 1 BERHASIL MERAIH PRESTASI BIDANG ROBOTIK</h5>
<p>Tag: Robotik, Prestasi, SMA</p>
<p>SMA Sutomo 1 Medan mengukir prestasi yang sangat luar biasa dibidang...</p>
<a href="#">Read More...</a>
</div>
<div class="grid_4 box">
<img src="img/org.png" class="imgnews">
<h5>SMA SUTOMO 1 BERHASIL MERAIH PRESTASI BIDANG ROBOTIK</h5>
<p>Tag: Robotik, Prestasi, SMA</p>
<p>SMA Sutomo 1 Medan mengukir prestasi yang sangat luar biasa dibidang...</p>
<a href="#">Read More...</a>
</div>
<div class="grid_4 box">
<img src="img/org.png" class="imgnews">
<h5>SMA SUTOMO 1 BERHASIL MERAIH PRESTASI BIDANG ROBOTIK</h5>
<p>Tag: Robotik, Prestasi, SMA</p>
<p>SMA Sutomo 1 Medan mengukir prestasi yang sangat luar biasa dibidang...</p>
<a href="#">Read More...</a>
</div>
<div class="grid_4 box">
<img src="img/org.png" class="imgnews">
<h5>SMA SUTOMO 1 BERHASIL MERAIH PRESTASI BIDANG ROBOTIK</h5>
<p>Tag: Robotik, Prestasi, SMA</p>
<p>SMA Sutomo 1 Medan mengukir prestasi yang sangat luar biasa dibidang...</p>
<a href="#">Read More...</a>
</div>
</div>
<footer>
<div class="container_12">
<div class="grid_4">
<h1>Lokasi Kami</h1>
<p>PG TK SD SUTOMO 1 MEDAN</br>
Jl. Thamrin No. xx - xxxxx</br>
Telp. : (061)xxxxxxxxxxx</br>
Email : xxxxxx@sutomo-mdn.sch.id</br></p>
<p>PG TK SD SUTOMO 1 MEDAN</br>
Jl. Thamrin No. xx - xxxxx</br>
Telp. : (061)xxxxxxxxxxx</br>
Email : xxxxxx@sutomo-mdn.sch.id</br></p>
<p>PG TK SD SUTOMO 1 MEDAN</br>
Jl. Thamrin No. xx - xxxxx</br>
Telp. : (061)xxxxxxxxxxx</br>
Email : xxxxxx@sutomo-mdn.sch.id</br></p>
</div>
<div class="grid_4">
<h1>Quick Link</h1>
<div >
<a href="#">Yayasan</a> </br>
<a href="#">Sutomo 2</a></br>
<a href="#">Map</a></br>
<a href="#">Hubungi Kami</a></br>
</div>
<!-- </br></br></br></br> -->
<div class="bottom">
<h2>Our Social Media</h2>
<img src="img/facebook-square-brands.svg" class="logo">
<img src="img/twitter-brands.svg" class="logo">
<img src="img/instagram-brands.svg" class="logo">
<img src="img/linkedin-in-brands.svg" class="logo">
<img src="img/youtube-brands.svg" class="logo">
</div>
</div>
<div class="grid_4">
<img src="img/logo2.png" class="logo2">
</div>
</div>
</footer>
</body>
</html>