Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions Wedding-Organisation/1-page-setup/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<!-- Meta etiketleri-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="organisation web desgin">
<meta name="keywords" content="wedding, organisation, special days">
<title> AYDIN WEDDING ORGANISATION</title>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- css baglantisi-->
<link rel="stylesheet" href="./style.css">
<head>

<body><h2>Aydin Wedding Organisation</h2>
</body>
</html>
9 changes: 9 additions & 0 deletions Wedding-Organisation/1-page-setup/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* {
margin:0;
padding:0;
border: 0;
}

bady {
font-family: 'Dosis', cursive;
}
98 changes: 98 additions & 0 deletions Wedding-Organisation/2-head-and-header/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<!DOCTYPE html>
<html lang="en">
<!-- Meta etiketleri-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="organisation web desgin">
<meta name="keywords" content="wedding, organisation, special days">
<title> AYDIN WEDDING ORGANISATION</title>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- css baglantisi-->
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header id="mainHeader">
<div id="headerContainer">
<div id="headerTop">
<ul id="ulTopLeft">
<li><a href="">Real Wedding</a></li>
<li><a href="">Dresses</a></li>
<li><a href="">Ideas & Planning</a></li>
<li><a href="">Honeymoon</a></li>
</ul>
<div id="topRight">
<div class="topContackContainer">

<div class="topContactText">
0482728905
</div>

<div class="topContactText">
maria.magdelena04@gmail.com
</div>
</div>
<div style="clear :both;"></div>
</div>
<br>
<br>
<br>
<br>
<br>
<br>

<nav>
<div id="navContainer">
<div id="navLogo"><em>AYDIN ORGANISATION</em></div>
<ul id="ukuleKukule">
<li><a href=""> <i>Planning Tools</i></a></li>
<li><a href=""> <i>Showers & Parties</i></a></li>
<li><a href=""> <i>Dresses & Rings</i></a></li>
<li><a href=""> <i>Photos</a></i></li>
<li><a href=""> <i>Create Your Wedding Website</i></a></li>
<li><a href=""><i>About us</i></a></li>
</ul>
</nav>

<div id="headerText">

<h2 id="special"><em>Welcome Our Dream World</em></h2>
<div id="onebye">
<div id="first">
<p id="we"> A handy step-by-step timeline for planning your wedding...
Planning your wedding, whether you have two years or three months to do it, can be stressful.
If like us, you make endless lists in your head (or on a scrap of paper) only to forget them
minutes later, then our Ultimate Wedding Checklist is for you. A step-by-step wedding planning
timeline of all the main things you need to do to pull off a fabulous wedding day. Wedding
planning can be daunting; doing research, managing a budget, and working out what to do when.
So we created a full downloadable list of all the essential things you will need to do, from
finding a wedding venue to going dress shopping, and planning a honeymoon to organising the
<a href="https://www.brides.com/wedding-dresses-4692022"><b>RSVP list.</b></a>
</p>
<br>
<br>

<h3>Showers & Parties</h3>

<p>The wedding is just one in a series of events. We're here to help plan the perfect bridal
shower, bachelorette party, and rehearsal dinner. </p>
<br>
<br>
<h3> Wedding Dresses<h3>

<p><small>Finding the one—the perfect wedding dress—is where it all starts! Everything you need
to know about wedding dress shopping is at your fingertips
<a href="https://www.theknot.com/fashion/wedding-dresses"><b>right here</b></a></small></p>


</div>

</div>
</div>


</div>
</div>


</header>
71 changes: 71 additions & 0 deletions Wedding-Organisation/2-head-and-header/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
#mainHeader {
width: 100%;
height:1300px;
position: static;
background-image: url(../Pictures/bethanyspencer-wedding-01.jpg);
background-size: 100% auto;
background-repeat: no-repeat;
background-position: center;
}

#ulTopLeft {
list-style-type: none;
display: inline-block;
float: left;
text-decoration: none;

}

div#headerContainer {
width: 1346px;
height: 750px;
margin: auto;
position: relative;
}

div#headerTop {
width: 1346px;
height: 50px;
position: relative;
}

ul#ulTopLeft li {
display:inline-block;
line-height: 50px;
border-right: 1px solid white;
padding: 0 10px;
}

ul#ulTopLeft li:first-child {
padding-left: 0;
}

ul#ulTopLeft li:last-child {
border-right: 0px;
}

ul#ulTopLeft li a {
text-decoration: none;
color: White;

}

ul#ulTopLeft li a:hover {
color:#973838;
}

div#topRight {
height: 50px;
position: relative;
float: right;
}

div.topContactText {
height:50px;
line-height: 50px;
float:right;
margin-left: 20px;
color:white;
margin-right:20px;
}

39 changes: 39 additions & 0 deletions Wedding-Organisation/3-sections-and-nav/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<!-- Meta etiketleri-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="organisation web desgin">
<meta name="keywords" content="wedding, organisation, special days">
<title> AYDIN WEDDING ORGANISATION</title>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- css baglantisi-->
<link rel="stylesheet" href="./style.css">
<!-- head ve header-->
</head>
<body>
<section class="limitedSection">
<img src="/home/hyfbe29/Desktop/Pictures/caro1.jpg"/>
<article>
<h3>Who We Are</h3>
<p>First thing’s first—OMG, you’re engaged! Can you tell we’re excited? But, we also know better
than anyone how overwhelming wedding planning can be and we’re here to help you every step of the way.
We know we’ve been around for 85 years, but this is not your grandmother’s Brides. Everyday, we meet with wedding planners, photographers, and real brides to
maintain an authentic and celebratory approach to weddings. We are active participants in New York
Bridal Fashion Week, where we report live on trends before they break on the internet. And we stay
on top of every celebrity engagement to bring you the latest ideas that you can borrow for your wedding.
<br>
<br>
We’re committed to bringing you an inclusive look at the world of weddings, with every type of couple,
and every type of celebration. Whether you’re only just thinking about getting engaged (or hinting at
it and looking for the perfect ring), in the throws of wedding planning, or already navigating newlywed
life, Brides is here to inspire, guide and entertain you during this exciting, and trying, time.
Looking for the most gorgeous wedding dress? Exactly how to word a wedding invitation? Or wondering
how to propose to your bridal party? You’ve come to the right place.
<br>
<br>

</article>

</section>
91 changes: 91 additions & 0 deletions Wedding-Organisation/3-sections/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
nav {
width:100%;
height: 80px;
position:relative;
background: rgba(0,0,0,0.5);
top:0;
}

div#navContainer {
width: 1346px;
height: 80px;
position: relative;
margin: auto;
}

div#navLogo {
font-family: 'Bungee', cursive;
color:White;
line-height: 80px;
display: inline;
float: left;

}

ul#ukuleKukule {
list-style: none;
display: inline-block;
float: right;
}

ul#ukuleKukule li {
display: inline-block;
line-height:80px;
}

ul#ukuleKukule li a {
text-decoration: none;
color: white;
}

ul#ukuleKukule li a:hover {
color:#973838;
}

div#headerText {
margin-top: 100px;
}

#special {
color:whitesmoke;
}
div#first {

background: transparent;
float:left;
width: 30%;
margin-right: 10px;
color:#ffffff;
}

section.limitedSection {
width:1346px;
height:600px;
position: relative;
margin:auto;
margin-top: 50px;
}

section.limitedSection h2, section.limitedSection p, section.limitedSection h3 {
text-align: center;

}

section.limitedSection img {
width:663px;
margin-top: 50px;
border:1px splid #973838;
padding:7px;
box-sizing: border-box;
float: left;
}

section.limitedSection article {
width: 600px;
float: right;
margin-top: 50px;
}

section.limitedSection article p {
margin-top: 20px;
}
30 changes: 30 additions & 0 deletions Wedding-Organisation/4-footer/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
!DOCTYPE html>
<html lang="en">
<!-- Meta etiketleri-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="organisation web desgin">
<meta name="keywords" content="wedding, organisation, special days">
<title> AYDIN WEDDING ORGANISATION</title>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- css baglantisi-->
<link rel="stylesheet" href="./style.css">
<!-- head ve header-->
</head>
<body>
<footer>

<div id="footerContainer">
<div class="footerBox">
<h2>Aydin Wedding Organisation</h2>
<a href=""><img src="/home/hyfbe29/Desktop/Pictures/facebook-new.png"/></a>
<a href=""><img src="/home/hyfbe29/Desktop/Pictures/instagram-new.png"/></a>
<a href=""><img src="/home/hyfbe29/Desktop/Pictures/twitter.png"/></a>
</div>
</div>
</footer>
</body>

</html>

23 changes: 23 additions & 0 deletions Wedding-Organisation/4-footer/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
footer {
widows: 100%;
height:500px;
position: relative;
background: url(../Pictures/wedding-photography-singapore-darren-and-jade-feature-e1545615005648.jpg);

}

footer div#footerContainer {
width: 1200px;
position: relative;
margin:0px;
}

footer div#footerContainer div.footerBox {
width: 400px;
position: relative;
float:left;
}

footer div#footerContainer div.footerBox img {
width:80px;
}
2 changes: 2 additions & 0 deletions Wedding-Organisation/wedding-organisation-original/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Copyright (C) 2019 meryem sener
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Wedding-Organisation
Loading