Skip to content

Commit 81a8433

Browse files
committed
Yaahoo! demo app (HTML)
1 parent f577441 commit 81a8433

File tree

9 files changed

+104
-0
lines changed

9 files changed

+104
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,4 @@ days/050-responder/.idea/encodings.xml
166166
097-100-docker.iml
167167
days/097-100-docker/.idea/encodings.xml
168168
days/097-100-docker/.idea/webResources.xml
169+
yahoo_clone.iml

days/005-008-html5/demos/yahoo_clone/.idea/dictionaries/mkennedy.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

days/005-008-html5/demos/yahoo_clone/.idea/encodings.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
299 KB
Loading
324 KB
Loading
276 KB
Loading
271 KB
Loading
20.9 KB
Loading
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<!DOCTYPE html>
2+
<head>
3+
<title>Yaahoo!</title>
4+
</head>
5+
<body>
6+
7+
<div style="text-align: center; margin-bottom: 10px;">
8+
<img src="img/new.png" style="height: 42px;" alt="">
9+
<img src="img/cool.png" style="height: 42px;" alt="">
10+
<img src="img/yaahoo.png" style="height: 42px;" alt="">
11+
<img src="img/news.png" style="height: 42px;" alt="">
12+
<img src="img/more.png" style="height: 42px;" alt="">
13+
</div>
14+
15+
<div style="text-align: center; margin-bottom: 10px;">
16+
<a href="#">Yaahoo! Finance</a>
17+
<a href="#">Net Radio</a>
18+
<a href="#">World Series</a>
19+
</div>
20+
21+
<div style="text-align: center; margin-bottom: 10px;">
22+
<form action="" method="POST">
23+
24+
<input type="text">
25+
<button>Submit</button>
26+
<a href="#">Options</a>
27+
28+
</form>
29+
</div>
30+
31+
<div style="text-align: center;">
32+
<a href="#">Yellow Pages</a> -
33+
<a href="#">People Search</a> -
34+
<a href="#">City Maps</a> -
35+
<a href="#">Stock Quotes</a> -
36+
<a href="#">Sports Scores</a>
37+
</div>
38+
39+
<div style="line-height: 2.25em;">
40+
<ul>
41+
<li>
42+
<a href="#"><strong>Arts and Humanities</strong></a> -
43+
<a href="#">Architecture</a>,
44+
<a href="#">Photography</a>,
45+
<a href="#">Literature</a>...
46+
</li>
47+
<li><a href="#"><strong>Business and Economy</strong></a> -
48+
<a href="#">Companies</a>,
49+
<a href="#">Investments</a>,
50+
<a href="#">Classifieds</a>...
51+
</li>
52+
<li><a href="#"><strong>Computers and Internet</strong></a> -
53+
<a href="#">Internet</a>,
54+
<a href="#">WWW</a>,
55+
<a href="#">Software</a>,
56+
<a href="#">Multimedia</a>...
57+
</li>
58+
<li><a href="#"><strong>Education</strong></a> -
59+
<a href="#">Universities</a>,
60+
<a href="#">K-12</a>,
61+
<a href="#">College Entrance</a>...
62+
</li>
63+
<li><a href="#"><strong>Entertainment</strong></a> -
64+
<a href="#">Cool Links</a>,
65+
<a href="#">Movies</a>,
66+
<a href="#">Music</a>,
67+
<a href="#">Humor</a>...
68+
</li>
69+
<li><a href="#"><strong>Other</strong></a></li>
70+
<li><a href="#"><strong>Other</strong></a></li>
71+
<li><a href="#"><strong>Other</strong></a></li>
72+
<li><a href="#"><strong>Other</strong></a></li>
73+
<li><a href="#"><strong>Other</strong></a></li>
74+
<li><a href="#"><strong>Other</strong></a></li>
75+
</ul>
76+
77+
</div>
78+
79+
<hr>
80+
81+
<div style="text-align: center;">
82+
<a href="#">Yahooligans!</a> -
83+
<a href="#">Yahoo! Shop</a> -
84+
<a href="#">Yahoo! Internet Life</a><br>
85+
<br>
86+
<a href="#">Daily Picks</a> -
87+
<a href="#">Random Yahoo! Link</a> -
88+
<a href="#">Weekly Picks</a>
89+
</div>
90+
91+
</body>

0 commit comments

Comments
 (0)