forked from AdaGold/group-fansite
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Paper - Whit #47
Open
sundbean
wants to merge
13
commits into
Ada-C15:master
Choose a base branch
from
sundbean:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Paper - Whit #47
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f6dd976
adds basic html structure and first css rule-set
sundbean cfb586f
adds html and css for index.html
sundbean cee8233
adds about page content and portfolio page initial content
sundbean 5845e80
renames Blog to Essays and tweaks style.css for responsive alignment
sundbean 8ea0739
adds first working version of about page
sundbean b38f29c
simplifies site map and redoes links accordingly
sundbean 3ca639e
redoes font and color
sundbean a8cda4e
neatens about page and adds underline effect to navigation links on h…
sundbean 0ddade3
completes about me page
sundbean 2b8a439
refactors home page with new images and adjusted footer layout
sundbean b471bae
removes venv files
sundbean e692893
adds weather-report
sundbean f63a8a7
links weather-report project on portfolio page
sundbean File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title></title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="./styles/style.css"> | ||
<link rel="stylesheet" href="./styles/about_style.css"> | ||
<!-- For social media icons: --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1 class="my-name"><a href="./index.html">WHIT SUNDBY</a></h1> | ||
<nav class="navbar"> | ||
<a class="current-page" href="./about.html">About</a> | ||
<a href="./portfolio.html">Portfolio</a> | ||
<a href="./blog.html">Essays</a> | ||
</nav> | ||
</header> | ||
<main class="page-content"> | ||
<div class="main-grid"> | ||
<img id="about-img" src="./images/hi_im_whit.png" alt="A picture of Whit smiling for the camera." /> | ||
<div class="about-text"> | ||
<p class="about-me">Hello, I'm Whit. I'm a software-developer-in-training in Seattle, WA. All of the coding projects on this website have been produced from scratch in the first 3 months of Ada Developer Academy's immersive curriculum. So far we've learned Python, Flask, SQL, HTML, CSS, and API development.</p> | ||
<p class="about-me">My journey into software development is both passion-driven and philosophy-driven. The passion: I love building things, especially tools that people can use to enrich their lives. The philosophy: my worldview has been heavily influenced by a neurophilosophical thesis called 'The Extended Mind.' The philosophy informs another passion that I hope to bring into my software development career: helping make life better for people with mental disabilities. You can read more about my thoughts on technology and the mind in the <a id="extended-mind-link">Essays</a> section of this website.</p> | ||
<p class="about-me">Aside from a budding software engineer, I'm also a long-distance hiker. So far, I've hiked the Pacific Crest Trail in the western US (2,650 miles) and the Te Araroa Trail in New Zealand (1,875 miles). When I'm not hiking or coding, you can usually find me cooking, reading, writing, playing classical guitar, listening to podcasts, or playing with my two 5-month-old kittens, Live ("Lee-vah") and Johannes ("Yo-hahn").</p> | ||
</div> | ||
</div> | ||
</main> | ||
<footer class="social-footer"> | ||
<div class="social-icons"> | ||
<ul class="social-menu"> | ||
<li><a href="https://www.linkedin.com/in/wks" class="fa fa-linkedin fa-lg"></a></li> | ||
<li><a href="https://www.github.com/sundbean" class="fa fa-github fa-lg"></a></li> | ||
<li><a href="https://www.instagram.com/sundbean" class="fa fa-instagram fa-lg"></a></li> | ||
</ul> | ||
</div> | ||
<div class="copyright"><section class="signature">© Whit Sundby June 6 2021</section></div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title></title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="./styles/style.css"> | ||
<link rel="stylesheet" href="./styles/about_style.css"> | ||
<!-- For social media icons: --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1 class="my-name"><a href="./index.html">WHIT SUNDBY</a></h1> | ||
<nav class="navbar"> | ||
<a class="current-page" href="./about.html">About</a> | ||
<a href="./portfolio.html">Portfolio</a> | ||
<a href="./blog.html">Essays</a> | ||
</nav> | ||
</header> | ||
<main class="page-content"> | ||
|
||
</main> | ||
<footer class="social-footer"> | ||
<div class="social-icons"> | ||
<ul class="social-menu"> | ||
<li><a href="https://www.linkedin.com/in/wks" class="fa fa-linkedin fa-lg"></a></li> | ||
<li><a href="https://www.github.com/sundbean" class="fa fa-github fa-lg"></a></li> | ||
<li><a href="https://www.instagram.com/sundbean" class="fa fa-instagram fa-lg"></a></li> | ||
</ul> | ||
</div> | ||
<div class="copyright"><section class="signature">© Whit Sundby June 6 2021</section></div> | ||
</footer> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title></title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="./styles/style.css"> | ||
<!-- For social media icons: --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
</head> | ||
<body> | ||
<div class="grid-container"> | ||
<header> | ||
<h1 class="my-name"><a href="./index.html">WHIT SUNDBY</a></h1> | ||
<nav class="navbar"> | ||
<a href="./about.html">About</a> | ||
<a href="./portfolio.html">Portfolio</a> | ||
<a href="./blog.html">Essays</a> | ||
</nav> | ||
</header> | ||
<main> | ||
<br> | ||
<section class="featured"> | ||
<div class="container"> | ||
<img src="./images/video_store.jpg" alt="A storefront sign that says 'VIDEO'." /> | ||
<div class="overlay"> | ||
<p class="overlay-text">Project: A retro video store API with command line interface.</p> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<img src="./images/task_list.jpg" alt="A white sticky note labeled 'task list' with checked-off task 'API project'." /> | ||
<div class="overlay"> | ||
<p class="overlay-text">Project: A task list API that integrates with Slack.</p> | ||
</div> | ||
</div> | ||
<div class="container"> | ||
<img src="./images/mental_health.png" alt="An illustration of silhouettes with brains painted as flowers, puzzles, and line graphs." /> | ||
<div class="overlay"> | ||
<p class="overlay-text">Lightning Talk: Tech and Mental Health</p> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- <ul class="featured"> | ||
<li id="bio"> | ||
<div class="container"> | ||
<a href="./about.html"> | ||
<img src="./images/mountains.jpeg" alt="A picture of a mountain range in New Zealand"> | ||
<div class="overlay"> | ||
<p class="text">Mission Statement</p> | ||
</div> | ||
</a> | ||
</div> | ||
</li> | ||
<li id="video-store-project"> | ||
<div class="container"> | ||
<a href="./portfolio/video-store"> | ||
<img src="./images/retro-video-store.jpg" alt="The inside of a 1990s video store"> | ||
<div class="overlay"> | ||
<p class="text">Project: Retro Video Store</p> | ||
</div> | ||
</a> | ||
</div> | ||
</li> | ||
<li id="swap-meet-project"> | ||
<div class="container"> | ||
<a href="./portfolio/swap-meet"> | ||
<img src="./images/swap-meet.jpg" alt="A row of vendor tents at a swap meet"> | ||
<div class="overlay"> | ||
<p class="text">Project: Swap Meet</p> | ||
</div> | ||
</a> | ||
</div> | ||
</li> | ||
</ul> --> | ||
</main> | ||
<footer class="social-footer"> | ||
<div class="social-icons"> | ||
<ul class="social-menu"> | ||
<li><a href="https://www.linkedin.com/in/wks" class="fa fa-linkedin fa-lg"></a></li> | ||
<li><a href="https://www.github.com/sundbean" class="fa fa-github fa-lg"></a></li> | ||
<li><a href="https://www.instagram.com/sundbean" class="fa fa-instagram fa-lg"></a></li> | ||
</ul> | ||
</div> | ||
<div class="copyright"> | ||
<section class="signature">© Whit Sundby June 6 2021</section> | ||
</div> | ||
</footer> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title></title> | ||
<meta name="description" content=""> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" href="./styles/style.css"> | ||
<link rel="stylesheet" href="./styles/portfolio_style.css"> | ||
<!-- For social media icons: --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<h1 class="my-name"><a href="./index.html">WHIT SUNDBY</a></h1> | ||
<nav class="navbar"> | ||
<a href="./about.html">About</a> | ||
<a href="./portfolio.html">Portfolio</a> | ||
<a href="./blog.html">Essays</a> | ||
</nav> | ||
</header> | ||
<main> | ||
<div class='main-grid'> | ||
|
||
</div> | ||
<a href="./weather-report/index.html">Weather Report Project</a> | ||
</main> | ||
<footer class="social-footer"> | ||
<div class="social-icons"> | ||
<ul class="social-menu"> | ||
<li><a href="https://www.linkedin.com/in/wks" class="fa fa-linkedin fa-lg"></a></li> | ||
<li><a href="https://www.github.com/sundbean" class="fa fa-github fa-lg"></a></li> | ||
<li><a href="https://www.instagram.com/sundbean" class="fa fa-instagram fa-lg"></a></li> | ||
</ul> | ||
</div> | ||
<div class="copyright"><section class="signature">© Whit Sundby June 6 2021</section></div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
const doubleTheNums = arr => { | ||
for (i=0; i < arr.length; i++) { | ||
arr[i] *= 2; | ||
} | ||
return arr; | ||
} | ||
|
||
const doubleTheNums = arr => arr.map(x = x * 2); | ||
|
||
|
||
Math.random() --> gives us a number [0, 1) (note that 1 is excluded) | ||
Math.random() * 100 --> gives us a number [0, 100) (note that 100 is excluded) | ||
Math.random() * 100 + 1 --> gives us a number [1, 101) (note that 101 is excluded) | ||
Math.floor(Math.random() * 100) + 1 --> gives us an integer [1, 100] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
main { | ||
grid-column: 1 / -1; | ||
grid-row: 2 / 3; | ||
} | ||
|
||
.main-grid { | ||
height: 70vh; | ||
display: grid; | ||
grid-template-columns: 1fr 2fr 6fr 1fr; | ||
grid-template-rows: 1fr; | ||
} | ||
|
||
#about-img { | ||
grid-column: 2 / 3; | ||
max-width: 20vw; | ||
padding-right: 2em; | ||
align-self: center; | ||
} | ||
|
||
.about-text { | ||
grid-column: 3 / -2; | ||
align-self: center; | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
main { | ||
grid-column: 1 / -1; | ||
grid-row: 2 / 3; | ||
} | ||
|
||
.main-grid { | ||
height: 70vh; | ||
display: grid; | ||
grid-template-columns: 1fr 1fr 1fr; | ||
grid-template-rows: 1fr 1fr 1fr; | ||
} | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty title