-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (94 loc) · 6.53 KB
/
index.html
File metadata and controls
98 lines (94 loc) · 6.53 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"></meta>
<title>Tipsease</title>
<link rel="stylesheet" type="text/css" media="screen" href="CSS/index.css" />
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<script src="JS/index.js" async></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body id= "container">
<header>
<div class="nav">
<nav>
<img class="logo"src="image/logo-tipsease.png" alt="logo-img">
<a href="#" link="index.html">Home</a>
<a href="https://boring-engelbart-72dd03.netlify.com">Log in/Sign Up</a>
<a href="tip.html">Tip Calculator</a>
</nav>
</div>
</header>
<section class="main-container">
<div class="top-content">
<div class="img-top">
<img id="tip-img" src="image/tip_picture 1.jpg" alt="tip-img">
</div>
<div class="top-text">
<h1>If you are a Customer</h1>
<h1>Don't worry about Tips</h1>
<p>Here in tipsease, we take care of your tips. No matter if You are a customer giving a tip, or an employee getting it. As easy as that. Just log in to your account and follow the steps
We will geo locate you and provide a list of employees to choose who you want to tip. Choose the ammount, and that's it!!
Here in tipsease, we take care of your tips. No matter if You are a customer giving a tip, or an employee getting it. As easy as that. Just log in to your account and follow the steps
We will geo locate you and provide a list of employees to choose who you want to tip. Choose the ammount, and that's it!
</p>
</div>
</div>
<div class="mid-content">
<div class="mid-text">
<h1>Employees</h1>
<p>Recive yor tips directly in the Bank linked to your tipsease account. Check your Movements, and keep track of your money
Everything at one click away. From your customer to you.
</p>
</div>
<div class="img-mid"><img src="image/Money-save2.jpg" alt="safe"></div>
</div>
<div class="phone-content">
<img class="img-phone" src="image/iphone-app-tipper-3 (1).jpg" alt="">
<div class="text-phone">
<h1>The Tip On the "Tip" of your fingers</h1>
<p>Tipping is more than acknowledging good service. It’s about making a living. Service employees in the United States rely on tips to supplement their salaries. Customers tip the minimum because they feel obligated by social norms, but customers will tip more if they like the people who serve them. The key to receiving higher tips is to create an environment that predisposes customers to be more generous.
Some customers want to be pampered, some customers require minimal service, and some customers just want to be left alone to enjoy their expirience. Everything else is in TIPSEASE's hands.
</p>
</div>
</div>
<div class="about-us">
<h1 class="title">About Us</h1>
<h2>Team Leader</h2>
<img src="image/sam.jpg" alt="">
<h3 class="name">Sam Landsman</h3>
<p>Team leader is responsible for guiding a group of designers as they complete a project. They are responsible for developing and implementing a timeline their team will use to reach its end goal. Some of the ways team leaders ensure they reach their goals is by delegating tasks to their members, including themselves. </p>
<h2>User Interface Designers</h2>
<h3 class="name">Chris Petito</h3>
<img src="image/avatar-2.png" alt="">
<h3 class="name">Hugo Martinez</h3>
<img class="hugo" src="image/hugo.jpg" alt="">
<p>User interface (UI) designers work closely with user experience (UX) designers and other design specialists. Their job is to make sure that every page and every step a user will experience in their interaction with the finished product will conform to the overall vision created by UX designers.</p>
<h2>Back End Designer</h2>
<h3 class="name">Thomas Hessburg</h3>
<img src="image/thomas.jpg" alt="">
<p>The Back End Developer labors over tasks such as creating code that allows users easier navigation between web pages. They are less concerned with the front-end web applications such as setting up an e-commerce page so you can buy things. They create the baseline core computer logic behind a digital presentation, whether it is a website or software package.
</p>
<h2>Front End Designer</h2>
<h3 class="name">Alan Perez</h3>
<img src="image/avatar-2.png" alt="">
<p>Front-end Architecture is a collection of tools and processes that aims to improve the quality of our front-end code while creating a more efficient and sustainable workflow. A Front-end developer's audience is the website user, a Front-end Architect's audience is the developer themselves.</p>
<h2>Android Designer</h2>
<h3 class="name">Vivek Vishwanath</h3>
<img src="image/vivek.jpg" alt="">
<p>Common duties of Mobile Architects include developing mobile applications, making sure end products meet client expectations, customizing software, assessing project practicability, and collaborating with other IT professionals.</p>
</div>
<div class="contact">
<address>
5555 BayView Dr.</br>
Tampa, Florida</br>
ZIP: 33223.
</address>
<e-mail>contact@tipsease.com</e-mail>
</div>
</section>
</body>
<footer>
Copyrigth TipseaseLLc.
</footer>
</html>