-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (88 loc) · 2.6 KB
/
Copy pathindex.html
File metadata and controls
92 lines (88 loc) · 2.6 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Comiclyy (Comiclyy)">
<meta property="og:site_name" content="Comiclyy.github.io">
<meta property="og:url" content="https://Comiclyy.github.io/">
<meta property="og:description" content="Student">
<meta property="og:type" content="profile">
<meta property="og:image" content="https://avatars.githubusercontent.com/u/93946611?v=4">
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="styles.css" />
<title>Comicly</title>
</head>
<body class="stylish-bg">
<section id="profile">
<img class="profile-img" src="https://avatars.githubusercontent.com/u/93946611?v=4" />
<h1 class="page-title">Comiclyy<span class="aka"> (Max)</span></h1>
<p>Student</p>
<div class="fyi-card">
<h2>Announcements!</h2>
<p>
Hello there!.<br/>
You can see my projects <a href="https://github.com/Comiclyy">here</a>.
</p>
</div>
</section>
<section class="links">
<h3>// work
<hr />
</h3>
<a href="https://github.com/Comiclyy">
<div class="icon"><i class="ri-github-fill"></i></div>
Github
<span class="u-name">@Comiclyy</span>
</a>
<a href="#">
<div class="icon"><i class="ri-folder-fill"></i></div>
Portfolio
<span class="u-name">@Max</span>
</a>
<a href="#">
<div class="icon"><i class="ri-folder-fill"></i></div>
Photography
<span class="u-name">@null</span>
</a>
<h3>// social
<hr />
</h3>
<a href="https://twitter.com/mbymax4">
<div class="icon"><i class="ri-twitter-fill"></i></div>
Twitter
<span class="u-name">@mbymax4</span>
</a>
<a href="https://www.tiktok.com/@mbymax4">
<div class="icon"><i class="ri-tumblr-fill"></i></div>
Tiktok
<span class="u-name">@mbymax4</span>
</a>
<a href="mailto:maxmyerscs@gmail.com">
<div class="icon"><i class="ri-mail-send-line"></i></div>
Email
<span class="u-name">@max</span>
</a>
<h3>// extra
<hr />
</h3>
<a href="https://www.nohesi.gg/servers?map=SRP®ion=North+America&traffic=Heavy+Traffic&type=Public&sort_by=least_players">
<div class="icon"><i class="ri-folder-fill"></i></div>
Assetto
<span class="u-name">@nohesi</span>
</a>
<a href="https://www.youtube.com/">
<div class="icon"><i class="ri-youtube-fill"></i></div>
YouTube
<span class="u-name">@shortcut
</span>
</a>
</section>
<footer>
<p>
Made with ❤️ by
<a href="https://github.com/Comiclyy">Comiclyy</a>
</p>
</footer>
</body>
</html>