forked from taeyangk0331/Profile-Autogeneration-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (66 loc) · 3.29 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css" />
</head>
<body>
<div id="header_wrap" class="container-sm shadow p-1 float-xl-start bg-light rounded-4">
<img src="https://avatars.githubusercontent.com/u/56949410?v=4" id="profile_photo">
<p><i class="bi bi-person-circle"></i> taeyangk0331</p>
<p><a class="external text-success" href="https://github.com/taeyangk0331" target="_blank"><i class="bi bi-github"></i> My Github</a></p>
</div>
<br><br><br>
<div class="calendar">
<!-- Loading stuff -->
Loading the data just for you.
</div>
<div class="container-sm float-xl-end mt-5">
<h2>My Github Portfolio</h2>
<h3>Github Repository</h3>
<div class="m-2">
<div class="d-flex w-100 justify-content-between">
<h4 class="mb-2">SKKU_OSSP_Project</h5>
</div>
<p class="mb-2">null</p>
</div>
<div class="m-2">
<div class="d-flex w-100 justify-content-between">
<h4 class="mb-2">profile</h5>
</div>
<p class="mb-2">null</p>
</div>
<div class="m-2">
<div class="d-flex w-100 justify-content-between">
<h4 class="mb-2">hello</h5>
</div>
<p class="mb-2">This is a auto push repository for Baekjoon Online Judge created with [BaekjoonHub](https://github.com/BaekjoonHub/BaekjoonHub).</p>
</div>
<div class="m-2">
<div class="d-flex w-100 justify-content-between">
<h4 class="mb-2">skku_operator</h5>
</div>
<p class="mb-2">null</p>
</div>
<div class="m-2">
<div class="d-flex w-100 justify-content-between">
<h4 class="mb-2">profile1</h5>
</div>
<p class="mb-2">This is a auto push repository for Baekjoon Online Judge created with [BaekjoonHub](https://github.com/BaekjoonHub/BaekjoonHub).</p>
</div>
<br>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<script src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js"></script>
</body>
<script>
GitHubCalendar(".calendar", "taeyangk0331", {
responsive: true,
tooltips: true
});
</script>
</html>