-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategory.php
66 lines (59 loc) · 2.28 KB
/
category.php
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
<!DOCTYPE html>
<html>
<head>
<title>Category</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body style="background-color:powderblue;">
<style>
center
{
background-color:lightviolet;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight: 100%;
}
p
{
font size: 200%;
}
</style>
</head>
<body>
<center><h1>PROGATE</h1></center>
<h3><marquee>LEARN TO CODE!!!LEARN TO BE CREATIVE!!!</marquee></h3>
<?php
require_once("inc/slider2.php")
?>
<!DOCTYPE html>
<html>
<body>
</body>
</html>
<center><h2>ABOUT US</h2></center>
<hr>
<strong><h2><pre> Progate is the largest online learning service for programming in Japan
and has over 450,000 individual users worldwide. Progate is being used for self-study,
classroom teaching as well in-house corporate trainings </pre></h2></strong>
<h4>
<br>
<center><h2>OUR VISION</h2></center>
<hr>
<strong><h2><pre> Empowering everyone to open new doors through programming.
We believe programming is a power that can change ourselves, our surroundings, and the world,
regardless of age,gender, race, or position. We want everyone to have this wonderful power.And we want
to open new doors of many lives alone.Learning to code gave us the power to create. It gave us confidence and opened new doors. </pre></h2></strong>
<h4>
<br>
<center><h2>CATEGORY</h2></center>
<hr><p>
  
<center><li><a href="subdivision.php" class="fas fa-chalkboard-teacher" style='font-size:24px'> <?php echo "COURSE LIST"?></a></li></center>
<BR>
<br>
<center><li><a href="form.php" class="fas fa-print" style='font-size:24px'> <?php echo "EVENT REGISTERATION"?></a></li></center>
<br>
<br>
<center><li><a href="login.php" class="fa fa-dot-circle-o" style='font-size:24px'> <?php echo "QUIZ"?></a></li></center>
</body>
</html>