-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Delong Yang
authored and
Delong Yang
committed
Mar 17, 2022
1 parent
2ded2bf
commit 5ffbc00
Showing
48 changed files
with
1,265 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
504 changes: 504 additions & 0 deletions
504
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/brooklyn/css/normalize.css
Large diffs are not rendered by default.
Oops, something went wrong.
48 changes: 48 additions & 0 deletions
48
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/brooklyn/css/reset.css
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,48 @@ | ||
/* http://meyerweb.com/eric/tools/css/reset/ | ||
v2.0 | 20110126 | ||
License: none (public domain) | ||
*/ | ||
|
||
html, body, div, span, applet, object, iframe, | ||
h1, h2, h3, h4, h5, h6, p, blockquote, pre, | ||
a, abbr, acronym, address, big, cite, code, | ||
del, dfn, em, img, ins, kbd, q, s, samp, | ||
small, strike, strong, sub, sup, tt, var, | ||
b, u, i, center, | ||
dl, dt, dd, ol, ul, li, | ||
fieldset, form, label, legend, | ||
table, caption, tbody, tfoot, thead, tr, th, td, | ||
article, aside, canvas, details, embed, | ||
figure, figcaption, footer, header, hgroup, | ||
menu, nav, output, ruby, section, summary, | ||
time, mark, audio, video { | ||
margin: 0; | ||
padding: 0; | ||
border: 0; | ||
font-size: 100%; | ||
font: inherit; | ||
vertical-align: baseline; | ||
} | ||
/* HTML5 display-role reset for older browsers */ | ||
article, aside, details, figcaption, figure, | ||
footer, header, hgroup, menu, nav, section { | ||
display: block; | ||
} | ||
body { | ||
line-height: 1; | ||
} | ||
ol, ul { | ||
list-style: none; | ||
} | ||
blockquote, q { | ||
quotes: none; | ||
} | ||
blockquote:before, blockquote:after, | ||
q:before, q:after { | ||
content: ''; | ||
content: none; | ||
} | ||
table { | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
} |
28 changes: 28 additions & 0 deletions
28
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/brooklyn/css/style.css
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 @@ | ||
/* | ||
## Style Hints: | ||
Body Font Size = 12px | ||
Line Height = 17px | ||
Font Family = "Times New Roman", serif | ||
Font Color = #656565 | ||
Link Hover Color = #20222a | ||
*/ | ||
header { | ||
border: 20px, 0px, 0px, 50px; | ||
} | ||
#container { | ||
position: absolute; | ||
right: 300px; | ||
margin-left: auto; | ||
width: 600px; | ||
align-items: center; | ||
} | ||
footer { | ||
position:absolute; | ||
bottom: 0px; | ||
|
||
font-size: 15px | ||
} |
Binary file added
BIN
+3.26 KB
...g/wk02 - starts 14th Mar/1-mon/html-labs/brooklyn/images/brook-and-lyn-logo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+805 KB
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/brooklyn/images/home-bloghero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+455 KB
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/brooklyn/images/home-rings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.46 KB
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/brooklyn/images/press-huffpost.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.65 KB
...ang/wk02 - starts 14th Mar/1-mon/html-labs/brooklyn/images/press-logo_lucky.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.3 KB
...ng/wk02 - starts 14th Mar/1-mon/html-labs/brooklyn/images/press-marieclaire.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.24 KB
...ang/wk02 - starts 14th Mar/1-mon/html-labs/brooklyn/images/press-nbcnewyork.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions
38
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/brooklyn/index.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,38 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="description" content=""> | ||
<meta name="keywords" content=""> | ||
|
||
<title>Brook & Lyn</title> | ||
|
||
<!-- external CSS link --> | ||
<link rel="stylesheet" href="css/normalize.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
</head> | ||
<header> | ||
<h1><img src="images/brook-and-lyn-logo.gif"></h1> | ||
</header> | ||
<body> | ||
<div id="container"> | ||
<img src="images/home-bloghero.png"> | ||
<img src="images/home-rings.png"> | ||
<h2>Our Latest Collection</h2> | ||
<p> | ||
May 25th, 2012 | ||
Quickly re-engineer business growth strategies with sustainable web-readiness. Collaboratively create visionary growth strategies vis-a-vis cooperative functionalities. Holisticly | ||
extend cross-media technologies rather than cutting-edge experiences | ||
Quickly re-engineer business growth strategies with sustainable web-readiness. Collaboratively create visionary growth strategies vis-a-vis cooperative functionalities. Holisticly | ||
extend cross-media technologies rather than cutting-edge experiences. Read More... | ||
</p> | ||
</div><!-- #container --> | ||
<div class="bottom_pics"> | ||
<img src="images/press-nbcnewyork.gif"> | ||
<img src="images/press-huffpost.gif"> | ||
<img src="images/press-logo_lucky.gif"> | ||
<img src="images/press-marieclaire.gif"> | ||
</div> | ||
<footer>Copyright 1999</footer> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+362 Bytes
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/images/bg_blurb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.2 KB
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/images/bg_body.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+372 Bytes
...ang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/images/bg_nav_rollover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+355 Bytes
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/images/bg_wrapper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.05 KB
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/images/button_blurb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.04 KB
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.46 KB
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/images/photo_column1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.6 KB
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/images/photo_column2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.97 KB
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/images/photo_column3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+615 KB
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/images/photobanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+6.23 KB
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/images/shadow_slider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.6 KB
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/images/socialNav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions
32
Sam Yang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/readme.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,32 @@ | ||
Suggestions for ID names and classes | ||
|
||
--------------------------------------------- | ||
|
||
#wrapper | ||
#container | ||
|
||
<header> | ||
<nav> | ||
|
||
#main-content | ||
#social-media | ||
|
||
.photobanner | ||
.imageshadow | ||
|
||
#blurb | ||
|
||
#home-boxes | ||
.home-box | ||
.home-box | ||
.home-box | ||
|
||
<footer> | ||
.box-footer | ||
.blogroll | ||
.box-footer | ||
.textwidget | ||
|
||
#copyright | ||
#companybottom | ||
|
Binary file added
BIN
+617 KB
...ang/wk02 - starts 14th Mar/1-mon/html-labs/busyhands/screenshots/busy_hands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+618 KB
...ts 14th Mar/1-mon/html-labs/busyhands/screenshots/busy_hands_about_rollover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+486 KB
...2 - starts 14th Mar/1-mon/html-labs/busyhands/screenshots/busy_hands_footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+619 KB
... 14th Mar/1-mon/html-labs/busyhands/screenshots/busy_hands_twitter_rollover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.