Skip to content

Commit d64754f

Browse files
committed
new fonts, new stuff...
1 parent 0bc45a7 commit d64754f

69 files changed

Lines changed: 294 additions & 1187 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

about/css/interact.css

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,15 @@
149149

150150
#fork{
151151
position: fixed;
152-
z-index: 1033;
153-
font-size: 16px;
154-
padding: 5px;
155-
color: white;
156-
background-color: rgb(59, 53, 53);
157-
border-top-left-radius: 5px;
158-
bottom: 0;
159-
right: 0;
152+
z-index: 1033;
153+
font-size: 16px;
154+
padding: 12px;
155+
color: white;
156+
background-color: rgb(59, 53, 53);
157+
border-top-left-radius: 5px;
158+
bottom: 0;
159+
right: 0;
160+
font-family: 'Odin';
160161
}
161162

162163
#fork i{

about/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ body {
219219
color: #ffffff;
220220
width: 100%;
221221
color: white;
222-
background-image: url('https://codeyourcloud.com/images/patterns/r1.jpg');
222+
background-image: url('https://codeyourcloud.com/images/patterns/desk.jpg');
223223
background-size: 100% auto;
224224
background-attachment: fixed;
225225
}
@@ -454,7 +454,7 @@ body {
454454

455455
#slide-6 {
456456
/*background-color: #95A5A6;*/
457-
background-image: url('https://codeyourcloud.com/images/patterns/r2.jpg');
457+
background-image: url('https://codeyourcloud.com/images/patterns/library.jpg');
458458
background-size: 100% auto;
459459
background-attachment: fixed;
460460
color: #4e4e4e;

about/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121

2222
<link rel="prefetch" href="images/zoom.png">
2323
<script src="js/jquery-1.10.2.min.js"></script>
24+
<script src="../lib/velocity/velocity.min.js"></script>
25+
<script src="../lib/velocity/velocity.ui.min.js"></script>
2426

2527
<link href='../fonts/font.css' rel='stylesheet' type='text/css'>
2628

@@ -81,7 +83,7 @@
8183
<div class="container" id="main">
8284
<div id="home-row-1" class="row clearfix">
8385
<div class="col-12">
84-
<h1 class="font-semibold Lobster">CODE YOUR CLOUD</h1>
86+
<h1 class="font-semibold" style="font-family:'Baron';font-size:88px">CODE YOUR CLOUD</h1>
8587
<h4 class="font-thin">An <span class="font-semibold">open-source</span> code editor for Google Drive</h4>
8688
<h4 class="font-thin">Developed by <a href="http://mkaminsky11.github.io/" class="white-a regular-link">Michael Kaminsky</a></h4>
8789
<br/>
@@ -111,7 +113,7 @@ <h4 class="font-thin">Developed by <a href="http://mkaminsky11.github.io/" class
111113

112114

113115
<div class="row title-row">
114-
<div class="col-12 font-thin Roboto-Medium almost-black">Code Your Cloud Is On A Misson</div>
116+
<div class="col-12 font-thin Hip-Light almost-black">Code Your Cloud Is On A Misson</div>
115117
</div><!-- /row -->
116118
<div class="row content-row">
117119

@@ -186,7 +188,7 @@ <h6 class="touch-info-desc">This toolbar contains common actions, so that you do
186188

187189
<div class="container">
188190
<div class="row title-row">
189-
<div class="col-12 font-thin Roboto-Medium almost-black">Such Features. Much Wow.</div>
191+
<div class="col-12 font-thin Hip-Light almost-black">Such Features,Much Wow</div>
190192
</div><!-- /row -->
191193

192194
<div class="row content-row feature-row">
@@ -225,7 +227,7 @@ <h4 class="Roboto-Light dark-gray">With Google Drive and Code Your Cloud, you ca
225227

226228
<div class="container comment-container" style="margin-bottom:0px">
227229
<div class="row title-row">
228-
<div class="col-12 font-thin Roboto-Medium almost-black">See It In Action</div>
230+
<div class="col-12 font-thin Hip-Light almost-black">See It In Action</div>
229231
</div><!-- /row -->
230232
<h7 class="Roboto">Click on a tile to see an animated GIF</h7>
231233
</div>
@@ -255,7 +257,7 @@ <h4 class="Roboto-Light dark-gray">With Google Drive and Code Your Cloud, you ca
255257
<div class="container" id="help">
256258

257259
<div class="row title-row">
258-
<div class="col-12 font-thin Roboto-Medium almost-black">Supported Platforms</div>
260+
<div class="col-12 font-thin Hip-Light almost-black">Supported Platforms</div>
259261
</div><!-- /row -->
260262

261263

@@ -367,7 +369,7 @@ <h2 class="font-semibold">Languages</h2>
367369
<div class="container" id="contact">
368370

369371
<div class="row title-row">
370-
<div class="col-12 font-thin Roboto-Medium almost-black">We're All Ears</div>
372+
<div class="col-12 font-thin Hip-Light almost-black">We're All Ears</div>
371373
</div><!-- /row -->
372374

373375
<div class="row content-row">
@@ -426,7 +428,7 @@ <h3 class="font-thin Roboto-Light dark-gray">Have a question? A suggestion? A pr
426428

427429
<div class="container" id="credits">
428430
<div class="row title-row">
429-
<div class="col-12 font-thin Roboto-Medium almost-white">Thank You</div>
431+
<div class="col-12 font-thin Hip-Light almost-white">Thank You</div>
430432
</div><!-- /row -->
431433

432434

0 commit comments

Comments
 (0)