-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added aziza-buse-pseudocode * added aziza-moulham-4html
- Loading branch information
Showing
4 changed files
with
309 additions
and
0 deletions.
There are no files selected for viewing
103 changes: 103 additions & 0 deletions
103
class-1/aziza-moulham-4html/htmlpractice-addsemantictags.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,103 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<header> | ||
<title>About me </title> | ||
</header> | ||
|
||
|
||
<body> | ||
|
||
<nav> | ||
<ul> | ||
<li>Home</li> | ||
<li>About me</li> | ||
<li>My work</li> | ||
<li>Contact</li> | ||
</ul> | ||
</nav> | ||
<main> | ||
|
||
|
||
|
||
<article> | ||
<h1>Hi there</h1> | ||
<h2>Welcome to my website</h2> | ||
|
||
<em>I love photography</em> | ||
|
||
<p>We have created a fictional "personal" website/blog, and our fictional character is a hobby photographer. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p> | ||
</article> | ||
|
||
<section> | ||
<h2>MY WORK</h2> | ||
<figure> | ||
<img src="https://www.w3schools.com/w3images/p2.jpg" alt="Image of my work"> | ||
</figure> | ||
<figcaption> | ||
<p>A picture of some coffee beans </p> | ||
</figcaption> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus tortor augue, gravida ac commodo sit amet, mattis vitae purus. Nunc ac aliquam erat. Quisque placerat nec ligula id maximus. Quisque at felis interdum, bibendum nisi in, iaculis quam. Mauris porta, dui vehicula placerat aliquam, nisi eros placerat mauris, a congue tortor enim quis mi. Quisque eget nulla vel magna vestibulum fermentum at vitae arcu. Morbi ut gravida nibh. Maecenas aliquet massa a consequat pulvinar. Cras egestas scelerisque sollicitudin.</p> | ||
</section> | ||
|
||
<section> | ||
<h2>MY WORK</h2> | ||
<figure> | ||
<img src="https://www.w3schools.com/w3images/p2.jpg" alt="Image of my work"> | ||
</figure> | ||
<figcaption> | ||
<p>A picture of some coffee beans </p> | ||
</figcaption> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus tortor augue, gravida ac commodo sit amet, mattis vitae purus. Nunc ac aliquam erat. Quisque placerat nec ligula id maximus. Quisque at felis interdum, bibendum nisi in, iaculis quam. Mauris porta, dui vehicula placerat aliquam, nisi eros placerat mauris, a congue tortor enim quis mi. Quisque eget nulla vel magna vestibulum fermentum at vitae arcu. Morbi ut gravida nibh. Maecenas aliquet massa a consequat pulvinar. Cras egestas scelerisque sollicitudin.</p> | ||
</section> | ||
|
||
<section> | ||
<h2>MY WORK</h2> | ||
<figure> | ||
<img src="https://www.w3schools.com/w3images/p2.jpg" alt="Image of my work"> | ||
</figure> | ||
<figcaption> | ||
<p>A picture of some coffee beans </p> | ||
</figcaption> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus tortor augue, gravida ac commodo sit amet, mattis vitae purus. Nunc ac aliquam erat. Quisque placerat nec ligula id maximus. Quisque at felis interdum, bibendum nisi in, iaculis quam. Mauris porta, dui vehicula placerat aliquam, nisi eros placerat mauris, a congue tortor enim quis mi. Quisque eget nulla vel magna vestibulum fermentum at vitae arcu. Morbi ut gravida nibh. Maecenas aliquet massa a consequat pulvinar. Cras egestas scelerisque sollicitudin.</p> | ||
</section> | ||
|
||
<section> | ||
<h2>MY WORK</h2> | ||
<figure> | ||
<img src="https://www.w3schools.com/w3images/p2.jpg" alt="Image of my work"> | ||
</figure> | ||
<figcaption> | ||
<p>A picture of some coffee beans </p> | ||
</figcaption> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus tortor augue, gravida ac commodo sit amet, mattis vitae purus. Nunc ac aliquam erat. Quisque placerat nec ligula id maximus. Quisque at felis interdum, bibendum nisi in, iaculis quam. Mauris porta, dui vehicula placerat aliquam, nisi eros placerat mauris, a congue tortor enim quis mi. Quisque eget nulla vel magna vestibulum fermentum at vitae arcu. Morbi ut gravida nibh. Maecenas aliquet massa a consequat pulvinar. Cras egestas scelerisque sollicitudin.</p> | ||
</section> | ||
</main> | ||
|
||
<footer> | ||
<address> <h2>Where I Work</h2> | ||
<b>Chicago, US</b> | ||
<b> Phone: +00 151515</b> | ||
<b> Email: [email protected]</b> | ||
|
||
<form> | ||
<label> Email</label> | ||
<input type="Email" placeholder="email"> | ||
<label> Message</label> | ||
<input type="textarea" placeholder="Message"> | ||
</form> | ||
</address> | ||
|
||
|
||
<nav> | ||
<ul> | ||
<li>Other links</li> | ||
<li>Other links</li> | ||
<li>Other links</li> | ||
<li>Other links</li> | ||
</ul> | ||
</nav> | ||
|
||
|
||
</footer> | ||
</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,64 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>About me</title> | ||
</head> | ||
<body> | ||
<h1> Who am I ?</h1> | ||
|
||
<p> | ||
I am a software engineer. | ||
My favorites drinks are : | ||
</p> | ||
|
||
<ul> | ||
<li> Coffee </li> | ||
<li> Tea </li> | ||
<li> Pepsi </li> | ||
</ul> | ||
|
||
<ol> | ||
My daily routin is: | ||
<li> I wake up at 7:00 Am.</li> | ||
<li> I go to work at 8:00.</li> | ||
<li>I start working from 8:00 to 1:00 PM </li> | ||
<li> I take my breake for an hour.</li> | ||
<li> I go back at 2:00 to finish working, and I leave at 4:15. </li> | ||
</ol> | ||
|
||
|
||
<!-- This is like a sentence but opening the image in amother tap is annoying --> | ||
<p> | ||
<a href="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2e/Norton_Motorcycle.jpg/1024px-Norton_Motorcycle.jpg" target="_blank"> | ||
I love motorcycle here is a picture of a cool picke</a> <p> | ||
|
||
|
||
<!-- Would ove to clikc on the work link and go to the page --> | ||
<p> I also have a github account here is the <a href="https://github.com/MuhannedNoman" target="-blank">link</a> | ||
|
||
|
||
<!-- This looks like a mess wish there was a wya to display this like a real code --> | ||
<p> The last code I wrote today was : | ||
<pre><code> | ||
public void requestAccess(){ | ||
// Here, thisActivity is the current activity | ||
if | ||
(ContextCompat.checkSelfPermission(MainActivity.this, | ||
Manifest.permission.READ_EXTERNAL_STORAGE) | ||
!= PackageManager.PERMISSION_GRANTED) { | ||
|
||
ActivityCompat.requestPermissions(MainActivity.this, | ||
new String[]{Manifest.permission.READ_EXTERNAL_STORAGE}, | ||
1); | ||
|
||
// Permission is not granted | ||
} else { | ||
showFilePicker(); | ||
// Permission has already been granted | ||
} | ||
} | ||
</pre></code> | ||
</p> | ||
|
||
</body> | ||
</html> |
114 changes: 114 additions & 0 deletions
114
class-1/aziza-moulham-4html/htmlpractice-differentstuff.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,114 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Hello World</title> | ||
</head> | ||
<body> | ||
|
||
<p><a href="#chapter20">Jump to Chapter 20</a></p> | ||
<p><a href="#chapter5">Jump to Chapter 5</a></p> | ||
|
||
--------------------------------------- | ||
|
||
<h2> Chapter 1 </h2> | ||
<!-- This should start at 30 and increase by 10, while never going below zero --> | ||
<form> | ||
Quantity: | ||
<input type="number" min="30" step="10"> | ||
</form> | ||
|
||
<h2>Chapter 2</h2> | ||
<p class="tooltip">This chapter explains ba bla bla</p> | ||
|
||
|
||
<h2>Chapter 3</h2> | ||
<!-- The word explain should be small --> | ||
<p>This chapter <span> <small>explains</small> </span> ba bla bla</p> | ||
|
||
|
||
<h2>Chapter 4</h2> | ||
<!-- The word chapter should be deleted --> | ||
<p>This <span> <del> chapter </del> </span> explains ba bla bla </p> | ||
|
||
|
||
<h2 id="chapter5">Chapter 5</h2> | ||
<!-- video should have it's full aspects width and height. starts at 5 second. allow fullscreen --> | ||
<iframe src="https://www.youtube.com/embed/D_VvcNBGy78?start=5&autoplay=1" title=“YouTube video player” frameborder=”0″ allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture; clipboard-write" width=200px height=200px allowfullscreen="true" ></iframe> | ||
|
||
|
||
<h2>Chapter 6</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
<h2>Chapter 7</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
<h2>Chapter 8</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
<h2>Chapter 9</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
<h2>Chapter 10</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
<h2>Chapter 11</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
<h2>Chapter 12</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
<h2>Chapter 13</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
<h2>Chapter 14</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
<h2>Chapter 15</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
<h2>Chapter 16</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
<h2>Chapter 17</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
<h2>Chapter 18</h2> | ||
<!-- Those two should br radiou buttons. with your gender selected --> | ||
<form> | ||
<input type="radio" id="male" name="gender" value="male"> | ||
<label for="male">Male</label><br> | ||
<input type="radio" id="female" name="gender" value="female" checked> | ||
<label for="female">Female</label><br> | ||
</form> | ||
<h2>Chapter 19</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
|
||
<h2>Chapter 20</h2> | ||
<!-- When this is clicked an email prompet should be displayed --> | ||
<p> | ||
This is an email link: | ||
<a href="mailto:[email protected]" target="_nowhere"> | ||
Send Mail</a> | ||
</p> | ||
|
||
<h2>Chapter 21</h2> | ||
<p>This chapter explains ba bla bla</p> | ||
|
||
<h2>Chapter 22</h2> | ||
<!-- This should be a date input --> | ||
<form> | ||
<p>Birthday:</p> | ||
<label for="birthday"></label> | ||
<input type="date" id="birthday" name="birthday"> | ||
</form> | ||
|
||
<h2>Chapter 23</h2> | ||
<!-- This should be a range --> | ||
<form> | ||
Points: | ||
<input type="range" min="0" max="10"> | ||
</form> | ||
|
||
</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,28 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<header> | ||
<title> About me </title> | ||
</header> | ||
<body> | ||
<h1>ABOUT ME</h1> | ||
|
||
<em>I love photography</em> | ||
|
||
<p>We have created a fictional "personal" website/blog, and our fictional character is a hobby photographer. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p> | ||
|
||
<p>Im really good at:</p> | ||
<ul> | ||
<li>Photography</li> | ||
<li>Web Design</li> | ||
<li>Photoshop</li> | ||
</ul> | ||
|
||
<h2>MY WORK</h2> | ||
<img src="https://www.w3schools.com/w3images/p2.jpg" alt="Image of my work"> | ||
|
||
<h2>Where I Work</h2> | ||
<b>Chicago, US </b> | ||
<b> Phone: +00 151515</b> | ||
<b> Email: [email protected]</b> | ||
</body> | ||
</html> |