-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
209 lines (203 loc) · 13.6 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
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Design</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/9874c95f52.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark Design-website-navbar-bg">
<a class="navbar-brand" href="#">
<img class="Design-website-navbar-logo" src="https://assets.ccbp.in/frontend/responsive-website/landing-section-design-logo-img.png" alt="" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ml-auto">
<a class="nav-link active ml-4" href="#Design-website-home">Home <span class="sr-only">(current)</span></a>
<a class="nav-link text-white ml-4" href="#Design-deliver">Design & deliver</a>
<a class="nav-link text-white ml-4" href="#Design-website-tools">Design tools</a>
<a class="nav-link text-white ml-4" href="#Design-website-features">Features</a>
</div>
</div>
</nav>
<div id="Design-website-home">
<div class="Design-website-home-page-bg-container d-flex flex-column align-items-center justify-content-center text-center">
<h1 class="Design-website-home-page-heading">The most <span class="Design-website-home-page-flexible">flexible</span> web design tool</h1>
<p class="Design-website-home-page-para p-2">We've done it carefully and simply, Combined with the ingredients makes for beautiful landings.
It is the tool you need to speed up your design process.</p>
<button class="Design-website-sign-up-btn">Sign Up</button>
</div>
</div>
<div id="Design-deliver">
<div class="Design-website-deliver-bg-container pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-12 col-md-6">
<div class="d-flex flex-column align-items-center">
<img class="Design-website-deliver-img p-3" src="https://assets.ccbp.in/frontend/responsive-website/design-deliver-1-img.png" alt="" />
<h1 class="Design-website-deliver-card-heading">Design in the browser</h1>
<p class="Design-website-deliver-card-para p-2">A design is a plan or specification
for the construction of and object or system or for the implementation of an activity
or process. The verb to design expresses the process of developing a design.</p>
</div>
</div>
<div class="col-12 col-md-6">
<div class="d-flex flex-column align-items-center">
<img class="Design-website-deliver-img p-3" src="https://assets.ccbp.in/frontend/responsive-website/design-deliver-2-img.png" alt="" />
<h1 class="Design-website-deliver-card-heading">Deliver Faster</h1>
<p class="Design-website-deliver-card-para p-2">Publish responsive pages with your own domain
name or export your work to host it yourself is great for decision making, prototyping and
publishing single page websites.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="Design-website-tools">
<div class="Design-website-tools-bg-container pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 order-1 order-md-1">
<img class="w-100" src="https://assets.ccbp.in/frontend/responsive-website/features-1-img.png" alt="" />
</div>
<div class="col-12 col-md-6 order-2 order-md-2">
<div class="d-flex flex-column justify-content-center align-items-center h-100 pb-5">
<h1 class="Design-website-tools-card-heading pt-3 pb-3">A visual drag and drop editor</h1>
<p class="Design-website-tools-card-para">We see web design visually, therefore it
makes sence to produce design in a visual way. Yet youo can always access the code
if needed. Use a drag and drop editor withthe abiluty to see web fonts. With drag
and drop, you can rearrange the structure and elements of your layout.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-md-6 order-1 order-md-2">
<img class="w-100" src="https://assets.ccbp.in/frontend/responsive-website/features-2-img.png" alt="" />
</div>
<div class="col-12 col-md-6 order-2 order-md-1">
<div class="d-flex flex-column justify-content-center align-items-center h-100">
<h1 class="Design-website-tools-card-heading pt-3 pb-3">Annimations & Effects</h1>
<p class="Design-website-tools-card-para">Add Behavior animations to create simple
element loading animations and spice up your design. You can choose from the ones we
have or use your own code. An animation effect is a special visual or sound effect
added to a text or an object on a slide or chart.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="Design-website-features">
<div class="Design-website-features-bg-container pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-12 mb-4">
<h1 class="Design-website-features-heading text-center">Features that make Design simply awesome</h1>
<p class="Design-website-features-para text-center">Not sure if Design is for you? Check out a few of the key
features!</p>
</div>
<div class="col-12 col-md-6">
<div class="d-flex flex-row mb-3">
<img class="Design-website-features-card-img mr-2" src="https://assets.ccbp.in/frontend/responsive-website/awsome-features-1-img.png" alt="" />
<div>
<h1 class="Design-website-features-card-heading">Vectors</h1>
<p class="Design-website-features-card-para">Use SVGs that always
stay crisp and you can change the color as you go.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="d-flex flex-row mb-3">
<img class="Design-website-features-card-img mr-2" src="https://assets.ccbp.in/frontend/responsive-website/awsome-features-2-img.png" alt="" />
<div>
<h1 class="Design-website-features-card-heading">Forms</h1>
<p class="Design-website-features-card-para">Add forms to collect your
visitors' emails directly with Mailchimp.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="d-flex flex-row mb-3">
<img class="Design-website-features-card-img mr-2" src="https://assets.ccbp.in/frontend/responsive-website/awsome-features-3-img.png" alt="" />
<div>
<h1 class="Design-website-features-card-heading">Effects</h1>
<p class="Design-website-features-card-para">Add some fancy elements
to your designs by adding interactive scroll effects or animations.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="d-flex flex-row mb-3">
<img class="Design-website-features-card-img mr-2" src="https://assets.ccbp.in/frontend/responsive-website/awsome-features-4-img.png" alt="" />
<div>
<h1 class="Design-website-features-card-heading">Paste CSS</h1>
<p class="Design-website-features-card-para">Copy CSS from Photoshop or
Sketch or even your text editor and paste it.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="d-flex flex-row mb-3">
<img class="Design-website-features-card-img mr-2" src="https://assets.ccbp.in/frontend/responsive-website/awsome-features-5-img.png" alt="" />
<div>
<h1 class="Design-website-features-card-heading">Responsive from the start</h1>
<p class="Design-website-features-card-para">Have full control over mobile layouts.
Move the breakpoints where it's best for thr content.</p>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="d-flex flex-row mb-3">
<img class="Design-website-features-card-img mr-2" src="https://assets.ccbp.in/frontend/responsive-website/awsome-features-6-img.png" alt="" />
<div>
<h1 class="Design-website-features-card-heading">Library</h1>
<p class="Design-website-features-card-para">Choose from presets or create
your collections of elements to re-use later in your projects.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="Design-website-logos">
<div class="Design-website-logos-section-bg-container pt-4">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<h1 class="Design-website-logos-section-heading text-center mb-4">Used by and seen on</h1>
</div>
<div class="col-4 col-md-2">
<img class="w-100 mb-4 p-2" src="https://assets.ccbp.in/frontend/responsive-website/used-seen-slack-img.png" alt="" />
</div>
<div class="col-4 col-md-2">
<img class="w-100 mb-4 p-2" src="https://assets.ccbp.in/frontend/responsive-website/used-seen-netflix-img.png" alt="" />
</div>
<div class="col-4 col-md-2">
<img class="w-100 mb-4 p-2" src="https://assets.ccbp.in/frontend/responsive-website/used-seen-fitbit-img.png" alt="" />
</div>
<div class="col-4 col-md-2">
<img class="w-100 mb-4 p-2" src="https://assets.ccbp.in/frontend/responsive-website/used-seen-google-img.png" alt="" />
</div>
<div class="col-4 col-md-2">
<img class="w-100 mb-4 p-2" src="https://assets.ccbp.in/frontend/responsive-website/used-seen-airbnb-img.png" alt="" />
</div>
<div class="col-4 col-md-2">
<img class="w-100 mb-4 p-2" src="https://assets.ccbp.in/frontend/responsive-website/used-seen-uber-img.png" alt="" />
</div>
</div>
</div>
</div>
</div>
</body>
</html>