-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtext.html
163 lines (157 loc) · 8.64 KB
/
text.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/all.css">
<link rel="stylesheet" type="text/css" href="css/all_shop.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
</head>
<body>
<nav class="navbar">
<div class="navbar-container container">
<input type="checkbox" name="" id="">
<div class="hamburger-lines">
<i class="bi bi-list"></i>
</div>
<ul class="menu-items">
<li><a href="main2.html">Home</a></li>
<li><a href="search.html">Explore</a></li>
<li>
<a href="">How it works</a>
<ul class="dropdown-menu">
<li><a href="rent_items.html">Items</a></li>
<li><a href="rent_services.html">Services</a></li>
</ul>
</li>
<li><a href="aboutUs.html">About us</a></li>
<li><a href="myAccount.html">Profile</a></li>
<a href="cart.html">
<i class="bi bi-cart" id="cart-icon"></i>
</a>
</ul>
<img src="Images/Rentiverse logo.png" class="logo">
</div>
</nav>
<h3 class="tagline">Graphics & Design Programming & Tech Digital Marketing Video & Animation Writing & Translation Music & Audio Business Data Photography</h3>
<h5><span style="font-size: 150%;">⌂</span> / Typing / Typesetter</h5>
<div class="body">
<h1>I Will Type your docments for you </h1>
<div class="content">
<div class="image-box">
<div class="image-det">
<div class="det">
<h3>This service is offered by a Pro freelancer</h3>
<h4>✓ Hand-picked freelancer</h4>
<h4>✓ High-quality work</h4>
<h4>✓ Experience working with businesses</h4>
</div>
<img class="det-pic" src="Images/ui1.png">
</div>
<img class="box-pic" src="Images/type.png">
</div>
<div class="details-box">
<h3 class="productPriceServices">LKR 4000</h3>
<h4>Save up to 20% with Subscribe to Save</h4>
<p><b class="productNameServices">Professional Data entry </b><br>Best for Projects Under 15 pages</p>
<p><b> 🕑 1 Day Delivary 🗘</b></p>
<h6>✓ Creative documentary </h6>
<h6>✓ 20 custom assets</h6>
<h6>✓ Prototype</h6>
<h6>✓ 5 Revisions</h6>
<div class="submit-btn" onclick="addToCart({
imageSrc: 'Images/type.png',
productName: 'Professional Data entry',
price: 4000
// You can add more fields for services if needed
})">Add to cart</div> <br>
<div class="contact-btn">Contact me</div>
<br>
<div class="respo"><b>
Highly responsive <br> !Known for exceptionally quick replies</b>
</div>
</div>
</div>
<br>
<br>
<h3>About The seller</h3>
<div class="seller">
<img class="ee" src="Images/5.1.png">
<div class="se-det">
<h4>Dewmika Rathnayake</h4>
<p>Typesetter</p>
<p><b>★ 3.9 (89) <span style="color: #7AE582;">Top Rated</span> </b></p>
</div>
</div>
<div class="con-btn">Contact me</div>
<div class="full-details">
<b>
<p>Dewmika Rathnayake - Crafting Words into Beautiful Typography</p>
<p>Expert in:   Typesetting | Typography Design | Layout Formatting</p>
<p>Country:   India</p>
<p>Member since:   Dec 2021</p>
<p>Avg. response time:   1 Hours </p>
<p>Last delivery:   2 Days </p>
<p>Languages:   English | Sinhala | Tamil | Hindi</p>
</b>
<br>
<hr>
<br>
<p>Greetings! My journey into the world of typesetting began in 2020, and from the very start, I've been captivated by the art of turning words into visual masterpieces. As a dedicated typesetter, I'm passionate about bringing content to life through meticulous typography and elegant layout design. I'm thrilled to be a part of the Fiverr community, where I can use my skills to enhance the readability and appeal of text.
My expertise encompasses a range of skills:
⓵ Typesetting Mastery: Transforming Text into Aesthetically Pleasing Formats.
⓶ Typography Artistry: Creating Unique and Eye-Catching Typeface Designs.
⓷ Layout Elegance: Formatting Pages for Maximum Visual Impact.
⓸ Attention to Detail: Delivering Precise and Polished Typography.
Proficient in English, Sinhala, Tamil, Hindi. I'm committed to staying updated with the latest typography trends and design techniques. Whether it's a book, a magazine, or a digital publication, I'm dedicated to collaborating closely with clients to ensure their message is beautifully presented.
From selecting the right fonts to arranging text harmoniously, I'm here to give your content the visual treatment it deserves. Let's work together to create typographical compositions that captivate readers and convey information with flair.
Elevating text through design,
Dewmika Rathnayake
</p>
<br>
<br>
<br>
<hr>
<p><b>Among my clients</b></p>
<p>Ritz | Data Entry Company   Exmo | A Social Media & Business Service</p>
</div>
</div>
<div class="popup-box" id="popupBox">
<div class="popup-content">
<span class="close-icon" id="closePopup">×</span>
<p>Service added to cart successfully!</p>
</div>
</div>
<footer>
<svg viewBox="0 0 120 28">
<defs>
<path id="wave" d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
</defs>
<use id="wave3" class="wave" xlink:href="#wave" x="0" y="-2" ></use>
<use id="wave2" class="wave" xlink:href="#wave" x="0" y="0" ></use>
<use id="wave1" class="wave" xlink:href="#wave" x="0" y="1" />
</svg>
<div class="footer-content">
<h1 class="p1">RENTIVERSE</h1>
<button class="footer-content-button">Contact Us</button>
<div class="vertical-1"></div>
<div class="footer-options-1">
<a href=>HOME</a><br><br>
<a href=>EXPLORE</a><br><br>
<a href=>HOW IT WORKS</a><br><br>
<a href=>ABOUT US</a>
</div>
<div class="vertical-2"></div>
<div class="footer-options-2">
<a href=>TERM OF SERVICE</a><br><br>
<a href=>FAQs</a>
</div>
<div class="vertical-3"></div>
<div class="footer-options-3">
<a href=""><i class="bi bi-facebook"></i></a><br><br>
<a href=""><i class="bi bi-instagram"></i></a><br><br>
<a href=""><i class="bi bi-twitter"></i></a><br><br>
<a href=""><i class="bi bi-whatsapp"></i></a>
</div>
</div>
</footer>
<script src="js/text.js"></script>
</body>
</html>