-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathteam.php
More file actions
148 lines (130 loc) · 5.74 KB
/
team.php
File metadata and controls
148 lines (130 loc) · 5.74 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
<!DOCTYPE html>
<html>
<head>
<?php
require_once 'base.php';
// Localize the page.
$lang_ = isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? substr($_SERVER['HTTP_ACCEPT_LANGUAGE'], 0, 2) : 'en';
require_once getTextFileToInclude($lang_, isset($_GET['lang']) ? $_GET['lang'] : null);
?>
<!-- Description and keywords -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="View information about the team behind the Oxygen Updater app">
<meta name="keywords" content="Team,Oxygen,OnePlus,OxygenOS,OS,Android,AndroidOS,System,Update,Systemupdate,OTA,Flash,Download,Faster,App">
<meta name="author" content="Adhiraj Singh Chauhan">
<!-- Page title -->
<title><?php text('TEAM_PAGE_TITLE') ?></title>
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="/img/favicon/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/img/favicon/safari-pinned-tab.svg" color="#f50514">
<meta name="msapplication-TileColor" content="#f50514">
<meta name="msapplication-TileImage" content="/img/favicon/mstile-144x144.png">
<meta name="theme-color" content="#f50514">
<!-- Stylesheets -->
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/faq.css">
<!-- Javascript -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Top navigation bar -->
<nav>
<div class="container-fluid text-center">
<!-- Expand navigation bar icon (≡) -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-navbar-collapse-1">
<span class="sr-only"><?php text("TOGGLE_NAVIGATION") ?></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<img src="/img/app_icon_small-min.png" class="pull-left logo" alt="Logo">
<!-- App name -->
<a class="font-white navbar-brand" href="/"><?php text("APP_NAME") ?></a>
</div>
<!-- Navigation bar items (Download App and FAQ) -->
<div class="collapse navbar-collapse" id="bs-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a class="font-white" href="https://play.google.com/store/apps/details?id=com.arjanvlek.oxygenupdater<?php text('DOWNLOAD_APP_URL_SUFFIX') ?>">
<?php text("DOWNLOAD_APP") ?>
</a>
</li>
<li>
<a class="font-white" href="/faq"><?php text("FAQ") ?></a>
</li>
<li>
<a class="font-white" href="/legal"><?php text("PRIVACY_POLICY") ?></a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Title -->
<div class="grey-box">
<h2 class="text-center"><?php text('TEAM_PAGE_SUBTITLE')?></h2>
</div>
<!-- "Coming soon" banner -->
<div class="container" style="margin-top: -30px !important">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-10 col-lg-8 col-md-offset-1 col-lg-offset-2" style="text-align: center;">
<!-- https://pixabay.com/vectors/coming-soon-sign-board-3008776/ -->
<img src="/img/coming_soon.png" style="width: 80%; max-height: 500px;"/>
</div>
</div>
</div>
<hr>
<!-- Info about app -->
<div class="container well">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="text-center">
<address>
<strong><?php text('APP_NAME') ?></strong><br>
<?php text('FOOTER_DESCRIPTION') ?>
</address>
<address>
<?php text('FOOTER_DEVELOPED_BY') ?>
<strong><?php text('AUTHOR_NAME') ?></strong><br>
</address>
</div>
</div>
</div>
</div>
<!-- Legal notice -->
<footer class="text-center">
<div class="container">
<div class="row">
<div class="col-xs-12">
<p><?php text('FOOTER_LEGAL_ONEPLUS') ?></p>
<p><?php text('FOOTER_LEGAL_GOOGLE') ?></p>
</div>
</div>
</div>
</footer>
</body>
</html>