-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
129 lines (124 loc) · 6.92 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
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
<!DOCTYPE html>
<html lang="en" class="sl-theme-dark">
<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">
<meta name="robots" content="index, follow">
<title>coreCSS Sandbox</title>
<link rel="icon" type="image/png" href="https://github.com/Bijikyu/staticAssetsSmall/blob/main/logos/core-logo-min.png?raw=true"/>
<script src="https://kit.fontawesome.com/987e326b19.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/Bijikyu/coreCSS/core.css">
<link rel="stylesheet" type="text/css" href="variables.css">
</head>
<body>
<header>
<div class='desktop flex centerAlign'>
<a href='/index.html'><img id='headerLogo' src="https://github.com/Bijikyu/staticAssetsSmall/blob/main/logos/core-logo-min.png?raw=true"/></a>
</div>
</header>
<!--SPLASH-->
<main class='col center centerAlign'>
<div class='card col90'>
<h2>coreCSS <br> Sandbox</h2>
<hr>
<div id='splash' class='flex centerAlign row center'>
<div class='col center centerAlign'>
<img id="logoTransImg" src="https://github.com/Bijikyu/staticAssetsSmall/blob/main/logos/core-logo-min.png?raw=true" alt="Logo"/>
</div>
<div class='col col50 center centerAlign'>
<p id="splashText">This html page provided as a sandbox to test changing the CSS variables. If you find the logo ugly, know it was made in 5 min by AI.</p>
<br>
<button class='col30'>Contact</button>
</div>
</div>
</div>
<br>
<div class='col card col90 flex centerAlign'>
<h2 id='offerings'>Icon Demo</h2>
<hr>
<div class='grid5'> <!--Item Container-->
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/android.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/email.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/fb.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/fb_messenger.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/github.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/insta.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/linkedin.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/patreon.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/phone.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/pinterest.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/reddit.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/shopify.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/signal.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/skype.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/snap.png?raw=true' height='150' weight='150'/>
</div>
<div>
<img class='icon' src='https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/twitter.png?raw=true' height='150' weight='150'/>
</div>
</div>
</div>
</main>
<footer>
<div class='flex centerAlign row evenly col100'>
<div class="flex centerAlign col tricol"> <!--Social Media Container-->
<a href=""><img class='contactIcon icon' src="https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/fb.png?raw=true" alt="Facebook"/></a>
<br>
<a href=""><img class='contactIcon icon' src="https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/twitter.png?raw=true" alt="Twitter"/></a>
</div>
<div class="col footerDesktop tricol">
<div class='flex centerAlign col'>
<img class='footerLogo logo' src="https://github.com/Bijikyu/staticAssetsSmall/blob/main/logos/core-logo-min.png?raw=true" alt="Footer logo"/>
<p id="footText" >coreCSS © 2022.<br>
Made by Brian Quezada.<br>
</p>
</div>
</div>
<div class="flex centerAlign col tricol">
<br>
<a href="tel:15555555555"><img class='contactIcon icon' src="https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/phone.png?raw=true" alt="Phone"/></a> <!--TODO: phone # -->
<br>
<a href="mailto:name@domain.com?subject=subject text"><img class='contactIcon icon' src="https://github.com/Bijikyu/staticAssetsSmall/blob/main/icons/monocolor/email.png?raw=true" alt="Email"/></a> <!--TODO: email -->
</div>
<div class="flex col footerMobile">
<div class='flex centerAlign col'>
<img class='footerLogo logo' src="https://github.com/Bijikyu/staticAssetsSmall/blob/main/logos/core-logo-min.png?raw=true" alt="Footer logo"/>
<p id="footText" >coreCSS © 2022.<br>
Made by Brian Quezada.<br>
</p>
</div>
</div>
</div>
</footer>
</body>
</html>