Skip to content

Commit d2ce350

Browse files
authored
Updated Logo (#94)
* Updated logo and favicon * Updated logo, TODO main logo color * Updated homepage logo to #003956 * margin reduced * .vscode added to gitignore * removed unwanted logo files * deleted .vscode folder 🙃
1 parent f75c9f3 commit d2ce350

10 files changed

Lines changed: 15 additions & 9 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.swp
22
~*
33
.DS_Store
4+
.vscode/

index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@
3232
<meta property="twitter:image" content="/static/images/social/Codecell-twitter.png" />
3333
<meta property="twitter:url" content="" />
3434

35-
<link rel="icon" href="static/styles/images/favicon.ico" type="image/png" />
36-
<link rel="shortcut icon" href="static/styles/images/favicon.png" type="image/png" />
35+
<!-- favicons -->
36+
<link rel="apple-touch-icon" sizes="152x152?v=2.0" href="static/favicons/apple-touch-icon.png">
37+
<link rel="icon" type="image/png" sizes="192x192?v=2.0" href="static/favicons/android-chrome-192x192.png">
38+
<link rel="icon" type="image/png" sizes="512x512?v=2.0" href="static/favicons/android-chrome-512x512.png">
39+
<link rel="icon" type="image/png" sizes="16x16?v=2.0" href="static/favicons/favicon-16x16.png">
40+
<link rel="icon" type="image/png" sizes="32x32?v=2.0" href="static/favicons/favicon-32x32.png">
3741

3842
<link rel="stylesheet" href="static/styles/styles.css?202005200420" />
3943
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
@@ -135,20 +139,17 @@
135139
</div>
136140
</div> -->
137141
</div>
138-
139-
140142
<div id="header-content" class="container" itemscope="itemscope" itemtype="http://schema.org/Event">
141-
142-
<h1 class="sprite logo wow animated fadeInDown"><span class="screenreader">Codecell</span></h1>
143+
144+
<div class="wow animated fadeInDown" style="margin-top: 50px;">
145+
<img class="" src="./static/logos/logo-full-blue.png" style="height: 8vh;" alt="">
146+
</div>
143147

144148

145149
<meta itemprop="url" content="" />
146150
<meta itemprop="startDate" content="2016-11-29" />
147151
<meta itemprop="image" content="static/images/Codecell_KJSCE_logo.png" />
148152

149-
<div id="codecell-heading" class="hello wow animated fadeInUp" data-wow-delay="1.5s"
150-
style="font-family: Caviar;">KJSCE
151-
Codecell</div>
152153
<div class="hello wow animated fadeInUp" data-wow-delay="2.0s"></div>
153154
<br>
154155
<br>
11.8 KB
Loading
43.9 KB
Loading
10.7 KB
Loading

static/favicons/favicon-16x16.png

452 Bytes
Loading

static/favicons/favicon-32x32.png

1.12 KB
Loading

static/favicons/favicon.ico

15 KB
Binary file not shown.

static/logos/logo-full-blue.png

32 KB
Loading

static/styles/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,10 @@ only screen and (min-resolution: 2dppx) {
796796
color: #1e3d55;
797797
}
798798

799+
/* .png-to-color-dark-blue {
800+
filter: invert(74%) sepia(10%) saturate(3008%) hue-rotate(164deg) brightness(123%) contrast(199%);
801+
} */
802+
799803
.section-header .hello {
800804
margin-bottom: 25px;
801805
font-size: 36px;

0 commit comments

Comments
 (0)