-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (41 loc) · 3.06 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> THE CREATORS' LOCUS</title>
<link rel="stylesheet" href="assets/css/bootstrap-grid.css">
<link rel="stylesheet" href="assets/css/bootstrap-reboot.css">
<link rel="stylesheet" href="assets/css/bootstrap.css">
</head>
<body background="assets/media/background 2.jpg">
<nav class="navbar navbar-toggleable-md navbar-light bg-faded">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#">Navbar</a>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item"> <a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"> <a class="nav-link" href="art.html">Art</a></li>
<li class="nav-item"> <a class="nav-link" href="calligraphy.html">Calligraphy</a> </li>
<li class="nav-item"> <a class="nav-link" href="filmmaking.html">Film Making</a> </li>
<li class="nav-item"> <a class="nav-link" href="photography.html">Photography</a> </li>
<li class="nav-item"> <a class="nav-link" href="poetry.html">Poetry</a> </li>
<li class="nav-item"> <a class="nav-link" href="writing.html">Writing</a> </li>
</ul>
</nav>
</div>
<div class="container">
<h1 style="color:yellow; padding:120px; background-image: url('assets/media/homepage picture 2.jpg'); background-size: contain; "><b><i> </i></b></h1>
<h1 style="color: navy; font-size:100px"><I><B> THE CREATORS' LOCUS </I></B></h1>
<h2 style="color:magenta; font-size:50px" > Welcome to The Creators' Locus</h2 style="color:magenta; font-size:50px">
<br> <img src="assets/media/homepage_picture.jpg">
<h3 style="font-size:35px"> Our webpage is a compilation of the works of young, talented, gifted but unrecognized, obscure and unacknowledged artists and creators of different fields that dwell in the institution of Tyndale Biscoe and Mallinson School. Our motive is to provide these young minds a platform to publish their works, to encourage them to create and keep creating. The Creators' Locus focuses on channeling these artists' and creators' interests and giving them the freedom of self expression and the application of human creative skill.
<br> <br> Here, you will find an abundance of prolific, profound content that takes you to galaxies far, far away into the imaginative conscience of the artists who created them. You will travel and travel and travel into worlds so beautiful that you'll never want to return, all while sitting in the same place.
<br><img src="assets/media/homepage picture 4.jpg">
<br><br>So, feel free to browse and go through everything we have to offer. But, make sure you return and don't get lost in this beautiful world. We hope you like your retreat! </h3 style="font-size:35px">
</div>
<script src="assets/js/jquery-3.2.1.min.js" charset="utf-8"></script>
<script src="assets/js/bootstrap.js" charset="utf-8"></script>
</body>
</html>