Skip to content

Commit

Permalink
final update
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe committed Feb 15, 2016
1 parent b2440c8 commit a08108d
Show file tree
Hide file tree
Showing 92 changed files with 1,771 additions and 3,690 deletions.
4 changes: 2 additions & 2 deletions privacy.html → admin/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes" />

<link rel="shortcut icon" type="image/png" href="images/logo16.png" />
<link rel="shortcut icon" type="image/png" href="//fossmeet.in/img/logo16.png" />

<title>FOSSMeet '16</title>

<link rel="stylesheet" href="css/payment.css">
<link rel="stylesheet" href="//fossmeet.in/css/payment.css">

</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions terms.html → admin/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes" />

<link rel="shortcut icon" type="image/png" href="images/logo16.png" />
<link rel="shortcut icon" type="image/png" href="//fossmeet.in/img/logo16.png" />

<title>FOSSMeet '16</title>

<link rel="stylesheet" href="css/payment.css">
<link rel="stylesheet" href="//fossmeet.in/css/payment.css">

</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions admin/verify.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
header('HTTP/1.0 401 Unauthorized');
die ("Not authorized");
}
echo "<!DOCTYPE html><html><head><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='apple-mobile-web-app-capable' content='yes' /><link rel='shortcut icon' type='image/png' href='//fossmeet.in/images/logo16.png' /><title>FOSSMeet '16</title><link rel='stylesheet' href='//fossmeet.in/css/payment.css'></head><body>";
echo "<!DOCTYPE html><html><head><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='apple-mobile-web-app-capable' content='yes' /><link rel='shortcut icon' type='image/png' href='//fossmeet.in/img/logo16.png' /><title>FOSSMeet '16</title><link rel='stylesheet' href='//fossmeet.in/css/payment.css'></head><body>";
try{
$response = $api->paymentsList();
}
Expand All @@ -23,9 +23,9 @@
echo "<td>" . $i['buyer_name'] . "</td>";
echo "<td>" . $i['status'] . "</td>";
echo "<td>" . $i['currency'] . $i['unit_price'] . "</td>";
echo "<td>" . $i['created_at'] . "</td>";
echo "<td>" . $i['created_at'] . "</td>";
echo "</tr>";
}
echo "</table>";
?>
</body></html>
</body></html>
4 changes: 2 additions & 2 deletions admin/view_all.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!DOCTYPE html>
<html>
<head>
<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="apple-mobile-web-app-capable" content="yes" /><link rel="shortcut icon" type="image/png" href="//fossmeet.in/images/logo16.png" /><title>FOSSMeet '16</title><link rel="stylesheet" href="//fossmeet.in/css/payment.css">
<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="apple-mobile-web-app-capable" content="yes" /><link rel="shortcut icon" type="image/png" href="//fossmeet.in/img/logo16.png" /><title>FOSSMeet '16</title><link rel="stylesheet" href="//fossmeet.in/css/payment.css">
</head>
<body>
<?php
Expand Down Expand Up @@ -56,4 +56,4 @@

?>
</body>
</html>
</html>
1 change: 1 addition & 0 deletions css/animate.min.css

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions css/creative.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions css/font-awesome.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit a08108d

Please sign in to comment.