-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSupport_Me.html
62 lines (54 loc) · 3.08 KB
/
Support_Me.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Support_Me</title>
<link rel="shortcut icon" href="LOGO.png" type="image/x-icon">
<link rel="stylesheet" href="Supportme.css">
</head>
<body>
<header class="Header">
<div class="navbar">
<div class="left">
<a href="index.html" ><img src="LOGO2.png" class="Elo"></a>
</div>
<!-- --------------------------------------------------------------------------------------------------------- -->
<div class="mid">
<ul>
<li class="nav"><a href="index.html">Home</a></li>
<li class="nav"><a href="https://github.com/ggrambler">GitHub</a></li>
<li class="nav"><a href="Bandana_Jha_CV[2].pdf" class="card_links" download="Bandana_Jha_CV">Resume</a></li>
<li class="nav"><a href="Notfound.html">Reach_Me</a></li>
</ul>
</div>
<div class="right">
<a href="Support_Me.html" class="btn_cont">Support_Me</a>
<!-- <a href="#" class="btn_cont">Login</a> -->
</div>
</div>
</header>
<div class="payme">
<img src="PayMe.jpg" alt="IMG NOT FOUND" class="paypic">
</div>
<div class="info">
<h1>Why You Should Hire Me: Your Software Development Partner </h1><br><p>
As a software developer embarking on my own practice, I understand the challenges you face in finding the right developer for your project. Here's why I believe I can be your ideal partner:
<br>
1. Focused Client Service: With my own practice, you get personalized attention. You'll work directly with me, ensuring clear communication, understanding of your unique needs, and a dedicated advocate for your project.
<br>
2. Expertise & Adaptability: I possess a strong foundation in various programming languages and technologies, coupled with a passion for continuous learning. Whether you need a web application, mobile app, or custom software solution, I'm equipped to tackle it.
<br>
3. Transparent & Agile Development: I believe in collaborative and transparent development. I'll keep you informed throughout every stage, welcome your feedback, and adapt to changing needs with agility.
<br>
4. Competitive Rates & Flexible Engagement: As a new practice, I offer competitive rates to attract clients like you. I'm also flexible in my engagement models, offering hourly, project-based, or retainer options to suit your budget and project needs.
<br>
5. Passion & Commitment: I'm not just building software; I'm building your vision. I'm passionate about crafting high-quality, user-friendly solutions that contribute to your success.
<br>
I'm confident that my skills, dedication, and personalized approach will make me a valuable asset to your team. Let's discuss your project and how I can help you bring your vision to life!
<br>
<h2>Contact me : XXXYYYZZZ</h2>
</p>
</div>
</body>
</html>