Skip to content

Commit

Permalink
Let's go!
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpizza committed Aug 12, 2020
1 parent 4285c61 commit 2cf3a42
Show file tree
Hide file tree
Showing 11 changed files with 61 additions and 8 deletions.
Empty file modified LICENSE
100644 → 100755
Empty file.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# List

```
President : Arthur X
Treasurer : Steve X
Secretary : Kennedy X
Member Outreach : Maxwell X
Media Outreach : Micah X
Board Member : Asa
Board Member : Andrew
Board Member : Jacob
```
5 changes: 5 additions & 0 deletions css/style.css
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,9 @@ div h2 {

#initiatives h2 a:hover {
background-color: #141c27;
}

.col img {
max-width: 100%;
border-radius: 3px;
}
Binary file added images/arthur.jpg
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 images/kennedy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/lighthouse.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified images/lighthouse.xcf
100644 → 100755
Empty file.
Binary file added images/maxwell.jpg
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 images/micah.jpg
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 images/steve.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 43 additions & 8 deletions index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1><i class="fa fa-terminal" aria-hidden="true"></i>UNCODED</h1>
<h2 class="flag">About Uncoded</h2>

<p class="buff">Uncoded is a volunteer organization that began in 2015 with the aim to inspire, bring together,
and ignite local tech community. Events and ongoing initiatives strengthen uncoded℠ and our community. </p>
and ignite local tech community. Events and ongoing initiatives strengthen Uncoded and our community.</p>
<br>
<div class="col">
<div>
Expand Down Expand Up @@ -143,27 +143,62 @@ <h2 class="flag">Current Members</h2>
<div class="col">
<div>
<h2 id="president">President</h2>
<p class="side buff"></p>
<p class="side buff"><img alt="Arthur" src="/images/arthur.jpg"></p>
<p>
Arthur Reeder <a target="_blank" href="https://mastodon.sdf.org/art">🐘</a>
</p>
</div>

<div>
<h2 id="treasurer">Treasurer</h2>
<p class="side buff"></p>
<p class="side buff"><img alt="Steve" src="/images/steve.jpg"></p>
</div>
</div>
<br/>
<br>
<hr color="#2e4668">
<br>

<div class="col">
<div>
<h2 id="secretary">Secretary</h2>
<p class="side buff"></p>
<p class="side buff"><img alt="Kennedy" src="/images/kennedy.jpg"></p>
</div>

<div>
<h2 id="representative">Representative</h2>
<p class="side buff"></p>
<h2 id="representative">Member Outreach</h2>
<p class="side buff"><img alt="Maxwell" src="/images/maxwell.jpg"></p>
</div>
</div>

<br>
<hr color="#2e4668">

<p class="buff"></p>

<div class="col">
<div>
<h2 id="president">Member Outreach</h2>
<p class="side buff"><img alt="Micah" src="/images/micah.jpg"></p>
</div>

<div>
<h2 id="treasurer">Treasurer</h2>
<p class="side buff"><img alt="Steve" src="/images/steve.jpg"></p>
</div>
</div>
<br>
<hr color="#2e4668">
<br>

<div class="col">
<div>
<h2 id="secretary">Secretary</h2>
<p class="side buff"><img alt="Kennedy" src="/images/kennedy.jpg"></p>
</div>

<div>
<h2 id="representative">Member Outreach</h2>
<p class="side buff"><img alt="Maxwell" src="/images/maxwell.jpg"></p>
</div>
</div>
</section>
Expand Down Expand Up @@ -197,4 +232,4 @@ <h2 id="mailingList">Mailing List</h2>
</div>
</section>

</div>
</div>

0 comments on commit 2cf3a42

Please sign in to comment.