-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
89 lines (87 loc) · 3.07 KB
/
resources.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
<html>
<head>
<title>Cognizance | Resources</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="author" content="Jon Carlo Bibat">
<meta name="keywords" content="cognizance, knowledge, power, brockton stover">
<meta name="description" content="Draft title" <meta="">
<link rel="shortcut icon" type="image/x-icon" href= "./img/favi.png" >
<link rel= "icon" href="./img/favi.png" >
<link rel = "stylesheet" type = "text/css" href = "./css/style.css">
</head>
<body>
<header>
<div class="container">
<div id ="branding">
<h1><span class = "highlight">Cognizance</span> Club</h1>
</div>
<nav>
<ul>
<li><a href = "index.html" class= "btn_2">Home</a></li>
<li><a href = "about.html" class= "btn_2">About</a></li>
<div class="dropdown">
<div class="dropbtn">Cabinet</div>
<div class="dropdown-content">
<a href="Brock.html">President</a>
<a href="Jon.html">Veep</a>
<a href="Corbin.html">Secretary?</a>
<a href="Nawwar.html">Treasurer</a>
<a href="Carpenter.html">Advisor</a>
</div>
</div>
<li><a href = "topics.html" class= "btn_2">Topics</a></li>
<li class="current">Resources</li>
</ul>
</nav>
</div>
</header>
<section id= "main_2">
<article id= "main-col">
<h1>This is IT!</h1>
<p>
<a href="https://repl.it/@Jon_CarloCarlo/Untitled-1">My Python Story!</a>
</p>
<p>
<a href="https://stoverbrock.github.io/">Our Lord and Savior's Website!</a>
</p>
<p>
<a href="https://bocebrian.github.io/">Website devoted to ANOTHER lord and savior</a>
</p>
<p>
<a href="https://drive.google.com">This is where my files are stored ;)</a>
</p>
<p>
<a href="./files/Bibat_Loops.zip" download = "Bibat_Loops.zip">It's time to looooooooop~!</a>
</p>
<p>
<a href="./files/Bibat_py.zip" download = "Bibat_py.zip">My Πthon</a>
</p>
<p>
<a href="./files/Bibat_Series.zip" download = "Bibat_Series.zip">Siri's</a>
</p>
<p>
<a href="./files/Bibat_Turtle.zip" download = "Bibat_Turtle.zip">My pet turtle.</a>
</p>
<p>
<a href="./files/Encryption.zip" download = "Encryption.zip">Get encrypted~~!</a>
</p>
<p>
<a href="https://scratch.mit.edu/projects/171383018/">Scratch Remix</a>
</p>
<p>
<a href="https://scratch.mit.edu/projects/171770109/">Pretty Bad Scratch Game</a>
</p>
<div class = "box">
<p><a href = ".files/snake_game.zip" download = "snake_game.zip"><font color = #4f6487>My Snake Game!</font></a></p>
<a href=".files/snake_game.zip" download = "snake_game.zip">
<img src = "./img/snake.jpg" style = "width:250px;height:250px" title="Snakes snakes everywhere.">
</a>
</div>
<p>
<a href="game.html">Game</a>
</p>
</article>
</section>
</body>
</html>