Skip to content

Instantly share code, notes, and snippets.

@aeshthetic
Created January 11, 2018 21:37
Show Gist options
  • Save aeshthetic/a38d936f8516cc5124b204f6f197629d to your computer and use it in GitHub Desktop.
Save aeshthetic/a38d936f8516cc5124b204f6f197629d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>The Docker</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy"
crossorigin="anonymous">
<link rel="stylesheet" href="/static/css/styles.css">
</head>
<body style="background-color: #e9ecef">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a href="#" class="navbar-brand">The Docker</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a href="/" class="nav-link">Home</a>
</li>
<li class="nav-item active">
<a href="/join" class="nav-link">Join</a>
</li>
<li class="nav-item active">
<a href="/resources" class="nav-link">Resources</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<div class="row top-buffer">
<h1>Resources</h1>
<p>
Spreading information is a huge goal of ours and is essential to accelerating the growth and success of the various causes we hope to support.
In order to ensure that all members can participate in spreading information, we will do our best to update this page with high quality information
regarding the causes we support as they arise.
</p>
</div>
<hr class="my-4"/>
<div class="row top-buffer">
<img alt="LiNK Logo" src="https://www.libertyinnorthkorea.org/wp-content/uploads/2012/05/logo_header_new.png" height="100" style="margin-bottom: 10px"/>
<p>
Liberty in North Korea is a non-profit organization who believes that by rescuing North Korean refugees from China and helping
them resettle in the United States and South Korea, we can accelerate the liberation of the entirety of North Korea. LiNK is aware
that when citizens of North Korea defect, they continue to send money and information back into the country to their families via
organizations in China that smuggle information and cellphones over the North Korean border. The Docker believes that, as we cannot
provide support to the North Korean people (many of whom are currently starving and continue to suffer from the famine in the mid-90's),
it is essential that we put our efforts and energy into helping LiNK achieve their goals.<br/><br/>Below is a collection of media involving
North Korea, defectors and their experiences and LiNK's experiences and efforts in working towards their goal.
</p>
<!--<h3>What I learned as a prisoner in North Korea | Euna Lee</h3>-->
<!--<iframe width="560" height="315" src="https://www.youtube.com/embed/ZL-6MeYBeUs" frameborder="0" allow="autoplay; encrypted-media" style="margin-top: 10px; margin-bottom: 10px" allowfullscreen></iframe>-->
<h1 class="display-4">Test</h1>
<h2>testing</h2>
<p>
A TED talk featuring journalist Euna Lee who was taken as prisoner in North Korea after having crossed the border while shooting in China. Lee describes her experiences
with the various people she interacted with in North Korea, all of whom were part of the military. Lee's experience reminds us that North Korea is filled with real people
who have been deprived of many freedoms we've grown to believe are essential to our living.
</p>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js" integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4" crossorigin="anonymous"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment