Skip to content

Commit ab669d0

Browse files
authored
Add files via upload
1 parent 5dcedf8 commit ab669d0

15 files changed

+229
-0
lines changed

1.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
6+
<title>DOCUMENT</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
<div class="bus-dev">
11+
<h1>Business Development</h1><br/>
12+
<p>Have an idea or enquiry for Waze business development?<p>
13+
<button class="btn-dark">Share your ideas</button>
14+
</div>
15+
</body>
16+
</html>

2.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
6+
<title>DOCUMENT2</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
<div class="bm">
11+
<div class="bm1">
12+
<h2>Your profiles</h2>
13+
<p>See how your different profiles appears in google services</p>
14+
<div clas="images">
15+
<img class="i1" src="Screenshot 2024-01-26 154429.png" alt="profile-1"/>
16+
<img class="i2" src="Screenshot 2024-01-26 161047.png" alt="profile-2"/>
17+
</div>
18+
</div>
19+
<hr class="M">
20+
<div class="bm2">
21+
<p>See profiles</p><hr/>
22+
</div>
23+
</div>
24+
</body>

3.html

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7+
<title>DOCUMENT3</title>
8+
<link rel="stylesheet" href="style3.css">
9+
</head>
10+
<body>
11+
<div class="bm3">
12+
<img class="i1" src="Screenshot 2024-01-26 162714.png" alt="google-photos"/>
13+
<div>&#128274;</div>
14+
<h3>Suscribe to any plan</h3>
15+
<h2>Get more features in google in Google Photos</h2>
16+
<p>Bring your favourite moments to life with more google photos editing tools for Android and iOS, including Magic eraser. Subject to eligibility.</p>
17+
<div class="box">
18+
<p>View details</p>
19+
</div>
20+
</div>
21+
</body>
22+
</html>

4.html

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
6+
<title>DOCUMENT3</title>
7+
<link rel="stylesheet" href="style4.css">
8+
</head>
9+
<body>
10+
<div class="bm4">
11+
<h1>Flodesk</h1>
12+
<h4>Welcome back!</h4>
13+
<div class="labels">
14+
<input class="l1" type="text" id="email" name="email" placeholder="Enter your email">
15+
<br/>
16+
<input class="l2" type="text" id="password" name="password" placeholder="Enter your password">
17+
</div>
18+
<br/>
19+
<div class="button">
20+
<p>Login in to Flodesk</p>
21+
</div>
22+
<div class="extra">
23+
<p>Not a member? <u>Sign up</u></p>
24+
<p><u>Forgot your password?</u>
25+
<footer>
26+
<p>By continuing, you agree to Flodesk's <u>terms</u>and acknowledge you've read our <u>privacy policy.</u></p>
27+
</footer>
28+
</div>
29+
30+
</div>
31+
</body>
32+
</html>

Screenshot 2024-01-26 154429.png

12.7 KB
Loading

Screenshot 2024-01-26 161047.png

11 KB
Loading

Screenshot 2024-01-26 162714.png

719 KB
Loading

Screenshot 2024-01-26 183841.png

24.2 KB
Loading

Screenshot 2024-01-26 183903.png

79.5 KB
Loading

Screenshot 2024-01-26 183933.png

596 KB
Loading

Screenshot 2024-01-26 183956.png

36.6 KB
Loading

style.css

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.bus-dev{
2+
background-color: lightgreen;
3+
width: 100%;
4+
border-radius: 14px;
5+
padding: 50px;
6+
margin: 50px auto;
7+
border: 5px;
8+
}
9+
h1{
10+
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
11+
margin: 12px auto;
12+
}
13+
h4{
14+
border: none;
15+
}
16+
.btn-dark{
17+
border-radius: 14px;
18+
border: 5px white;
19+
font-family: Arial, Helvetica, sans-serif;
20+
padding: 10px;
21+
margin: 15px auto;
22+
font-size: 13px;
23+
24+
}

style2.css

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
.bm{
2+
border: 10px solid;
3+
width: 400px;
4+
border-color: grey;
5+
margin: 35px;
6+
padding: 30px 30px;
7+
}
8+
.bm1{
9+
padding: 30px 30px;
10+
}
11+
.bm2{
12+
padding-left: 30px;
13+
padding: 10px;
14+
color: blue;
15+
}
16+
.i1{
17+
height: 70px;
18+
width: 70px;
19+
border-radius: 60px;
20+
}
21+
.i2{
22+
height: 70px;
23+
width: 70px;
24+
border-radius: 60px;
25+
}
26+
h2{
27+
font-weight: bold;
28+
font-family: sans-serif;
29+
}
30+
.images{
31+
display: flex;
32+
justify-content: space-between;
33+
padding-right: 70px;
34+
}

style3.css

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.bm3{
2+
border: 1px solid gray;
3+
width: 600px;
4+
border-radius: 40px;
5+
padding: 12px;
6+
margin: 50px auto;
7+
8+
}
9+
h3{
10+
font-family: sans-serif;
11+
font-size: small;
12+
display: inline;
13+
}
14+
.i1{
15+
border-radius: 40px;
16+
padding: 0px;
17+
border-radius: 40px;
18+
width: 100%;
19+
margin: 0px auto;
20+
}
21+
.box{
22+
border: 0.5px solid grey;
23+
padding:5px;
24+
margin: 12px;
25+
border-radius: 3px;
26+
width: 25%;
27+
}
28+
.box p{
29+
color: blue;
30+
text-align: center;
31+
}

style4.css

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
h1{
2+
text-align: center;
3+
margin: 8px;
4+
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
5+
width: 100%;
6+
7+
}
8+
h4{
9+
font-size: 15px;
10+
text-align: center;
11+
font-family: serif;
12+
margin: 8px;
13+
width: 100%;
14+
15+
}
16+
17+
.labels{
18+
border-radius: 50px;
19+
padding-left: 35%;
20+
margin: 16px;
21+
border: 1px gray;
22+
margin-left: 40px;
23+
24+
}
25+
.l1{
26+
margin: 8px;
27+
text-align: center;
28+
}
29+
.l2{
30+
margin: 8px;
31+
text-align: center;
32+
}
33+
.button p{
34+
border: 2px solid black;
35+
color: white;
36+
background-color: black;
37+
text-align: center;
38+
width: 50%;
39+
padding-left: 1px;
40+
margin-left: 170px;
41+
}
42+
.extra p{
43+
text-align: center;
44+
padding-left: 50px;
45+
font-family:
46+
}

0 commit comments

Comments
 (0)