Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NS007-dev committed Jan 21, 2022
1 parent 6d251be commit ac42b13
Show file tree
Hide file tree
Showing 9 changed files with 651 additions and 13 deletions.
2 changes: 1 addition & 1 deletion codeeequip.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
body{
font-family: Arial, Helvetica, sans-serif;
padding: 10px;
background-image: linear-gradient(rgb(16, 78, 78), rgb(121, 121, 5));
background-image: linear-gradient(rgb(231, 133, 5), rgb(61, 155, 37));
}

.header{
Expand Down
10 changes: 4 additions & 6 deletions codeequip.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<link rel="icon" href="./favicon.png" />
<title> Web Dev Book 📚</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="./codeequip.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

Expand All @@ -22,11 +22,9 @@ <h3> Here is a list of websites and resources to begin your developer journey! <
<a href="./index.html">Home 🏡</a>
<a href="./codeequip.html"> Code equipment 💼 </a>
<a href="./links.html">Links and resources 🔗</a>
<a href="https://noorinsakhi.github.io/itsupportslideshow.html">Quick start to basic code!</a>
<a href="https://noorinsakhi.github.io/itsupportslideshow.html">GitHub</a>
<a href="https://noorinsakhi.github.io/itsupportslideshow.html">Intro to JavaScript!</a>
<a href="https://noorinsakhi.github.io/itsupportslideshow.html">Intro to HTML!</a>
<a href="https://noorinsakhi.github.io/itsupportslideshow.html">Intro to CSS!</a>
<a href="./js.html">JavaScript Links.</a>
<a href="./html.html">HTML Links.</a>
<a href="./css.html">CSS Links.</a>
</div>


Expand Down
105 changes: 105 additions & 0 deletions css.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

*{
box-sizing: border-box;
}

body{
font-family: Arial, Helvetica, sans-serif;
padding: 10px;
background-image: linear-gradient(rgb(231, 133, 5), rgb(61, 155, 37));
}

.header{
padding: 30px;
background-image: linear-gradient(rgb(8, 196, 196), yellow);
text-align: center;
font-family: 'Bebas Neue', cursive;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}

.header h1{
font-size: 50px;
}

.topnav{
overflow: hidden;
background-color: #333;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}

.topnav a{
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

.topnav a:hover{
background-color: #ddd;
color: black;
}


.logo img{
width: 130px;
height:130px;
float: left;
}

.leftcolumn{
float:left;
width: 75%;
border-radius: 25px;
}

.rightcolumn{
float: left;
width:25%;
padding-left: 20px;
border-radius: 25px;
}

img{
width: 100%;
padding: 20px;
}

.card{
background-color: white;
padding: 20px;
margin-top: 20px;
border-radius: 25px;
}

.row:after{
content: "";
display: table;
clear: both;
}

.footer{
padding: 20px;
text-align: center;
background-color: #ddd;
margin-top: 20px;
border-radius: 25px;
}

@media screen and (max-width: 800px){
.leftcolumn, .rightcolumn{
width: 100%;
padding: 0;
}
}

@media screen and (max-width: 400px){
.topnav a{
float: none;
width: 100%;
}
}
109 changes: 109 additions & 0 deletions css.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
<!DOCTYPE html>
<html lang="en">

<head>
<link rel="icon" href="./favicon.png" />
<title> Web Dev Book 📚</title>
<link rel="stylesheet" type="text/css" href="index.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>
<div class="header">
<div class="logo">
<img src="./favicon.png" />
</div>
<h1>
Web Dev Book 📚
</h1>
<h3> Here is a list of websites and resources to begin your developer journey! </h3>
</div>
<div class="topnav">
<a href="./index.html">Home 🏡</a>
<a href="./codeequip.html"> Code equipment 💼 </a>
<a href="./links.html">Links and resources 🔗</a>
<a href="./js.html">JavaScript Links.</a>
<a href="./html.html">HTML Links.</a>
<a href="./css.html">CSS Links.</a>
</div>


<div class="row">
<div class="leftcolumn">
<div class="card">
<h2>
What can you do if you are a software engineer? 🤷‍♀️🤷
</h2>
<h3>
See the list below:
</h3>
<img src="./images/mindmap.jpg" width="950" height="480" />
</h3>
<p>
<ul>
<li> Create websites! 🌐</li>
<li> Create life changing apps! 📱</li>
<li> Learn multiple languages! 👩‍💻👨‍💻</li>
<li> Create your own games! 🎮🕹️</li>
<li>Learn a new life skill...</li>
</ul>
</p>
</div>

<div class="card">
<h2>
What mindset an aspiring software engineer needs to be equipped with 🧠:
</h2>
<h3>
<i>It's not just code you need to get your head around 💫 ...</i>
</h3>
<img src="./images/software-engineer-skills.png" style="height:500px;" />
<p>
<ul>
<li> You need the endurance to complete a task. ✔️</li>
<li> You need the time to complete a code task. ⌚ </li>
<li> You need to be able to work well with others. 👊</li>
<li> You need to be able to set reasonable targets. 🎯</li>
<li> You should have a love and passion for the modern world of technology! ⚙️</li>
<li> Be confident with mathematics! ➗➖</li>
</ul>
</p>
</div>
</div>
<div class="rightcolumn">
<div class="card">
<h2>
Our personal Favourite resource... 🤩
</h2>
<img src="./images/w3.jpg" style="height: 200px; width: 275px;" />
<h3>With all the code examples, and docs, see here:</h3>
<a href="https://www.w3schools.com/" class="button">W3 Schools</a>
</div>
<div class="card">
<h3>
See the official documentation:
</h3>
<p>Want to see the latest releases in documentation? Click the image below for mozilla web docs!</p>
<a href="https://developer.mozilla.org/en-US/"><img src="./images/mozilla.jpg" /></a>
<h3>
See frequently asked code questions...
</h3>
<p>Stackoverflow, the home of code questions!</p>
<a href="https://stackoverflow.com/"><img src="./images/stackoverflow.png" /></a>
<h3>Welcome to your coding journey! 🎒</h3>
<p>Enjoy learning to code!</p>

<img src="./images/enjoy.png" />

</div>
</div>
</div>
<div class="footer">
<img src="./favicon.png" style="height: 100px; width: 100px; float: left;" />
<h2>
Web Dev Book!
</h2>
</div>
</body>

</html>
105 changes: 105 additions & 0 deletions html.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

*{
box-sizing: border-box;
}

body{
font-family: Arial, Helvetica, sans-serif;
padding: 10px;
background-image: linear-gradient(rgb(231, 133, 5), rgb(61, 155, 37));
}

.header{
padding: 30px;
background-image: linear-gradient(rgb(8, 196, 196), yellow);
text-align: center;
font-family: 'Bebas Neue', cursive;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}

.header h1{
font-size: 50px;
}

.topnav{
overflow: hidden;
background-color: #333;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}

.topnav a{
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}

.topnav a:hover{
background-color: #ddd;
color: black;
}


.logo img{
width: 130px;
height:130px;
float: left;
}

.leftcolumn{
float:left;
width: 75%;
border-radius: 25px;
}

.rightcolumn{
float: left;
width:25%;
padding-left: 20px;
border-radius: 25px;
}

img{
width: 100%;
padding: 20px;
}

.card{
background-color: white;
padding: 20px;
margin-top: 20px;
border-radius: 25px;
}

.row:after{
content: "";
display: table;
clear: both;
}

.footer{
padding: 20px;
text-align: center;
background-color: #ddd;
margin-top: 20px;
border-radius: 25px;
}

@media screen and (max-width: 800px){
.leftcolumn, .rightcolumn{
width: 100%;
padding: 0;
}
}

@media screen and (max-width: 400px){
.topnav a{
float: none;
width: 100%;
}
}
Loading

0 comments on commit ac42b13

Please sign in to comment.