Skip to content

Commit

Permalink
directory changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantusi committed Nov 21, 2023
1 parent c788bf5 commit 907eb53
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 178 deletions.
18 changes: 9 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />

<!-- http://getbootstrap.com/docs/5.1/ -->
<!-- http://getbootstrap.com/5.1/ -->
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" rel="stylesheet">
<script crossorigin="anonymous" src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"></script>

<!--- Webpage Icon -->
<link href="/docs/images/main.ico" rel="icon">
<link href="/images/main.ico" rel="icon">

<!-- CSS stylesheet -->
<link href="/docs/static/styles.css" rel="stylesheet">
<link href="/static/styles.css" rel="stylesheet">

<!-- Using Jinja for titles -->
<title>Codecrafts: README Generator</title>
Expand All @@ -22,7 +22,7 @@
<!-- Navigation Bar -->
<nav class="navbar navbar-dark bg-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="/docs/index.html">Codecrafts <img width="30" height="30" src="/docs/images/main.ico"></a>
<a class="navbar-brand" href="/index.html">Codecrafts <img width="30" height="30" src="/images/main.ico"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasDarkNavbar" aria-controls="offcanvasDarkNavbar">
<span class="navbar-toggler-icon"></span>
</button>
Expand All @@ -34,10 +34,10 @@ <h4 class="offcanvas-title" id="offcanvasDarkNavbarLabel">Codecrafts Navigator</
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<a id="nav-text" class="nav-link active" aria-current="page" href="/docs/index.html">Home</a>
<a id="nav-text" class="nav-link active" aria-current="page" href="/index.html">Home</a>
</li>
<li class="nav-item">
<a id="nav-text" class="nav-link" href="/docs/templates/github.html">Github README Generator</a>
<a id="nav-text" class="nav-link" href="/templates/github.html">Github README Generator</a>
</li>
<li class="nav-item dropdown">
<a id="nav-text" class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Expand All @@ -62,7 +62,7 @@ <h4 class="offcanvas-title" id="offcanvasDarkNavbarLabel">Codecrafts Navigator</
<main class="container-fluid py-5 text-center">
<br>
<h1>Welcome to Codecrafts</h1>
<img src="/docs/images/main.ico" width="200" height="200" />
<img src="/images/main.ico" width="200" height="200" />
<hr><br>

<div class="accordion accordion-flush" id="accordionFlushExample">
Expand All @@ -89,10 +89,10 @@ <h2 class="accordion-header" id="flush-headingTwo">
<div class="accordion-body">
<strong>Construct your own README.MD file for your github profile.</strong> Our GitHub <code>README.MD</code> File Generator simplifies the process of creating a polished <code>README.MD</code> file. Just input your content in plain language, and our tool works its magic.
<br><br>
<img src="/docs/images/github.png" width="400" height="200" />
<img src="/images/github.png" width="400" height="200" />
<br><p>A preview</p>
<br>
<a class="btn btn-outline-success" href="/docs/templates/github.html" role="button">Construct your README!</a>
<a class="btn btn-outline-success" href="/templates/github.html" role="button">Construct your README!</a>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 907eb53

Please sign in to comment.