-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (42 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Official Front-face for UIC, the core Uganda Internet Community">
<title>UIC: core UGANDA Internet Community</title>
<link rel="stylesheet" href="resources/css/styles.css">
</head>
<body>
<header>
<nav class="menu">
<a href=".">Home</a>
<!-- a href="#about">About</a -->
<!-- a href="#services">Services</a -->
<!-- a href="#contact">Contact</a -->
<a target="_blank" href="https://t.me/ugandanow">UIC</a>
</nav>
</header>
<section class="hero">
<h1>Welcome to UIC</h1>
<p>We are committed to providing the best services to our community, and this happens to be the first, and official landing page for the Internet organization known as UIC, the core <b>UGANDA Internet Community</b></p>
</section>
<section class="gallery">
<div class="gallery-item">
<!-- iframe src="resources/docs/UIC Official Internet Front-face Concept.pdf" title="ICGF as an PDF" width="600" height="400"></iframe -->
<object data="resources/docs/UIC Official Internet Front-face Concept.pdf" type="application/pdf" width="600" height="400">
<p>It appears you don't have a PDF plugin for this browser. You can <a href="resources/docs/UIC Official Internet Front-face Concept.pdf">click here to download the ICGF PDF file.</a></p>
</object>
</div>
<!-- div class="gallery-item">
<img src="resources/docs/UIC Official Internet Front-face Concept.png" alt="ICGF as an Image">
</div -->
</section>
<footer style="background-color: #333; color: white; text-align: center; padding: 1rem 0;">
<div>
A <a target="_blank" href="https://nuchwezi.com" style="color: lightseagreen; text-decoration: none; margin: 0 1rem;">Nuchwezi</a> Internet Service.
<!-- a target="_blank" href="#B" style="color: white; text-decoration: none; margin: 0 1rem;">B</a -->
</div>
</footer>
</body>
</html>