Skip to content

Commit

Permalink
website changes
Browse files Browse the repository at this point in the history
i dont know if these look good or not!!! its a crapshoot!!!!
  • Loading branch information
Ian Martin committed Mar 6, 2017
1 parent 707bfac commit d015a70
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 55 deletions.
13 changes: 7 additions & 6 deletions static/css/sweetheartsquad/site.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
html{
background: #111;
background-repeat: no-repeat;
background-attachment: fixed;
background-repeat: no-repeat;
background-attachment: fixed;
}

body{
Expand All @@ -16,10 +16,12 @@ a{

h4{
color : #f9f9f9;
font-family:'Open Sans', sans-serif;
}

h1{
color : #fe1b9c;
color : #fe1b9c;
font-family:'Abel', sans-serif;
}

.white{
Expand Down Expand Up @@ -96,10 +98,9 @@ h1{
background-color: #111;
}


.profile-img{
width: 250px;
height: 250px;
width: 150px;
height: 150px;
padding: 25px;
margin: 0 auto;
}
Binary file added static/images/sweetheartsquad/boys.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/sweetheartsquad/dyscovr.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/sweetheartsquad/party.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 57 additions & 49 deletions templates/sweetheartsquad/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE html>
<html>
<head>
<link href="http://fonts.googleapis.com/css?family=Abel" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="{% static 'vendor/bower_components/bootstrap/dist/css/bootstrap.min.css' %}"/>
<link rel="stylesheet" href="{% static 'css/sweetheartsquad/site.css' %}">
Expand All @@ -14,70 +16,76 @@
<div class="container logo-container">
<img src="{% static 'images/sweetheartsquad/shs.png' %}" class="logo">
</div>
<div class="container-fluid">
<!-- <div class="container-fluid">
<div class="row row-centered">
<div class="col-md-1 col-centered center-text"><a class="h4 dark-grey" href="https://sweetheartsquad.itch.io/party-darling">Party,&nbsp;Darling?</a></div>
<div class="col-md-1 col-centered center-text"><a class="h4 dark-grey" href="{% url 'sweetheartsquad.views.stengine' %}">S&#8209;Tengine&nbsp;2</a></div>
<div class="col-md-1 col-centered center-text"><a class="h4 dark-grey" href="http://sweetheartsquad.itch.io/">Games</a></div>
</div>
</div>
</div> -->

</div>
</div>
<div class="container">
<h1 class="center">SweetHeart Squad</h1>
<h4 class="center">
We are a gaggle of game makers from Ottawa working on a custom engine and a plethora of playable titles. We’re all fourth-year students studying Interactive Multimedia and Design at Carleton University.
<br/>
<br/>
Contact us : [email protected]
We're a gaggle of game-makers from Ottawa who love making weird stuff.
<br/>
<br/>
Contact us: [email protected]
</h4>

<img src="images/sweetheartsquad/dyscovr.gif" />
<img src="images/sweetheartsquad/boys.gif" />
<img src="images/sweetheartsquad/party.gif" />

<h1>Meet the squad</h1>
<div id="team">
<div class="row">
<div class="col-md-4">
<a href="https://ca.linkedin.com/in/michael-hetman-38624890">
<img class="profile-img center-block" src="{% static 'images/partydarling/michael.png' %}"/>
<div class="center-text">
<h4>Michael</h4>
</div>
</a>
</div>
<div class="col-md-4">
<a href="http://seans.site/">
<img class="profile-img center-block" src="{% static 'images/partydarling/sean.png' %}"/>
<div class="center-text">
<h4>Sean</h4>
</div>
</a>
</div>
<div class="col-md-4">
<a href="https://github.com/ecthurlow">
<img class="profile-img center-block" src="{% static 'images/partydarling/emma.png' %}"/>
<div class="center-text">
<h4>Emma</h4>
</div>
</a>
</div>
<div class="row">
<div class="col-md-4">
<a href="http://seans.site/">
<img class="profile-img center-block" src="{% static 'images/partydarling/sean.png' %}"/>
<div class="center-text">
<h4>Sean</h4>
</div>
</a>
</div>

<div class="row">
<div class="col-md-4">
<a href="https://github.com/RyanBluth">
<img class="profile-img center-block" src="{% static 'images/partydarling/ryan.png' %}"/>
<div class="center-text">
<h4>Ryan</h4>
</div>
</a>
</div>
<div class="col-md-4">
<a href="https://github.com/ianmart1n">
<img class="profile-img center-block" src="{% static 'images/partydarling/ian.png' %}"/>
<div class="center-text">
<h4>Ian</h4>
</div>
</a>
</div>
<div class="col-md-4">
<div class="col-md-4">
<a href="http://www.ian-martin.net/">
<img class="profile-img center-block" src="{% static 'images/partydarling/ian.png' %}"/>
<div class="center-text">
<h4>Ian</h4>
</div>
</a>
</div>
<div class="col-md-4">
<a href="https://github.com/RyanBluth">
<img class="profile-img center-block" src="{% static 'images/partydarling/ryan.png' %}"/>
<div class="center-text">
<h4>Ryan</h4>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<a href="https://ca.linkedin.com/in/michael-hetman-38624890">
<img class="profile-img center-block" src="{% static 'images/partydarling/michael.png' %}"/>
<div class="center-text">
<h4>Michael</h4>
</div>
</a>
</div>
<div class="col-md-4">
<a href="https://github.com/ecthurlow">
<img class="profile-img center-block" src="{% static 'images/partydarling/emma.png' %}"/>
<div class="center-text">
<h4>Emma</h4>
</div>
</a>
</div>
<div class="col-md-4">
<a href="https://github.com/smalllittlecat">
<img class="profile-img center-block" src="{% static 'images/partydarling/cat.png' %}"/>
<div class="center-text">
Expand Down

0 comments on commit d015a70

Please sign in to comment.