-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
65 lines (56 loc) · 3.07 KB
/
about.php
File metadata and controls
65 lines (56 loc) · 3.07 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
<!--
=========================================================
* Material Kit - v2.0.6
=========================================================
* Product Page: https://www.creative-tim.com/product/material-kit
* Copyright 2019 Creative Tim (http://www.creative-tim.com)
Licensed under MIT (https://github.com/creativetimofficial/material-kit/blob/master/LICENSE.md)
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="A simpler way to check out your ip(ggsipu) university results">
<title>Ipuresults.xyz: About Us</title>
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
<!-- <link rel="stylesheet" href="/fontawesome/css/fontawesome.min.css"> -->
<!-- Material Kit CSS -->
<link href="/theme/assets/css/material-kit.css?v=2.0.6" rel="stylesheet" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<?php include 'g-analytics.php' ?>
</head>
<body>
<?php include 'header.php' ?>
<div class="main" style="min-height: 90vh">
<div class="container">
<div class="section">
<h3 class="font-weight-bold">About Us</h3>
<div>
This site is an effort to give a result portal like experience to people to view their results in a
personalized manner.
The official pdfs are painful and tough to analyse.
So this is an effort to make the analysis part easier.
You can find results of most of the branches of IP university here at this site.
This site is inspired by <a href="https://www.ipuresults.co.in" target="_blank">ipuresults.co.in</a>
and <a href="https://outcome-ipu.herokuapp.com/" target="_blank">Outcome-Ipu By Sid-2D</a>.
I personally am a fan of outcome-ipu but its not being maintained currently and the other one is
full of ads.
You can reach out to me in case of any discrepancies or issues you face at <a
href="mailto:help@ipuresults.xyz">help@ipuresults.xyz</a>
</div>
</div>
</div>
</div>
<?php include 'footer.php' ?>
<script src="/assets/js/lib/jquery-3.3.1.min.js"></script>
<script src="/assets/js/lib/popper.min.js"></script>
<script src="/assets/js/lib/bootstrap.min.js"></script>
<script src="/theme/assets/js/material-kit.min.js"></script>
</body>
</html>