-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
unduh.html
80 lines (76 loc) · 2.33 KB
/
unduh.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
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unduh - Febri Hidayan</title>
<link rel="stylesheet" href="app.css">
</head>
<body>
<nav>
<div class="start">
<a href="index.html">Febri Hidayan</a>
</div>
<div class="end">
<a href="unduh.html">Unduh</a>
<a href="karya.html">Karya</a>
<a href="kontak.html">Kontak</a>
<a href="tentang.html">Tentang</a>
</div>
</nav>
<br><br>
<main style="min-height:480px;">
<h1>Unduh informasi STMIK AMIK RIAU</h1>
<hr>
<br>
<section class="columns">
<div class="column card text-center">
<a
href="https://sar.ac.id/dw-formulir_semester_pendek.pdf"
>
<h3>FORMULIR SEMESTER PENDEK</h3>
</a>
</div>
<div class="column card text-center">
<a
href="https://sar.ac.id/dw-Rencana_Induk_Pengembangan.pdf"
>
<h3>RENCANA INDUK PENGEMBANGAN</h3>
</a>
</div>
<div class="column card text-center">
<a
href="https://sar.ac.id/dw-statuta.pdf"
>
<h3>STATUTA STMIK AMIK RIAU</h3>
</a>
</div>
<div class="column card text-center">
<a
href="https://sar.ac.id/dw-Renstra_SISFO.pdf"
>
<h3>RENSTRA SISFO</h3>
</a>
</div>
<div class="column card text-center">
<a
href="https://sar.ac.id/dw-Pedoman_Akademik.pdf"
>
<h3>PEDOMAN AKADEMIK</h3>
</a>
</div>
<div class="column card text-center">
<a
href="https://sar.ac.id/dw-Rencana_Strategis.pdf"
>
<h3>RENCANA STRATEGIS</h3>
</a>
</div>
</section>
</main>
<br><br>
<footer class="text-center">
<p>©2020 Febri Hidayan, Hak cipta dilindungi.</p>
</footer>
</body>
</html>