-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (30 loc) · 1.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
<!DOCTYPE html>
<html lang="hu">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Betti & András eskülvői oldala</title>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script|Indie+Flower|Shadows+Into+Light&display=swap" rel="stylesheet">
</head>
<body>
<div class="container-fluid" id="wrapper2">
<div class="row">
<a href="index.html"><button class="btn col-sm-2 col-xs-4" id="but-index">Főoldal</button></a>
<a href="story.html"><button class="btn col-sm-2 col-xs-4" id="but-story">Történetünk</button></a>
<a href="creaphoto.html"><button class="btn col-sm-2 col-xs-4" id="but-creaphoto">Kreatív fotózás</button></a>
<a href="wedding.html"><button class="btn col-sm-2 col-xs-4" id="but-wedding">Az esküvő</button></a>
<a href="dinner.html"><button class="btn col-sm-2 col-xs-4" id="but-dinner">A vacsora</button></a>
<a href="galery.html"><button class="btn col-sm-2 col-xs-4" id="but-galery">Galéria</button></a>
</div>
<div class="row">
<div class="col-sm-offset-2 col-sm-8">
<h1 class="main-title" id="wedding-title">2019. június 22-én 13 órakor összeházasodtunk!</h1>
</div>
</div>
</div>
</body>
</html>