Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Orange links #21

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
45b045e
Added a time tag
estebanmedina2020 Mar 11, 2020
4b80007
Follow the instructions form exercise 3
estebanmedina2020 Mar 11, 2020
38e0c41
Added css and js links
estebanmedina2020 Mar 11, 2020
abcc4a9
complete exercise 5
estebanmedina2020 Mar 11, 2020
388681f
finished exercise 6
estebanmedina2020 Mar 11, 2020
0ba7438
finished lesson 7
estebanmedina2020 Mar 12, 2020
0e7c499
finished exercise 8
estebanmedina2020 Mar 12, 2020
5ffffba
change links' color to red
estebanmedina2020 Mar 12, 2020
5c6ae34
finish exercise 10
estebanmedina2020 Mar 18, 2020
d2dda8e
finish exercise 11
estebanmedina2020 Mar 18, 2020
9ad0f10
finish exercise 11
estebanmedina2020 Mar 18, 2020
66dd678
finish exercise 11
estebanmedina2020 Mar 18, 2020
f8c7c08
test
estebanmedina2020 Mar 18, 2020
1f4e36b
test
estebanmedina2020 Mar 18, 2020
214b15e
finish exercise 11
estebanmedina2020 Mar 19, 2020
cc2dcf1
finish exercise 12
estebanmedina2020 Mar 19, 2020
a9d15d9
finish exercise 12
estebanmedina2020 Mar 19, 2020
3c27a4d
finish exercise 13
estebanmedina2020 Mar 19, 2020
3e9ec4e
finish exercise 13
estebanmedina2020 Mar 19, 2020
ab0696d
finish exercise 14
estebanmedina2020 Mar 19, 2020
079fc86
finish exercise 15
estebanmedina2020 Mar 20, 2020
cd37b9a
finish exercise 16
estebanmedina2020 Mar 20, 2020
f94a4ae
finish exercise 17
estebanmedina2020 Mar 20, 2020
3e3732a
finish exercise 19
estebanmedina2020 Mar 25, 2020
2a976d6
finish exercise 20
estebanmedina2020 Mar 25, 2020
bacf62d
finish exercise 21
estebanmedina2020 Mar 25, 2020
261cbc5
finish exercise 22
estebanmedina2020 Mar 25, 2020
b65141e
finish exercise 23
estebanmedina2020 Mar 25, 2020
39f2949
finish exercise 24
estebanmedina2020 Mar 25, 2020
b361e3a
finish exercise 25
estebanmedina2020 Mar 25, 2020
85a789f
finish exercise 26
estebanmedina2020 Mar 25, 2020
7377d71
finish exercise 27
estebanmedina2020 Mar 25, 2020
12b7f35
set up links in blue color
estebanmedina2020 Mar 27, 2020
6a17733
set up orange links
estebanmedina2020 Mar 27, 2020
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
41 changes: 30 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions week-1/1-parent-child/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<p class="message__content">
I can meet on Tuesday and Wednesday after 4.
</p>
<span class="message__time">7:15pm</span>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions week-1/2-html-attributes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<div class="message">
<div class="message__author">Luke</div>
<p class="message__content">
Let's meet at the iCafe in Merchant City. https://goo.gl/maps/aza4h9nUBhn
Let's meet at the <a href="https://goo.gl/maps/aza4h9nUBhn">iCafe</a> in Merchant City.
</p>
<span class="message__time">7:35pm</span>
</div>
<div class="message">
<div class="message__author">Won</div>
<p class="message__content">
Ok! https://media.giphy.com/media/l41K4KlVE8dgozf8I/giphy.gif
Ok! <img src="//media.giphy.com/media/l41K4KlVE8dgozf8I/giphy.gif" />
</p>
<span class="message__time">7:38pm</span>
</div>
Expand Down
26 changes: 13 additions & 13 deletions week-1/3-semantic-html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@

<body>
<div class="site-wrapper">
<div class="site-header">
<header role="banner" class="site-header">
<div class="site-header__title">Messages</div>
</div>
<div class="messages">
<div class="message">
</header>
<main role="main" class="messages">
<article class="message">
<div class="message__author">Won</div>
<p class="message__content">Where should we meet later?</p>
<span class="message__time">Mar 25, 2018 7:25pm</span>
</div>
<div class="message">
<time datetime="2018-03-25 19:25" class="message__time">Mar 25, 2018 7:25pm</time>
</article>
<article class="message">
<div class="message__author">Luke</div>
<p class="message__content">
Let's meet at the iCafe in Merchant City. https://goo.gl/maps/aza4h9nUBhn
</p>
<span class="message__time">Mar 25, 2018 7:35pm</span>
</div>
<div class="message">
<time datetime="2018-03-25 19:35" class="message__time">Mar 25, 2018 7:35pm</time>
</article>
<article class="message">
<div class="message__author">Won</div>
<p class="message__content">
Ok! https://media.giphy.com/media/l41K4KlVE8dgozf8I/giphy.gif
</p>
<span class="message__time">Mar 25, 2018 7:38pm</span>
</div>
</div>
<time datetime="2018-03-25 19:38" class="message__time">Mar 25, 2018 7:38pm</time>
</article>
</main>
<div id="result" class="result"></div>
</div>
<script defer src="/js/3-result.js"></script>
Expand Down
2 changes: 2 additions & 0 deletions week-1/4-links-scripts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8" />
<title>4. Adding Links and Scripts - HTML, CSS and Git Exercises</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/missing-styles.css" />
</head>

<body>
Expand Down Expand Up @@ -33,5 +34,6 @@
</div>
</div>
</div>
<script src="js/convertUrls.js"></script>
</body>
</html>
9 changes: 9 additions & 0 deletions week-1/5-css-selectors/message-backgrounds.css
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
/* Add your CSS code below */
#first-message {
background-color: red;
}
article {
background-color: cadetblue;
}
.message--latest {
background-color: yellow;
}
15 changes: 15 additions & 0 deletions week-1/6-css-properties/styles.css
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
/* Add your CSS code below */
a {
color: red;
font-weight: bold;
text-decoration: none;
font-size: 0.9rem;
}
.message.message--unread {
border-left: blue 3px solid;
}
.message__time--old {
opacity: 0.5;
}
.message {
line-height: 30px;
}
8 changes: 8 additions & 0 deletions week-1/7-css-box/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
.pages__page {
border: 1px solid #4491db;
border-radius: 4px;
margin: 1px;
background: #fff;
}
.country {
padding: 15px;
margin: 10px;
}
.pages {
padding: 25px;
}
11 changes: 11 additions & 0 deletions week-1/8-advanced-selectors/styles.css
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
/* Try different box model properties below */
.site-header > p {
color: white;
margin-bottom: 0px;
}
.site-footer p {
font-size: 12px;
text-align: center;
}
div.message.message--unread:last-child {
box-shadow: 4px 4px 0 #dba944;
}
2 changes: 1 addition & 1 deletion week-1/9-git-branch/styles.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Add your own CSS code below */
.link {
color: #4491db;
color: blue;
font-weight: 700;
text-decoration: none;
}
11 changes: 10 additions & 1 deletion week-2/10-media-queries/columns.css
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
/* Add your own CSS code below */
@media screen and (max-width: 768px) {
.countries {
columns: 2;
}
}
@media screen and (max-width: 1200px) {
.countries {
columns: 3;
}
}
13 changes: 12 additions & 1 deletion week-2/11-flexbox/flexbox.css
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
/* Add your own CSS code below */
.countries--first {
display: flex;
flex-direction: row-reverse;
}
.countries--second {
display: flex;
flex-direction: column;
}
.countries--third {
display: flex;
flex-direction: column-reverse;
}
17 changes: 14 additions & 3 deletions week-2/12-justify-content/flexbox.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
.countries {
display: flex;
}

.countries--second .country {
padding: 0.5em;
}

/* Add your own CSS code below */
.countries--first {
justify-content: flex-end;
}
.countries--second {
justify-content: space-around;
}
.countries--third {
flex-direction: column;
justify-content: flex-end;
}
.countries--fourth {
flex-direction: column-reverse;
justify-content: space-around;
}
21 changes: 20 additions & 1 deletion week-2/13-align-items/flexbox.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
.countries {
display: flex;
}
/* Add your own CSS code below */
.countries--first {
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
.countries--second {
flex-direction: row-reverse;
justify-content: baseline;
align-items: flex-end;
}
.countries--third {
flex-direction: column;
justify-content: flex-start;
align-items: flex-end;
}
.countries--fourth {
flex-direction: column-reverse;
justify-content: flex-start;
align-items: center;
}
Loading