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

Ramzy #6

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
content changes
  • Loading branch information
Ramona committed Oct 16, 2023
commit 6a72bfe1b1d888afec83f5d6d867c87458a2727c
2 changes: 1 addition & 1 deletion dist/contact.html → dist/feedback.html
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="resume.html">Resume</a></li>
<li class="nav-item"><a class="nav-link" href="projects.html">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="feedback.html">Contact</a></li>
</ul>
</div>
</div>
17 changes: 10 additions & 7 deletions dist/projects.html
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Modern Business - Start Bootstrap Template</title>
<title>RASOR - DEMO</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Custom Google font-->
@@ -29,7 +29,6 @@
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="resume.html">Resume</a></li>
<li class="nav-item"><a class="nav-link" href="projects.html">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
@@ -38,7 +37,7 @@
<section class="py-5">
<div class="container px-5 mb-5">
<div class="text-center mb-5">
<h1 class="display-5 fw-bolder mb-0"><span class="text-gradient d-inline">Projects</span></h1>
<h1 class="display-5 fw-bolder mb-0"><span class="text-gradient d-inline">Mini Katas</span></h1>
</div>
<div class="row gx-5 justify-content-center">
<div class="col-lg-11 col-xl-9 col-xxl-8">
@@ -47,8 +46,12 @@ <h1 class="display-5 fw-bolder mb-0"><span class="text-gradient d-inline">Projec
<div class="card-body p-0">
<div class="d-flex align-items-center">
<div class="p-5">
<h2 class="fw-bolder">Project Name 1</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius at enim eum illum aperiam placeat esse? Mollitia omnis minima saepe recusandae libero, iste ad asperiores! Explicabo commodi quo itaque! Ipsam!</p>
<h2 class="fw-bolder">fizzBuzz</h2>
<p>The FizzBuzz problem is straightforward: Given a sequence of numbers from 1 to N, the task is to write a program that prints each number from the sequence. However, there are specific rules to follow:
<br>
If the number is divisible by 3, print "Fizz" instead of the number.
If the number is divisible by 5, print "Buzz" instead of the number.
If the number is divisible by both 3 and 5, print "FizzBuzz" instead of the number. </p>
</div>
<img class="img-fluid" src="./assets/fizzbuzz.gif" alt="..." />
</div>
@@ -74,8 +77,8 @@ <h2 class="fw-bolder">Project Name 2</h2>
<section class="py-5 bg-gradient-primary-to-secondary text-white">
<div class="container px-5 my-5">
<div class="text-center">
<h2 class="display-4 fw-bolder mb-4">Let's build something together</h2>
<a class="btn btn-outline-light btn-lg px-5 py-3 fs-6 fw-bolder" href="contact.html">Contact me</a>
<h2 class="display-4 fw-bolder mb-4">we are still under marinartion - soon to be peppered</h2>
<a class="btn btn-outline-light btn-lg px-5 py-3 fs-6 fw-bolder" href="contact.html">feedback</a>
</div>
</div>
</section>