added blank pages
This commit is contained in:
parent
d3cf01e938
commit
858509b248
4 changed files with 86 additions and 6 deletions
11
index.html
11
index.html
|
|
@ -8,7 +8,6 @@
|
||||||
<link href="normalize.css" rel="stylesheet">
|
<link href="normalize.css" rel="stylesheet">
|
||||||
<link href="style.css" rel="stylesheet" />
|
<link href="style.css" rel="stylesheet" />
|
||||||
<link rel="icon" href="scraped/174394.png">
|
<link rel="icon" href="scraped/174394.png">
|
||||||
<script src="https://livejs.com/live.js" defer></script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
|
|
@ -16,11 +15,11 @@
|
||||||
<img alt="logo" src="scraped/pobrane-1.png" style="width: 14rem"/>
|
<img alt="logo" src="scraped/pobrane-1.png" style="width: 14rem"/>
|
||||||
<div>
|
<div>
|
||||||
<a>Strona Główna</a>
|
<a>Strona Główna</a>
|
||||||
<a href="wyroby">Wyroby</a>
|
<a href="wyroby.html">Wyroby</a>
|
||||||
<a href="portfolio">Portfolio</a>
|
<a href="portfolio.html">Portfolio</a>
|
||||||
<a href="kawiarnia">Kawiarnia</a>
|
<a href="kawiarnia.html">Kawiarnia</a>
|
||||||
</div>
|
</div>
|
||||||
<a href="kontakt" class="btn">Kontakt</a>
|
<a class="btn">Kontakt</a>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
<main>
|
<main>
|
||||||
|
|
@ -29,7 +28,7 @@
|
||||||
<div>
|
<div>
|
||||||
<h1>Słodkości tworzone z <span>pasją</span></h1>
|
<h1>Słodkości tworzone z <span>pasją</span></h1>
|
||||||
<p>Naturalne składniki, domowe receptury i pasja. Tworzymy torty i wypieki na Twoje najważniejsze chwile - od codziennych radości po wielkie uroczystości</p>
|
<p>Naturalne składniki, domowe receptury i pasja. Tworzymy torty i wypieki na Twoje najważniejsze chwile - od codziennych radości po wielkie uroczystości</p>
|
||||||
<a href="wyroby" class="btn">Zobacz naszą ofertę</a>
|
<a href="wyroby.html" class="btn">Zobacz naszą ofertę</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<img alt="tort" src="images/001.jpg"/>
|
<img alt="tort" src="images/001.jpg"/>
|
||||||
|
|
|
||||||
27
kawiarnia.html
Normal file
27
kawiarnia.html
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="pl">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<title>Piekarnik Gosi</title>
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<meta name="description" content="" />
|
||||||
|
<link href="normalize.css" rel="stylesheet">
|
||||||
|
<link href="style.css" rel="stylesheet" />
|
||||||
|
<link rel="icon" href="scraped/174394.png">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav>
|
||||||
|
<div>
|
||||||
|
<img alt="logo" src="scraped/pobrane-1.png" style="width: 14rem"/>
|
||||||
|
<div>
|
||||||
|
<a href="index.html">Strona Główna</a>
|
||||||
|
<a href="wyroby.html">Wyroby</a>
|
||||||
|
<a href="portfolio.html">Portfolio</a>
|
||||||
|
<a>Kawiarnia</a>
|
||||||
|
</div>
|
||||||
|
<a class="btn">Kontakt</a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<main>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
27
portfolio.html
Normal file
27
portfolio.html
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="pl">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<title>Piekarnik Gosi</title>
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<meta name="description" content="" />
|
||||||
|
<link href="normalize.css" rel="stylesheet">
|
||||||
|
<link href="style.css" rel="stylesheet" />
|
||||||
|
<link rel="icon" href="scraped/174394.png">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav>
|
||||||
|
<div>
|
||||||
|
<img alt="logo" src="scraped/pobrane-1.png" style="width: 14rem"/>
|
||||||
|
<div>
|
||||||
|
<a href="index.html">Strona Główna</a>
|
||||||
|
<a href="wyroby.html">Wyroby</a>
|
||||||
|
<a>Portfolio</a>
|
||||||
|
<a href="kawiarnia.html">Kawiarnia</a>
|
||||||
|
</div>
|
||||||
|
<a class="btn">Kontakt</a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<main>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
27
wyroby.html
Normal file
27
wyroby.html
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="pl">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<title>Piekarnik Gosi</title>
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
|
<meta name="description" content="" />
|
||||||
|
<link href="normalize.css" rel="stylesheet">
|
||||||
|
<link href="style.css" rel="stylesheet" />
|
||||||
|
<link rel="icon" href="scraped/174394.png">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav>
|
||||||
|
<div>
|
||||||
|
<img alt="logo" src="scraped/pobrane-1.png" style="width: 14rem"/>
|
||||||
|
<div>
|
||||||
|
<a href="index.html">Strona Główna</a>
|
||||||
|
<a>Wyroby</a>
|
||||||
|
<a href="portfolio.html">Portfolio</a>
|
||||||
|
<a href="kawiarnia.html">Kawiarnia</a>
|
||||||
|
</div>
|
||||||
|
<a class="btn">Kontakt</a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<main>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue