-
Notifications
You must be signed in to change notification settings - Fork 0
/
googleweb.html
93 lines (87 loc) · 4.54 KB
/
googleweb.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GOOGLE</title>
<link rel="stylesheet" type="text/css" href="googleweb.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
</head>
<body>
<header>
<hr>
<nav><div class="navsmall"><div class="menubar"><i class="fa-solid fa-bars" type="button"></i> </div>
<div class="logo">
<a href="#"><img src="googleicon1.png" alt ="googleicon1"></a>
<div class="forsmall"> for Small Business</div>
</div></div>
<div class="toggle">
<a href="#"><ion-icon name="menu-outline"></ion-icon></a>
</div>
<div class="menudesign">
<ul class="menu">
<li><a href="#">  Get the essentials</a></li>
<li ><a href="#">  Go-in-depth    </a>
<ul class="dropdown">
<li><a href="#">Retail business</a></li>
<li><a href="#">Service business</a></li>
<li><a href="#">Restaurant</a></li> </ul>
</li>
<li><a href="#">Explore lessons        
             
         </a></li>
<li><a href="#"><div class="gettheessentialsbox">Get the essentials</div></a></li>
</ul></div>
</nav>
<div class="navbox">
<div class="navsmalls">
<div class="logos">
<a href="#"><img src="googleicon1.png" alt ="googleicon1"></a>
<div class="forsmalls"> for Small Business</div> </div>
</div>
<hr>
<div class="essentials">Get the essentials</div>
<div class="goindepths">     Go-in-depth
<ul type ="none">
<li>Retail business</li>
<li>Service business</li>
<li>Restaurant</li></ul>
</div>
<div class="explorelessonss">Explore leassons</div>
<div class="learnbasics">Learn the basics of getting your business online.</div>
<div class="getessentbox">
<div class="gettheessentialsboxs">Get the essentials</div></div>
</div>
</header>
<main>
<div class="learningecom"> <div class="learning">
<div class="learn">Learning</div><div class="ecom"> > Ecommerce solutions</div></div></div>
<div class="herosection">
<div class="hero">
<div id="sellhead">Sell your products online with e-commerce</div>
<div class="gettingbox"><div class="getbox">Getting your business online</div></div>
<div class="timecomplete"><i class="fa-regular fa-clock"></i>Time to complete: 14 minutes
</div>
</div> <div class="sellborder"><hr></div>
<div class="fontshero"><i class="fa-brands fa-twitter"id=ipad></i><i class="fa-brands fa-facebook"id=ipad></i>
<i class="fa-brands fa-linkedin"id=ipad></i><i class="fa-regular fa-envelope"id=ipad></i>
<i class="fa-solid fa-code-compare"id=ipad></i>
</div>
<div class="ecommercepara">
<div class="ecommercepara1">"E-commerce” simply means buying and selling products and services online. If you want
to accept payments on your website or set up an online store to sell things, it’s time to get started with
e-commerce. In this lesson, you’ll learn what e-commerce is, how to start using e-commerce, and two types of
e-commerce solutions you can consider.</div>
<div class="ecommercepara1a">
E-commerce is another name for “selling things online.” Different businesses may use e-commerce in
different ways, ranging from accepting payments on a website to creating a full online store.
</div>
<div class="para1b">
As you evaluate e-commerce options for your business, here are some questions to ask yourself:
</div>
</div>
</div>
</main>
<script src="googleweb.js"></script>
</body>
</html>