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

F/add content #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Next Next commit
Add welcome message
CalvoM committed Nov 26, 2020
commit 558edfe07b81f3c48f76d39a7d807625aa334163
1 change: 1 addition & 0 deletions github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 87 additions & 0 deletions gopher.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="gopher.svg">
<link rel="stylesheet" href="main.css">
<title>Nairobi Gophers</title>
</head>

<body>
<h1 class="centered">Nairobi Gophers</h1>
<div id="welcome">
<div>
<header>Who we are</header>
This group is for Go Enthusiasts.
<blockquote>
We aim to create a community around the language and share experiences adopting the language.
</blockquote>

<a href="https://chat.whatsapp.com/0hPy0LuJPNW37yYxpfxQn7">
<img src="./whatsapp.svg" alt="Nairobi-Gophers Whatsapp link" width="48" height="48">
</a>
<a href="http://https://github.com/nairobi-gophers ">
<img src="./github.svg" alt="nairobi-gophers github repo" width="48" height="48">
</a>
<a href="https://www.meetup.com/Nairobi-Gophers">
<img src="./meetup.svg" alt="Nairobi gophers meetup page" width="48" height="48">
</a>
<br>

</div>
<img src="./gopher.svg" alt="Adorable gopher" width="200px">
</div>
</body>

</html>
52 changes: 52 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
html,body{
padding:0;
margin:0;
}
.centered{
text-align: center;
}
h1{
font-family: Helvetica, Arial,sans-serif;
}
#welcome{
display: grid;
grid-template-columns: 1fr 1fr;
background-color: #eee;
padding:1.5rem;
}
#welcome div{
font-family: Arial, Helvetica, sans-serif;
padding:1rem;
font-size: 105%;
}
#welcome header{
font-size:140%;
padding:1rem;
}
blockquote {
background: #aaa;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 2em 3em;
quotes: "\201C""\201D""\2018""\2019";
width:80%;
font-size:110%;
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}
.comms_info{
padding-left:2rem;
}
a{
margin:1rem 0.6rem;
text-decoration: none;
}
59 changes: 59 additions & 0 deletions meetup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions whatsapp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.