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

Added favicon and image assets #63

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
Binary file added assets/favicon.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 favicon.ico
Binary file not shown.
45 changes: 24 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Crimson+Text%7COpen+Sans:400,700' rel='stylesheet'>
<link href='styles.css' rel='stylesheet'>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<script src='https://use.fontawesome.com/0ace9e8c28.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand All @@ -34,7 +36,7 @@
<div class='col-lg-8 offset-lg-2'>
<h1 class='display-3'>Nation of Makers</h1>
<p class='lead'>
A nonprofit organization dedicated to helping makers by supporting maker organizations; through advocacy,
A nonprofit organization dedicated to helping makers by supporting maker organizations; through advocacy,
the sharing of resources and the building of community within the maker movement and beyond.
</p>
<p class='lead'>
Expand Down Expand Up @@ -78,25 +80,25 @@ <h2>What is Nation of Makers?</h2>
their lives and the lives of others in their communities.
</p>
<p>
Since the recent birth of the maker movement, millions of individuals, and thousands of organizations and institutions
have found ways to explore their own creative potential. Over the past year alone, groups such as The Maker City project
(supported by the Kauffman Foundation) have documented how the maker movement is having an impact on communities large
and small across the U.S.; more than 1,500 K-12 schools in 50 states have signed on to the Maker Promise, co-led Maker Ed
and Digital Promise, and over 77 colleges and universities made public new commitments to creating more opportunities for
Since the recent birth of the maker movement, millions of individuals, and thousands of organizations and institutions
have found ways to explore their own creative potential. Over the past year alone, groups such as The Maker City project
(supported by the Kauffman Foundation) have documented how the maker movement is having an impact on communities large
and small across the U.S.; more than 1,500 K-12 schools in 50 states have signed on to the Maker Promise, co-led Maker Ed
and Digital Promise, and over 77 colleges and universities made public new commitments to creating more opportunities for
making on their campuses and in their communities. These are just a few of the recent examples of ways countless organizations
have been inspired by the hacker and makerspaces and maker events that exist all across this country.
</p>
</p>
<p>
But there is still much work to be done. The maker movement has significant implications for manufacturing, economic and
workforce development, education, healthcare innovation, community revitalization, and technology advancements.
<strong>To continue to grow the coalition of diverse organizations that are working to support the maker community, this new independent,
non-profit organization called Nation of Makers has been formed. We commit to serving and representing the full variety of spaces,
events, and institutions serving makers, including non-profit organizations, museums, libraries, science centers, educational
But there is still much work to be done. The maker movement has significant implications for manufacturing, economic and
workforce development, education, healthcare innovation, community revitalization, and technology advancements.
<strong>To continue to grow the coalition of diverse organizations that are working to support the maker community, this new independent,
non-profit organization called Nation of Makers has been formed. We commit to serving and representing the full variety of spaces,
events, and institutions serving makers, including non-profit organizations, museums, libraries, science centers, educational
institutions, foundations and for-profit companies.</strong>
</p>
<p>
Nation of Makers is working with leaders from the maker community in all 50 states and has received more than 300 Letters of Support
from hackerspaces, makerspaces, companies, libraries, local government, and economic development agencies. These Letters of Support
Nation of Makers is working with leaders from the maker community in all 50 states and has received more than 300 Letters of Support
from hackerspaces, makerspaces, companies, libraries, local government, and economic development agencies. These Letters of Support
both strengthen the organization and share some of the amazing work already being done. We invite you to read some of these stories.
</p>

Expand Down Expand Up @@ -152,7 +154,7 @@ <h2>Vision</h2>
specific projects and inspire a culture of making within organizations.
</li>
<li>
<strong>Broadening access and increasing diversity</strong> - Creating and implementing a strategy for
<strong>Broadening access and increasing diversity</strong> - Creating and implementing a strategy for
broadening access to making for underrepresented groups and underserved communities.
</li>
</ul>
Expand Down Expand Up @@ -236,12 +238,13 @@ <h2>Stay Tuned!</h2>
<a href='http://bit.ly/nom-newsletter' target='_blank' class='btn btn-lg btn-primary'>Join the Newsletter →</a>
</p>
</div>
<div class='row' style='padding-bottom:30px;'>
<p class='text-sm-center'>
Contact the Nation of Makers<br />
<a href='mailto:[email protected]'>[email protected]</a>
</p>
</div>

</div>
<div class='row' style='padding-bottom:30px;'>
<p class='text-sm-center'>
Contact the Nation of Makers<br />
<a href='mailto:[email protected]'>[email protected]</a>
</p>
</div>
</div>
</section>
Expand Down