-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
executable file
·61 lines (61 loc) · 2.73 KB
/
about.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
<?php session_start(); ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cryptopow - About</title>
<link rel="stylesheet" href="./css/style.css">
<link rel="icon" href="./img/logo.png">
<link rel="stylesheet" href="https://use.typekit.net/vub1dne.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.css">
<script src="https://code.jquery.com/jquery-3.6.3.min.js"></script>
</head>
<body>
<?php include './php/topbar.php'; ?>
<div class="recommend-outside" id="popup">
<div class="recommend" id="popup-1">
<?php include './php/logout.php'; ?>
</div>
</div>
<div class="about">
<br>
<h1><strong>About Me</strong></h1>
<!-- <p>I use linux btw</p> -->
<br><br>
<div class="aboutme">
<div class="user">
<i class="fa-solid fa-user"></i><p>Gagah Syuja</p>
</div>
<br><br>
<div class="nim">
<i class="fa-solid fa-id-card-clip"></i><p>A11.2022.14259</p>
</div>
<br><br>
<div class="group">
<i class="fa-solid fa-people-group"></i><p>A11.4107</p>
</div>
</div>
<br><br>
<div class="social">
<a href="https://github.com/gagahsyuja" target="_blank"><i class="fa-brands fa-square-github"></i></a>
<a href="https://instagram.com/gagahsyuja__" target="_blank"><i class="fa-brands fa-square-instagram"></i></a>
<a href="https://www.facebook.com/gagah.s.abdullah" target="_blank"><i class="fa-brands fa-square-facebook"></i></a>
</div>
<br><br><br>
</div>
<br><br><br><br>
<div class="botbar">
<h1><span>©2022</span>Cryptopow</h1>
<div class="botbar-img">
<img src="./img/logo.png" alt="logo" width="15%">
</div>
<div class="botbar-social">
<a href="https://github.com/gagahsyuja" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://instagram.com/gagahsyuja__" target="_blank"><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.facebook.com/gagah.s.abdullah" target="_blank"><i class="fa-brands fa-facebook"></i></a>
</div>
</div>
</body>
</html>