Skip to content

Commit

Permalink
basic placeholder info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessy Kate Schingler committed Jun 29, 2024
1 parent d8650b9 commit 3c07313
Showing 1 changed file with 9 additions and 42 deletions.
51 changes: 9 additions & 42 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
<meta name="generator" content="Hugo 0.122.0">
<title>Embassy Network</title>

<link rel="canonical" href="https://getbootstrap.com/docs/5.3/examples/cover/">



<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3">

<link href="../assets/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">

<style>
.bd-placeholder-img {
Expand Down Expand Up @@ -117,47 +115,12 @@
</symbol>
</svg>

<div class="dropdown position-fixed bottom-0 end-0 mb-3 me-3 bd-mode-toggle">
<button class="btn btn-bd-primary py-2 dropdown-toggle d-flex align-items-center"
id="bd-theme"
type="button"
aria-expanded="false"
data-bs-toggle="dropdown"
aria-label="Toggle theme (auto)">
<svg class="bi my-1 theme-icon-active" width="1em" height="1em"><use href="#circle-half"></use></svg>
<span class="visually-hidden" id="bd-theme-text">Toggle theme</span>
</button>
<ul class="dropdown-menu dropdown-menu-end shadow" aria-labelledby="bd-theme-text">
<li>
<button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="light" aria-pressed="false">
<svg class="bi me-2 opacity-50" width="1em" height="1em"><use href="#sun-fill"></use></svg>
Light
<svg class="bi ms-auto d-none" width="1em" height="1em"><use href="#check2"></use></svg>
</button>
</li>
<li>
<button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="dark" aria-pressed="false">
<svg class="bi me-2 opacity-50" width="1em" height="1em"><use href="#moon-stars-fill"></use></svg>
Dark
<svg class="bi ms-auto d-none" width="1em" height="1em"><use href="#check2"></use></svg>
</button>
</li>
<li>
<button type="button" class="dropdown-item d-flex align-items-center active" data-bs-theme-value="auto" aria-pressed="true">
<svg class="bi me-2 opacity-50" width="1em" height="1em"><use href="#circle-half"></use></svg>
Auto
<svg class="bi ms-auto d-none" width="1em" height="1em"><use href="#check2"></use></svg>
</button>
</li>
</ul>
</div>


<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto">
<div>
<h3 class="float-md-start mb-0">Embassy Network</h3>
<!--
<h3 class="float-md-start mb-0">Embassy Network</h3>
<nav class="nav nav-masthead justify-content-center float-md-end">
<a class="nav-link fw-bold py-1 px-0 active" aria-current="page" href="#">Home</a>
<a class="nav-link fw-bold py-1 px-0" href="#">Features</a>
Expand All @@ -168,18 +131,22 @@ <h3 class="float-md-start mb-0">Embassy Network</h3>
</header>

<main class="px-3">
<h1>The Embassy Network.</h1>
<h1>Embassy Network</h1>
<p class="lead">A network of place-based communities experimenting with new forms of governance and solidarity.</p>
<p>We start and support spaces that prototype new approaches to an open, creative society. These spaces are embassies of a future that is abundant, collaborative and transparent.</p>
<div class="alert alert-success" role="alert">
<h4 class="alert-heading"><i>Embassy's website is changing!</i></h4>
<p>We have some big changes in the works. Stay tuned for updates!</p>
<p class="lead">
<a href="#" class="btn btn-lg btn-light fw-bold border-white bg-white">Learn more</a>
<a href="mailto:[email protected]" class="btn btn-lg btn-light fw-bold border-white bg-white">Questions? Feel free to reach out.</a>
</p>
</div>
</main>

<footer class="mt-auto text-white-50">
</footer>
</div>
<script src="../assets/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>

</body>
</html>

0 comments on commit 3c07313

Please sign in to comment.