Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testing out a new layout #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions blog/2020-tinatest.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@sfpc" />
<meta name="twitter:creator" content="@sfpc" />
<!-- Fill out meta tags below for Twitter -->
<meta property="og:url" content="" />
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:image" content="" />

<link rel="stylesheet" type="text/css" href="../base.css">
<link rel="stylesheet" type="text/css" href="post-formatting.css">
<style>
/* To change the background color replace the word olive with another CSS color. */
body {background-color: olive;}
/* To change the color of the links when someone hover their mouse over it replace the word black with another CSS color. */
a:hover { color: black; }
</style>
</head>

<body>
<div class="holding-it-all-together">
<!-- This link should always be at the top. -->
<a class="home-button" href="/code-societies/blog">&#8604; blog</a>
<!-- The next three tags should be the H3 tag, the H4 tag, and an IMG tag. -->
<h3>POST TITLE</h3>
<h4>POST SUBTITLE</h4>
<p></p>
<img src="images/" alt="">
<!-- Copy & Paste your writing below this line. Add proper tags around text and images. Ask Emma questions on formatting if you have them! -->
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" href="homepage.css">
</head>
<body class="home">
<h1>Code Societies <br> Super Homepage</h1>
<h1>Code Societies <br> Fantastic Homepage</h1>

<p>School for Poetic Computation(SFPC)’s winter intensive is an introduction to re-introducing yourselves to computers. How do different platforms and processes—including algorithms, surveillance, social media, infrastructure, and interface—yield distinct modes of seeing, thinking, feeling, and reinforce existing systems of power? Code Societies centers understanding technology as social and the social as political technology. We will engage with code, and the ways code acts on our bodies and networks, equally as subject and as medium. Together we will build new codes made of the the digital, the social, and the ritual, on a foundation of shared experience and a commitment to learning with care together. Code Societies is about redrawing the divisions that make us and unmake us. We’ll begin by challenging the division between those who code software and those who are coded by it.<br>
</p>
Expand Down