Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Feature/wireframeMGC1 | PRISCILLA MAC-GATUS | HTML-CSS| WEEK1 #194

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
2e25bec
Added 2 comments and a header tag
Priscilla-MacGatus Sep 16, 2024
6ae96ca
Inserted "h1" and "p" tags inside the header tags.
Priscilla-MacGatus Sep 16, 2024
57e9c94
Inserted a class attribute each to "h1" ad "p" tags in the header tags.
Priscilla-MacGatus Sep 16, 2024
806e781
Added 2 comments and main tags
Priscilla-MacGatus Sep 16, 2024
e408971
Attached an article tag and 3 div tags
Priscilla-MacGatus Sep 16, 2024
553ea14
Inserted a comment and a div with "img", "h4", "p", "a" and button t…
Priscilla-MacGatus Sep 16, 2024
4fac6f0
Added a comment and a div with "img", "h4", "a", "p" and button tags …
Priscilla-MacGatus Sep 16, 2024
4750789
Attached a comment and a div tag with "img", "h4", "p", "a" and but…
Priscilla-MacGatus Sep 16, 2024
4b256bf
Inserted 2 comments and footer tag with 2 paragraph tags
Priscilla-MacGatus Sep 16, 2024
5fffe07
Corrected the file path of the style.css file in the html head tags
Priscilla-MacGatus Sep 16, 2024
32f7877
Applied css style to the Header
Priscilla-MacGatus Sep 16, 2024
fbb779e
Added a class name to div tag in article content 1
Priscilla-MacGatus Sep 16, 2024
2db8ce7
Corrected error in css style for article and applied first-child to t…
Priscilla-MacGatus Sep 16, 2024
95d9b2b
Applied a css style and a class attribute to the second article in t…
Priscilla-MacGatus Sep 16, 2024
78c85e2
Attached a class attribute and applied css style to 3rd article cont…
Priscilla-MacGatus Sep 16, 2024
e58efa7
Applied margin spacing to the header.
Priscilla-MacGatus Sep 16, 2024
974994c
Added a class to div contain semantic tags in the first article and a…
Priscilla-MacGatus Sep 16, 2024
5b6e8ed
Adjusted the size of the image in the second article
Priscilla-MacGatus Sep 16, 2024
59316c1
Applied css positioning and width to the second div article
Priscilla-MacGatus Sep 16, 2024
c2ea2f8
Added a class of a subdivided div with semantic tags(h4, p, a, button…
Priscilla-MacGatus Sep 16, 2024
cc8bbde
Applied css width,height and position to 3rd article and image
Priscilla-MacGatus Sep 16, 2024
a30ff1d
REplace image links with new src links
Priscilla-MacGatus Sep 16, 2024
5c2972b
Adjusted the height and width of the 1st article image
Priscilla-MacGatus Sep 16, 2024
9176141
Adjusted the width and height of the 2nd and 3rd article
Priscilla-MacGatus Sep 16, 2024
e8a0db0
Re-adjusting height and width of article 1
Priscilla-MacGatus Sep 16, 2024
4bd3594
replaced class name for group semantic tags in div tags
Priscilla-MacGatus Sep 16, 2024
35817ad
Adjusted the width and positioning of the article 3
Priscilla-MacGatus Sep 16, 2024
6727bdc
Applied margin css styling to article 2
Priscilla-MacGatus Sep 16, 2024
0d3fdfb
Attached a class attribute to article 3 subdivision div tag and css m…
Priscilla-MacGatus Sep 16, 2024
3e8cf3b
Applied css color and border style to buttons
Priscilla-MacGatus Sep 16, 2024
570870d
Applied font family to 3 articles
Priscilla-MacGatus Sep 16, 2024
03ef720
Applied font size to all article titles
Priscilla-MacGatus Sep 16, 2024
f44139d
Reduced the font size of all the the article titles
Priscilla-MacGatus Sep 16, 2024
f17c4f4
Applied positioning to the header title and description
Priscilla-MacGatus Sep 16, 2024
26475e4
Changed the color of the border
Priscilla-MacGatus Sep 16, 2024
3e15dd9
Changed the background color and text color in article and header
Priscilla-MacGatus Sep 16, 2024
004266e
Adjusted css style property of the buttons
Priscilla-MacGatus Sep 16, 2024
826a9e1
Re-adjusted position and padding of articles
Priscilla-MacGatus Sep 16, 2024
cb10837
Attached target attribute tpo the anchor tags of each element
Priscilla-MacGatus Sep 16, 2024
c843e9c
Applied css style to the footer, fixed it to the bottom of the viewpo…
Priscilla-MacGatus Sep 16, 2024
beb304a
Attached a comment for body tags, readjusted positioning of page tit…
Priscilla-MacGatus Sep 16, 2024
76d9451
Added new word wireframe
Priscilla-MacGatus Sep 16, 2024
7836a62
Removing extra spaces from Css
Priscilla-MacGatus Sep 16, 2024
83af665
Added a meta description and content to the head to the html file
Priscilla-MacGatus Sep 17, 2024
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
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"Wireframe"
]
}
171 changes: 171 additions & 0 deletions Wireframe/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,171 @@

/* Body */

body{
background-color:rgb(63, 54, 65);
}



/* Header */


.page_title{
font-size: 40px;
margin-bottom: 10px;
position: relative;
left: 750px;
color: aliceblue;
}


.title_description{
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: large;
font-style: italic;
margin-top:0px;
margin-bottom: 80px;
position: relative;
left: 600px;
color: aliceblue;
}


/* Article Title */


article {
position: relative;
left: 170px;
}



h4{
font-size: 18px;
color: aliceblue;
}


/* Article 1 */

.div_article1:first-child{
border: 0.5px solid rgb(245, 234, 217);
width: 1000px;
position: relative;
left:300px ;;
}

.div_article1 img{
width: 1000px;
height: 500px;
}

.subdivided_div_article1{
text-align: left;
padding: 15px;
font-family:Georgia, 'Times New Roman', Times, serif;
color: aliceblue;
}




/* Article 2 */

.div_article2{
border:0.5px solid rgb(245, 234, 217);
width: 500px;
height: 420px;
position: relative;
left: 300px;
top:53px;
overflow: hidden;
padding-bottom:15px;
}

.div_article2 img{
width:500px;
}

.subdivided_div_article2{
margin: 10px;
font-family:Georgia, 'Times New Roman', Times, serif;
color: aliceblue;
}





/* Article 3 */



.div_article3{
border:0.5px solid rgb(245, 234, 217);
width: 455px;
height:420px;
position:relative;
left: 848px;
bottom:385px;
overflow: hidden;
padding-bottom:15px;
}

.div_article3 img{
width:455px;
height: 250px;
}

.subdivided_div_article3{
margin: 10px;
font-family:Georgia, 'Times New Roman', Times, serif;
color: aliceblue;
}



/* Buttons */

.subdivided_div_article1 button {
color:black;
border-radius: 7px;
border:0.5px solid grey;
background-color: rgb(181, 207, 183);
height:30px;
width: 100px;
}

.subdivided_div_article2 button {
color:black;
border-radius: 7px;
border:0.5px solid grey;
background-color: rgb(181, 207, 183);
height:30px;
width: 100px;
}

.subdivided_div_article3 button {
color:black;
border-radius: 7px;
border:0.5px solid grey;
background-color: rgb(181, 207, 183);
height:30px;
width: 100px;
}


/* Footer */

footer{
color: rgb(218, 240, 231);
background-color: rgb(71, 63, 80);
text-align: center;
font-size: larger;
padding:30px;
position: fixed;
bottom: 0;
width: 100%;
box-shadow: 0 -2px 5px rgb(126, 126, 126);
}
107 changes: 106 additions & 1 deletion Wireframe/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,118 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="A static website made from a Wireframe">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wireframe</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Add your HTML markup here -->
<!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc -->


<!-- This is the BEGINNING of the HEADER -->
<header>

<h1 class="page_title"> Git: A Developer's Best Friend </h1>
<p class="title_description"> Explore the world of Git branching and discover how this powerful feature can enhance your development workflow. </p>

</header>
<!-- This is the END of the HEADER -->



<!-- This is the BEGINNING of the MAIN -->
<main>
<article>

<!--The is Article 1 -->

<div class="div_article1">

<img class="image1" alt="An image with the inscription Git" src="https://mural.ltd/_next/image?url=%2Fstatic%2Fimages%2Fgit%2F0.png&w=3840&q=75">

<div class="subdivided_div_article1">

<h4 class="git_definition">What Is Git?</h4>

<p class="summary1">Git is a powerful version control system that enables developers to efficiently manage their code, collaborative development, tracking changes, and undoing mistakes.</p>

<a target="_blank" href="https://www.datacamp.com/blog/all-about-git">
<button class="button1">Read More</button>
</a>

</div>


</div>

<!--The is Article 2-->

<div class="div_article2">

<img class="image2" alt="An image with question why Git?" src="https://codingforchemists.com/git-logo.webp">



<div class="subdivided_div_article2">
<h4 class="git_benefits">Importance Of Git</h4>

<p class="summary2">Git is a revolutionized way developers work. It provides a robust framework for tracking changes to code, collaborating with team members, and managing project history. </p>

<a target="_blank" href="https://blog.rheinwerk-computing.com/gits-significance-in-software-development">
<button class="button2">Read More</button>
</a>
</div>



</div>

<!--The is Article 3-->

<div class="div_article3">

<img class="image3" alt="This is an image of a source control icon" src="https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F1c85173b-5ca0-4525-820c-80d6999b997c_2838x1835.jpeg">


<div class="subdivided_div_article3">
<h4 class="branch_definition">What is a Git Branch?</h4>

<p class="summary3">Git Branches are like parallel paths within a project's history. They allow developers to work on different features, bug fixes, or experimental changes without affecting the main codebase. </p>


<a target="_blank" href="https://magit.vc/manual/forge/Branching.html">
<button class="button3">Read More</button>
</a>

</div>


</div>

</article>
</main>
<!-- This is the END of the MAIN -->



<!--The BEGINNING of FOOTER -->

<footer>
<p class="footer_paragraph1">
<strong>Address:</strong> 145 Main Street, Lviv, 089970 <br>
<strong>Phone:</strong> (+380) 475-387-330 <br>
<strong>Email:</strong> [email protected]
</p>

<p class="footer_paragraph2"> Copyright © 2024 Developer's Hub</p>

</footer>

<!--The END of FOOTER-->


</body>
</html