Skip to content

Commit

Permalink
Merge branch 'main' of github.com:epicbuzz/web-development
Browse files Browse the repository at this point in the history
  • Loading branch information
naveed-ahmad committed Sep 14, 2024
2 parents 28c6aea + 6970fd6 commit 12d92b8
Show file tree
Hide file tree
Showing 14 changed files with 170 additions and 42 deletions.
91 changes: 64 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,58 +1,95 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="./resources/css/styles.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web development</title>
<title>Web Development</title>
</head>
<body>
<h2>My name here</h2>
<ul>
<li>
<a href="week-1/intro.html">Week 1 -ludo</a>
</li>
<header class="d-flex align-items-center border-primary bg-primary">
<div class="logo-wrapper ms-3">
<img src="./resources/images/infiniti-dev_logo.png" alt="logo" width="130px" height="100px">
</div>
<div class="d-flex align-items-center justify-content-center w-100">
<h2 class="text-white">LIVE SECTION</h2>
</div>
</header>
<div class="container">
<script>
const weeksCount = 10;
</script>

<li>
<a href="week-2/ludo.html">week 2</a>
<ul class="d-flex align-items-center justify-content-between flex-wrap gap-3 mt-4">
<li class="list-group-item">
<a href="week-1/intro.html">
<button type="button" class="btn btn-outline-primary">Week 1</button>
</a>
</li>

<li>
<a href="week-3/form.html">week 3</a>
<li class="list-group-item">
<a href="week-2/ludo.html">
<button type="button" class="btn btn-outline-primary">Week 2</button>
</a>
</li>
<li class="list-group-item">
<a href="week-3/form.html">
<button type="button" class="btn btn-outline-primary">Week 3</button>
</a>
</li>

<li>
<a href="week-4/index.html">week 4</a>
<li class="list-group-item">
<a href="week-4/index.html">
<button type="button" class="btn btn-outline-primary">Week 4</button>
</a>
</li>

<li>
<a href="week-5/index.html">week 5</a>
<li class="list-group-item">
<a href="week-5/index.html">
<button type="button" class="btn btn-outline-primary">Week 5</button>
</a>
</li>

<li>
<a href="week-6/index.html">week 6</a>
<li class="list-group-item">
<a href="week-6/index.html">
<button type="button" class="btn btn-outline-primary">Week 6</button>
</a>
</li>

<li>
<a href="week-7/index.html">week 7</a>
<li class="list-group-item">
<a href="week-7/index.html">
<button type="button" class="btn btn-outline-primary">Week 7</button>
</a>
</li>

<li>
<a href="week-8/index.html">week 8</a>
<li class="list-group-item">
<a href="week-8/index.html">
<button type="button" class="btn btn-outline-primary">Week 8</button>
</a>
</li>

<li>
<a href="week-9/index.html">week 9</a>
<li class="list-group-item">
<a href="week-9/index.html">
<button type="button" class="btn btn-outline-primary">Week 9</button>
</a>
</li>
<li>


</li>
<a href="week-10/index.html">week 10</a>
<li class="list-group-item">
<a href="week-10/index.html">
<button type="button" class="btn btn-outline-primary">Week 10</button>
</a>
</li>

</li>
<a href="week-11/index.html">week 11</a>
<li class="list-group-item">
<a href="week-11/index.html">
<button type="button" class="btn btn-outline-primary">Week 11</button>
</a>
</li>
</li>
</ul>
</div>

</body>
</html>
7 changes: 7 additions & 0 deletions resources/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
body{
margin: 0;
padding: 0;
}
a{
text-decoration: none;
}
Binary file added resources/images/infiniti-dev_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 14 additions & 7 deletions week-1/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
<!DOCTYPE html>
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta charset="UTF-8">
<title>Document</title>

<link rel="stylesheet" href="style.css">



<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap" rel="stylesheet">
</head>


Expand All @@ -22,8 +19,18 @@
font-family: "Patrick Hand", cursive;
}
</style>

<h1>Hello worls</h1>
<header class="d-flex align-items-center border-primary bg-primary">
<div class="logo-wrapper ms-3">
<img src="../resources/images/infiniti-dev_logo.png" alt="logo" width="130px" height="100px">
</div>
<div class="d-flex align-items-center justify-content-center w-100">
<h2 class="text-white">LIVE SECTION</h2>
</div>
</header>
<div class="d-flex justify-content-center align-items-center my-4">
<h4 class="text-dark">Introduction to HTML and CSS</h4>
</div>
<h1>Hello world</h1>

<div class="a">
sdsds
Expand Down
4 changes: 2 additions & 2 deletions week-1/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
h2 {
/* h2 {
color: red;
border: 2px solid black;
}
} */



Expand Down
9 changes: 9 additions & 0 deletions week-10/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JavaScript Recursive Functions</title>
</head>
<body>
<header class="d-flex align-items-center border-primary bg-primary">
<div class="logo-wrapper ms-3">
<img src="../resources/images/infiniti-dev_logo.png" alt="logo" width="130px" height="100px">
</div>
<div class="d-flex align-items-center justify-content-center w-100">
<h2 class="text-white">LIVE SECTION</h2>
</div>
</header>
<ul>
<li>
<a href="recursive.html">Recursive Functions</a>
Expand Down
12 changes: 10 additions & 2 deletions week-2/ludo.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ludo</title>
Expand Down Expand Up @@ -42,9 +43,16 @@
</style>
</head>
<body>

<header class="d-flex align-items-center border-primary bg-primary">
<div class="logo-wrapper ms-3">
<img src="../resources/images/infiniti-dev_logo.png" alt="logo" width="130px" height="100px">
</div>
<div class="d-flex align-items-center justify-content-center w-100">
<h2 class="text-white">LIVE SECTION</h2>
</div>
</header>

<div class="ludo">
<div class="ludo my-4">
<div class="row">
<div class="box red border"></div>
<div class="box red border"></div>
Expand Down
10 changes: 9 additions & 1 deletion week-3/form.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Open bank account</title>
Expand All @@ -19,7 +20,14 @@
min-width: 200px;
}
</style>

<header class="d-flex align-items-center border-primary bg-primary">
<div class="logo-wrapper ms-3">
<img src="../resources/images/infiniti-dev_logo.png" alt="logo" width="130px" height="100px">
</div>
<div class="d-flex align-items-center justify-content-center w-100">
<h2 class="text-white">LIVE SECTION</h2>
</div>
</header>
<form >
<label for="name">enter your name</label>
<input name="myname" type="text" placeholder="Enter your name" required id="name">
Expand Down
9 changes: 9 additions & 0 deletions week-4/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Layouts</title>
</head>
<body>
<header class="d-flex align-items-center border-primary bg-primary">
<div class="logo-wrapper ms-3">
<img src="../resources/images/infiniti-dev_logo.png" alt="logo" width="130px" height="100px">
</div>
<div class="d-flex align-items-center justify-content-center w-100">
<h2 class="text-white">LIVE SECTION</h2>
</div>
</header>
<h2>
1. Introduction to HTML Layouts
</h2>
Expand Down
10 changes: 9 additions & 1 deletion week-5/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Psudo classes and responsive designs</title>
Expand Down Expand Up @@ -59,7 +60,14 @@


</style>

<header class="d-flex align-items-center border-primary bg-primary">
<div class="logo-wrapper ms-3">
<img src="../resources/images/infiniti-dev_logo.png" alt="logo" width="130px" height="100px">
</div>
<div class="d-flex align-items-center justify-content-center w-100">
<h2 class="text-white">LIVE SECTION</h2>
</div>
</header>
<div class="box" tabindex="2">
Hello

Expand Down
10 changes: 9 additions & 1 deletion week-6/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Javascript</title>
</head>
<body>

<header class="d-flex align-items-center border-primary bg-primary">
<div class="logo-wrapper ms-3">
<img src="../resources/images/infiniti-dev_logo.png" alt="logo" width="130px" height="100px">
</div>
<div class="d-flex align-items-center justify-content-center w-100">
<h2 class="text-white">LIVE SECTION</h2>
</div>
</header>
<h1>Week 6</h1>

<p>
Expand Down
9 changes: 9 additions & 0 deletions week-7/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Javacript variables</title>
</head>

<body>
<header class="d-flex align-items-center border-primary bg-primary">
<div class="logo-wrapper ms-3">
<img src="../resources/images/infiniti-dev_logo.png" alt="logo" width="130px" height="100px">
</div>
<div class="d-flex align-items-center justify-content-center w-100">
<h2 class="text-white">LIVE SECTION</h2>
</div>
</header>
<script>
// Variables are containers for storing data values.
// In this example, x, y, and z are variables.
Expand Down
10 changes: 10 additions & 0 deletions week-8/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Conditions and operators</title>
</head>
<body>
<header class="d-flex align-items-center border-primary bg-primary">
<div class="logo-wrapper ms-3">
<img src="../resources/images/infiniti-dev_logo.png" alt="logo" width="130px" height="100px">
</div>
<div class="d-flex align-items-center justify-content-center w-100">
<h2 class="text-white">LIVE SECTION</h2>
</div>
</header>
<pre>
<h2>
Javacript conditions and operators
Expand Down
10 changes: 9 additions & 1 deletion week-9/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Week 9</title>
</head>
<body>

<header class="d-flex align-items-center border-primary bg-primary">
<div class="logo-wrapper ms-3">
<img src="../resources/images/infiniti-dev_logo.png" alt="logo" width="130px" height="100px">
</div>
<div class="d-flex align-items-center justify-content-center w-100">
<h2 class="text-white">LIVE SECTION</h2>
</div>
</header>
<ul>
<li>
<a href="recape.html">Recape of previous classes</a>
Expand Down

0 comments on commit 12d92b8

Please sign in to comment.