-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuntitled-4.html
62 lines (59 loc) · 4.6 KB
/
untitled-4.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>new</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Aguafina+Script">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alef">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Almendra+SC">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Architects+Daughter">
<link rel="stylesheet" href="assets/css/styles.min.css">
</head>
<body style="background-image:url("assets/img/b3.jpg");background-repeat:repeat-y;background-size:cover;">
<div class="row">
<div class="col" style="background-color:#66116d;padding-right:0px;padding-left:24px;min-width:0%;/*max-width:30%;*/width:250px;"><button class="btn btn-primary" type="button" style="width:200px;background-color:#f2d13d;margin-bottom:5px;color:#6d3011;margin-top:5px;margin-left:50px;">About Us</button><button class="btn btn-primary" type="button" style="width:200px;background-color:#f2d13d;color:#6d3011;margin-bottom:5px;margin-left:50px;">Contact</button></div>
<div
class="col" style="background-color:#66116d;padding-left:0px;width:auto;padding-right:0px;height:auto;">
<h1 style="width:auto;font-family:'Architects Daughter', cursive;color:#c40f89;margin-bottom:0px;font-size:50px;margin-top:5px;text-align:right;margin-left:77px;"><strong>Professional </strong><br></h1>
</div>
<div class="col" style="background-color:#66116d;padding-left:0px;width:100px;">
<h1 style="width:auto;font-family:'Architects Daughter', cursive;color:#c40f89;margin-bottom:0px;font-size:50px;margin-top:5px;text-align:left;margin-left:77px;"><strong>Dresses</strong></h1>
</div>
<div class="col" style="width:230px;height:auto;background-color:#66116d;padding-left:0px;padding-right:0px;"><button class="btn btn-primary" type="button" onclick="window.location.href = 'SignUp.html';" style="width:200px;background-color:#f2d13d;margin-bottom:5px;color:#6d3011;margin-top:5px;">Sign up</button><button class="btn btn-primary" type="button" onclick="window.location.href = 'Login.html';" style="width:200px;background-color:#f2d13d;margin-bottom:5px;color:#6d3011;">Login</button></div>
<div
class="col" style="width:300px;background-color:#66116d;margin-right:0px;margin-left:-100px;">
<div class="avatar-bg center" style="width:94px;height:94px;margin-left:63px;"></div>
</div>
</div>
<div class="row" style="height:auto;margin-top:0px;">
<div class="col" style="background-image:url("assets/img/b2.jpg");background-repeat:no-repeat;background-size:cover;height:500px;">
<div class="row">
<div class="col" style="height:auto;padding-top:100px;padding-right:5px;padding-left:400px;"><button class="add" onclick="window.location.href='tailorsAndDesigns.html'">ارتباط با خیاط</button></div>
</div>
<div class="row">
<div class="col" style="padding-left:300px;"><button class="add" onclick="window.location.href='#'">شرکت در مسابقه</button></div>
</div>
<div class="row">
<div class="col" style="padding-left:200px;padding-top:20px;"><button class="add" onclick="window.location.href='uploadDesign.html'">چاپ کردن طرح</button>
</div>
</div>
</div>
<div class="col" style="background-image:url("assets/img/b1.jpg");background-repeat:no-repeat;background-size:cover;height:500px;">
<div class="row">
<div class="col">
<h1 style="text-align:left;padding-top:136px;font-size:50px;color:rgb(17,101,185);padding-left:22px;">ارسال طرح</h1>
</div>
</div>
<div class="row">
<div class="col"><input type="file" style="padding-top:15px;padding-left:22px;"></div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.0/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/script.min.js"></script>
</body>
</html>