Skip to content

Fix assets folder #78

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

Open
wants to merge 2 commits into
base: main
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
File renamed without changes.
13 changes: 2 additions & 11 deletions Pasta/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@

<link rel="canonical" href="https://getbootstrap.com/docs/5.2/examples/starter-template/">





<link href="../assets/css/bootstrap.min.css" rel="stylesheet">

<link href="assets/css/index.css" rel="stylesheet">
Expand Down Expand Up @@ -57,17 +53,14 @@
<main>
<h1>Pasta</h1>
<p class="fs-5 col-md-8">Students eat a lot of it</p>
<img src="../assets/images/spaghetti_twirl.png" alt="pasta being twirled round a fork above a plate">
<img src="assets/images/spaghetti_twirl.png" alt="pasta being twirled round a fork above a plate">

<h2>Pasta World Records</h2>
<h4>Longest Strand of Pasta</h4>
<p>The longest strand of <span class="text-primary">pasta</span> measured 3,776 m (12,388 ft 5 in) and was achieved by LAWSON INC. (Japan) at Time 24 Building, Aomi, Koto-ku, Tokyo , Japan, on 20 October 2010. The whole pasta was cooked.
Sauce: This world record has been shamelessly taken from <a href="https://www.guinnessworldrecords.com/world-records/longest-strand-of-pasta#:~:text=The%20longest%20strand%20of%20pasta,was%20achieved%20by%20LAWSON%20INC.">Guinness World Records</a> on 17/10/2022
</p>




<h2>On the subject of Italy</h2>
<p class="fs-5 col-md-8">Some do say that Italy isn't real. Sheeple say we are conspiracy theorists, but have you ever seen a real Italian??????</p>
<p class="fs-5 col-md-8">Don't believe what <span class="text-primary">Big Italy</span> wants you to.</p>
Expand All @@ -90,11 +83,9 @@ <h2>Pasta Dictionary</h2>
</footer>
</div>


<script src="../assets/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/dist/js/bootstrap.bundle.min.js"></script>
<script src="funk.js"></script>


</body>
</html>

Expand Down