-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:epicbuzz/web-development
- Loading branch information
Showing
14 changed files
with
170 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
body{ | ||
margin: 0; | ||
padding: 0; | ||
} | ||
a{ | ||
text-decoration: none; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
h2 { | ||
/* h2 { | ||
color: red; | ||
border: 2px solid black; | ||
} | ||
} */ | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|