-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
154 lines (140 loc) · 6.34 KB
/
Copy pathindex.php
File metadata and controls
154 lines (140 loc) · 6.34 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?php
session_start();
include("connection.php");
include("functions.php");
$user_data = check_login($con);
?>
<!DOCTYPE html>
<html>
<head>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> Index </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="style.css">
<script src="main.js"></script>
</head>
</head>
<body class = "index-body">
<div class = "main-header">
<nav class="navbar navbar-light justify-content-between" >
<br>
<a style="color:black; " class="navbar-brand" href="signup.php">Edulogy</a>
<a href="index.php"><img class = "logo" src="images\edulogy-removebg-preview (1).png" alt = "logo"/></a>
<a style="color:black" class="navbar-brand" href="signup.php">Sign Up</a>
<a style="color:black" class="navbar-brand" href="login.php">Login</a>
<a style="color:black" class="navbar-brand" href="logout.php">Logout</a>
<a style="color:black" class="navbar-brand" href="profile.php">View profile</a>
<a style="color:black" class="navbar-brand" href="news.php" target="_blank">News</a>
<a style="color:black" class="navbar-brand" href="bookmark.php" target="_blank">Bookmarks</a>
<a style="color:black" class="navbar-brand" href="teams.php" target="_blank">Team</a>
</nav>
<br><br>
<strong>
<h1 style="text-align:center; color:black; font-family:'Times new roman'">Hello, <?php echo $user_data['first_name'], " ",$user_data['last_name'];?>
<div><br>Scroll down to learn<br><div>
</strong></h1>
</div>
<br>
<div class = "main-header-2" >
<img class = "main-header-2-img" src="images\device_01.png" alt="">
<h1 style = "color:brown; font-family:monospace;left:400px"><strong>OUR AWESOME FEATURES</strong></h1><br>
<h4><ul style = "position:relative; text-align: left; left:400px">
<li>Short Explanation</li>
<li>Clear Concepts</li>
<li>solved questions</li>
<li>questions for practice</li>
</ul><h4>
</div>
<h1 style = "color:brown; font-family:monospace; text-align:center" ><strong>Browse tutorials</strong></h1><br>
<div class="wrap">
<div class="title">
<a href="html files\html blog\htmlblog.php" target="_blank"><img src="images\html-block-image.jpg" alt = "HTML block image"/></a>
<div class="text">
<h1>HTML</h1>
<p class="para">Learn HTML</p>
</div>
</div>
<div class="title">
<a href="html files\css blog\cssblog.php" target="_blank"><img src="images\CSS-block-image.jpg"/></a>
<div class="text">
<h1>CSS</h1>
<p class="para">Learn CSS</p>
</div>
</div>
<div class="title">
<a href="html files\python blog\pythonblog.php" target="_blank"><img src="images\Python-block-image.jpg"/></a>
<div class="text">
<h1>PYTHON</h1>
<p class="para">Learn Python</p>
</div>
</div>
<br><br><br><br>
<div class="title">
<a href="html files\cpp blog\cppblog.php" target="_blank"><img src="images\C++-block-image.jpg"/></a>
<div class="text">
<h1>C++</h1>
<p class="para">Learn C++</p>
</div>
</div>
<div class="title">
<a href="html files\java blog\javablog.php" target="_blank"><img src="images\java-block-image.jpg"/></a>
<div class="text">
<h1>JAVA</h1>
<p class="para">Learn JAVA</p>
</div>
</div>
<div class="title">
<a href="html files\c blog\cblog.php" target="_blank"><img src="images\C-block-image.jpg"/></a>
<div class="text">
<h1>C</h1>
<p class="para">Learn C</p>
</div>
</div>
</div>
<div class="container">
<section style="height:80px;"></section>
<div class="footer-dark">
<footer>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3 item">
<h3>Courses</h3>
<ul>
<li><a href="html files/html blog/htmlblog.php">html 5</a></li>
<li><a href="html files/css blog/cssblog.php">css 3</a></li>
<li><a href="html files/cpp blog/cppblog.php">c++</a></li>
<li><a href="html files/java blog/javablog.php">java</a></li>
<li><a href="html files/c blog/cblog.php">c</a></li>
<li><a href="html files/python blog/pythonblog.php">python</a></li>
</ul>
</div>
<div class="col-sm-6 col-md-3 item">
<h3>Team</h3>
<ul>
<li><a href="#">Aditya VSM</a></li>
<li><a href="#">Akash Ashok Sangnure </a></li>
</ul>
</div>
<div class="col-md-6 item text">
<h3>Edulogy</h3>
<p>Edulogy is an online learning platform where you can learn computer science topics. We cover top programming laguages with short and clear explanations which even a beginner can understand.</p>
</div>
<div class="col item social">
<a href="#"><i class="icon ion-social-facebook"></i></a>
<a href="#"><i class="icon ion-social-twitter"></i></a>
<a href="#"><i class="icon ion-social-snapchat"></i></a>
<a href="#"><i class="icon ion-social-instagram"></i></a></div>
</div>
<p class="copyright">Edulogy © 2020</p>
</div>
</footer>
</div>
</body>
</html>