Skip to content

Commit 091d1c7

Browse files
author
Kristina Schneider
committed
Styling heading on Tarek's workshops page
1 parent 07ea2eb commit 091d1c7

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

_layouts/main.html

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<link rel="stylesheet" href="/stylesheets/calendar.css" media="screen"/>
3535

3636
<!-- end CSS-->
37+
38+
<script type="text/javascript" src="//use.typekit.net/ayv2sls.js"></script>
39+
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
3740
</head>
3841

3942
<body>

_layouts/simple.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<header class="site_header">
4949
<div class="container">
5050

51-
<h1 class="ots_logo">
51+
<h1 class="workshop_title">
5252
{{page.title}}
5353
</h1>
5454

stylesheets/style.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ audio:not([controls]) { display: none; }
99

1010
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
1111
body { margin: 0; font-size: 18px; line-height: 1.5; }
12-
body, button, input, select, textarea { font-family: "Pluto Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; color: #222; }
12+
body, button, input, select, textarea { font-family: "proxima-nova-alt", "Helvetica Neue", Arial, Helvetica, sans-serif; color: #222; }
1313

1414
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
1515
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
@@ -139,6 +139,13 @@ h2 span {
139139
outline: none;
140140
}
141141

142+
.workshop_title {
143+
width: 50%;
144+
text-align: center;
145+
margin: 2em auto .5em auto;
146+
color: #085987;
147+
}
148+
142149
footer,
143150
.meta_nav {
144151
height: 21px;

tareks-workshops.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: simple
33
title: Tarek's Workshops
44
---
55

6-
## Workshop 1: Programming
6+
<h2><span>Workshop 1: Programming</span></h2>
77
<p class="cols">
88
So the aim of those sessions and workshops that I would like to provides is to teach people about programming. People won't eventually come out as Web developers or professional python coders, it's rather more about providing a core or a foundation in programming and problem solving which is in my opinion an absolute requirement for a person to call himself a programmer, and not just a Python coder, or a Ruby coder. By understanding the idea behind programming and its basics first, it opens the doors for a person to dig into whatever language or framework all by themselves later on, and gives them the ability to decide on what they learn, and why the chose that.
99
<br>
@@ -18,7 +18,7 @@ I will give out a more clear outline during the first session, perhaps also to s
1818
</p>
1919

2020

21-
## Workshop 2: Web Development
21+
<h2><span>Workshop 2: Web Development</span></h2>
2222

2323
<p class="cols">
2424
These are sessions I would also like to hold for people who are interested in Web Development. I used to carry out similar workshops last year, so I still have the outline which wouldn't be much different, you can check it out here: http://sessions.tgalal.com/ . Absolute beginners are also welcome to these sessions but, most probably I will not go into Javascript or any server-side programming (which is not necessarily PHP) unless students do know programming basics, whether as a previous knowledge or from attending the programming workshop.

0 commit comments

Comments
 (0)