-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (59 loc) · 2.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tennis with Federer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Cabin+Condensed:500' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://necolas.github.io/normalize.css/">
<link rel="stylesheet" href="css/styles.css">
<link href='https://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="js/images2.js"></script>
</head>
<body>
<div class="container">
<header id="header1"><span id="headline">Play Tennis Like Roger Federer <img src="images/hamb.png" id="hamburger" alt="hamburger"></span>
<span id="ball"> (</span>
</header>
<div id="header">
</div>
<div id="smallnav">
<ul>
<li><a class="actlink" href="index.html">Home</a></li>
<li><a href="backhand.html">Backhand</a></li>
<li><a href="forehand.html">Forehand</a></li>
<li><a href="serve.html">Serve</a></li>
<li><a href="credits.html">Credits</a></li>
</ul>
</div>
<div id="nav">
<ul>
<li><a class="actlink" href="index.html">Home</a></li>
<li><a href="backhand.html">Backhand</a></li>
<li><a href="forehand.html">Forehand</a></li>
<li><a href="serve.html">Serve</a></li>
<li><a href="credits.html">Credits</a></li>
</ul>
</div>
<div id="middle">
<div class="twothird">Are you a tennis player? Do you want to play like Roger Federer?<br>
Federer is a seasoned player with several Wimbledon, US Open, French Open, and Australian Open titles in his career. He is originally from Basel Switzerland.<br><br>
Federer has faced all the contemporary tennis greats, including Rafael Nadal, Novak Djokovic, Andy Murray.
<br>Some of his stats include:
<ul>
<li>17 major grand slam titles</li>
<li>First player with 300 career wins</li>
<li>7 Wimbledon titles</li>
<li>win-loss record: 1067:240</li>
<li>Tournaments played: 344</li>
</ul>
</div>
<div id="backh" class="third"><img src="images/Wimbledon2008.jpg" data-large="images/Wimbledon2008.jpg" data-small="images/Wimbledon2008.jpg" data-med="images/fedAndNadalMed.jpg" alt="tennis" class='serveImg'>
</div>
</div>
<div id="footer">©2016 Completely Fictitious Tennis Inc.
</div>
</div>
</body></html>