Files
loi-phan-internship/Sample/chapter-15-sample/index.html
T

190 lines
6.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Layout</title>
<link rel="stylesheet" type="text/css" href="./css/960_12_col.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;700&display=swap" rel="stylesheet">
<style type="text/css">
body {
color: #ffffff;
background: #413f3b;
font-family: 'Cabin', sans-serif;
font-size: 90%;
margin: 0px;
text-align: center;
}
a {
color: #b5c1ad;
text-decoration: none;
}
a:hover {
color: #ffffff;
}
.header {
background-color: #413f3b;
padding: 0px 0px 0px 0px;
height: 100px;
position: fixed;
top: 0px;
width: 100%;
z-index: 50;
}
.nav {
float: right;
font-family: QuicksandBook, Helvetica, Arial, sans-serif;
padding: 45px 0px 0px 0px;
text-align: right;
}
.wrapper {
width: 960px;
margin: 0px auto;
background-repeat: no-repeat;
background-position: 0px 0px;
text-align: left;
}
.logo {
margin-bottom: 20px;
}
h1,
h2 {
font-family: QuicksandBook, Helvetica, Arial, sans-serif;
font-weight: normal;
text-transform: uppercase;
}
h1 {
font-size: 240%;
margin-top: 140px;
}
.date {
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
color: #b5c1ad;
}
.intro {
clear: left;
font-size: 90%;
line-height: 1.4em;
}
.main-story {
background-image: url("./assets/images/");
background-repeat: no-repeat;
background-position: 122px 142px;
height: 570px;
}
.more-articles {
border-top: 1px solid #ffffff;
padding: 10px;
}
.more-articles p {
border-bottom: 1px solid #807c72;
padding: 5px 0px 15px 0px;
font-size: 80%;
}
.more-articles p:last-child {
border-bottom: none;
}
.footer {
clear: both;
background: rgba(0, 0, 0, 0.2);
padding: 5px 10px;
}
.footer p {
font-family: Helvetica, Arial, sans-serif;
font-size: 75%;
text-align: right;
}
.footer a {
color: #807c72;
}
</style>
</head>
<body>
<div class="header">
<div class="container_12">
<div class="grid_5">
<img src="./assets/images/globe_global_web_internet_international_earth_icon_251300.ico"
alt="Pedal Faster - The modern bicycle magazine" width="50" height="50" class="logo" />
</div>
<div class="nav grid_7">
<a href="">home</a> / <a href="">news</a> / <a href="">archives</a> /
<a href="">about</a> / <a href="">contact</a>
</div>
</div>
</div>
<div class="wrapper">
<div class="main-story">
<div class="push_6">
<h1><a href="">Fixed Gear Forever</a></h1>
</div>
<div class="intro grid_3 push_9">
<p class="date">16 APRIL 2011</p>
<p>The veloheld combines minimalist design with superb quality. Devoid of
excessive graphics and gear shift components, the veloheld product range
delights us with its beauty and simplicity ... </p>
</div>
</div><!-- .main-story -->
<div class="more-articles container_12">
<h2 class="grid_12"><a href="">More Articles</a></h2>
<div class="grid_3">
<img src="./assets/images/depositphotos_35186549-stock-photo-sample-grunge-red-round-stamp.jpg"
alt="The road ahead" width="220" height="125" />
<p><a href="">On the Road: from the fixed gear fanatic's point of view</a></p>
<p><a href="">Brand History: Pashley Cycles - hand-built in England</a></p>
<p><a href="">Frame Wars: Innovations in cycle manufacture and repair</a></p>
</div>
<div class="grid_3">
<img src="./assets/images/depositphotos_35186549-stock-photo-sample-grunge-red-round-stamp.jpg"
alt="Sketchbook" width="220" height="125" />
<p><a href="">Touring Diary: A sketchbook in your basket</a></p>
<p><a href="">Top Ten Newcomers for 2012: A peek at what's to come</a></p>
<p><a href="">InnerTube: The best cycling videos on the web</a></p>
</div>
<div class="grid_3">
<img src="./assets/images/depositphotos_35186549-stock-photo-sample-grunge-red-round-stamp.jpg"
alt="Repair shop sign" width="220" height="125" />
<p><a href="">Product Review: All baskets were not created equal</a></p>
<p><a href="">Going Public: Out &amp; About with the founder of Public</a></p>
<p><a href="">Cycle Lane Defence: Know your rights</a></p>
</div>
<div class="grid_3">
<img src="./assets/images/depositphotos_35186549-stock-photo-sample-grunge-red-round-stamp.jpg"
alt="Schwinn Spitfire" width="220" height="125" />
<p><a href="">Bicyle Hall of Fame: The 1958 Schwinn Spitfire</a></p>
<p><a href="">Reader Survey: Share your thoughts with us!</a></p>
<p><a href="">Chain Gang: The evolution of the humble bike chain</a></p>
</div>
</div><!-- .more-articles -->
</div><!-- .wrapper -->
<div class="footer clearfix">
<div class="container_12">
<p class="grid_12"><a href="">Legal Information</a> | <a href="">Privacy
Policy</a> | <a href="">Copyright &copy; Pedal Faster 2011</a></p>
</div>
</div>
</body>
</html>