Skip to content

Commit

Permalink
host
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantusi committed Nov 20, 2023
1 parent b067da6 commit c788bf5
Show file tree
Hide file tree
Showing 216 changed files with 176 additions and 251 deletions.
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

53 changes: 0 additions & 53 deletions README.md

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
16 changes: 8 additions & 8 deletions src/templates/index.html → docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<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="/src/images/main.ico" rel="icon">
<link href="/docs/images/main.ico" rel="icon">

<!-- CSS stylesheet -->
<link href="/src/static/styles.css" rel="stylesheet">
<link href="/docs/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="index.html">Codecrafts <img width="30" height="30" src="/src/images/main.ico"></a>
<a class="navbar-brand" href="/docs/index.html">Codecrafts <img width="30" height="30" src="/docs/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="index.html">Home</a>
<a id="nav-text" class="nav-link active" aria-current="page" href="/docs/index.html">Home</a>
</li>
<li class="nav-item">
<a id="nav-text" class="nav-link" href="github.html">Github README Generator</a>
<a id="nav-text" class="nav-link" href="/docs/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="/src/images/main.ico" width="200" height="200" />
<img src="/docs/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="/src/images/github.png" width="400" height="200" />
<img src="/docs/images/github.png" width="400" height="200" />
<br><p>A preview</p>
<br>
<a class="btn btn-outline-success" href="github.html" role="button">Construct your README!</a>
<a class="btn btn-outline-success" href="/docs/templates/github.html" role="button">Construct your README!</a>
</div>
</div>
</div>
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit c788bf5

Please sign in to comment.