Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rohail052 patch 1 #30

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
45bccaa
Update index.html
Rohail052 Jun 3, 2024
dcdcb1f
Update index.html
Rohail052 Jun 3, 2024
016a4b4
Update index.html
Rohail052 Jun 3, 2024
852d091
Update index.html
Rohail052 Jun 3, 2024
d8b8dd1
Update index.html
Rohail052 Jun 3, 2024
85a875e
Create CNAME
Rohail052 Jun 3, 2024
ebb7e75
Update index.html
Rohail052 Jun 3, 2024
ddf25ba
Update index.html
Rohail052 Jun 3, 2024
d322a06
Update index.html
Rohail052 Jun 3, 2024
4464610
Update index.html
Rohail052 Jun 18, 2024
8e62367
Add files via upload
Rohail052 Jun 18, 2024
27869c2
Update website.html
Rohail052 Jun 18, 2024
2255d04
Update website.html
Rohail052 Jul 12, 2024
94c0126
Add files via upload
Rohail052 Jul 31, 2024
47cad62
Update index.html
Rohail052 Jul 31, 2024
028c897
Update index.html
Rohail052 Aug 1, 2024
76c4667
Update index.html
Rohail052 Aug 1, 2024
9ac3d50
Update index.html
Rohail052 Aug 11, 2024
a7b5520
Update Readme.md
Rohail052 Aug 11, 2024
a4a49df
Add files via upload
Rohail052 Aug 13, 2024
8a89053
Update index.html
Rohail052 Aug 13, 2024
9047167
Update index.html
Rohail052 Aug 24, 2024
3099d87
Update website.html
Rohail052 Aug 24, 2024
80ac9ea
Update index.html
Rohail052 Aug 24, 2024
7d2420c
Update index.html
Rohail052 Aug 24, 2024
87a5d8e
Add files via upload
Rohail052 Sep 13, 2024
364622d
Update index.html
Rohail052 Sep 13, 2024
88fe123
Update index.html
Rohail052 Sep 13, 2024
6f323ee
Rename login.html to 132456754.html
Rohail052 Sep 13, 2024
6691d44
Rename login.css to loginold.css
Rohail052 Sep 13, 2024
9703e45
Rename after-login.html to 121-login.html
Rohail052 Sep 13, 2024
1b1f0de
Add files via upload
Rohail052 Sep 13, 2024
32af5f4
Update after-login.html
Rohail052 Sep 13, 2024
ad13e9b
Update after-login.html
Rohail052 Sep 13, 2024
94432da
Update index.html
Rohail052 Sep 13, 2024
1269cd7
Update more.html
Rohail052 Sep 13, 2024
3367bc4
Update more.html
Rohail052 Sep 13, 2024
14a858b
Update more.html
Rohail052 Sep 13, 2024
0114bb2
Update more.html
Rohail052 Sep 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index.html
  • Loading branch information
Rohail052 authored Jul 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 47cad623641bea476b732f1f98683c7d44f9b09e
66 changes: 65 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@

<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="main.css" rel="stylesheet">


<!-- Global site tag (gtag.js) - Google Analytics -->
@@ -109,7 +110,7 @@ <h2>About</h2>
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>Age:</strong>16 Year old</li>
<li><i class="icofont-rounded-right"></i> <strong>Phone:</strong> +1 123-456-789</li>
<li><i class="icofont-rounded-right"></i> <strong>Phone:</strong> +1 123-456-9999</li>
</ul>
</div>
<div class="col-lg-6">
@@ -122,6 +123,11 @@ <h2>About</h2>
</div>
</div>






</div><!-- End About Me -->

<!-- ======= Interests ======= -->
@@ -462,6 +468,64 @@ <h3>Contact</h3>
</div>
<!-- <div id="sfczmlqxr5caww28rswrt8849ghbekgnh3j" ></div><script type="text/javascript" src="https://counter1.stat.ovh/private/counter.js?c=zmlqxr5caww28rswrt8849ghbekgnh3j&down=async" async></script><noscript><a href="https://www.freecounterstat.com" title="free web counter"><img src="https://counter1.stat.ovh/private/freecounterstat.php?c=zmlqxr5caww28rswrt8849ghbekgnh3j" border="0" title="free web counter" alt="free web counter" style="visibility: none;"></a></noscript> -->
</div>




<!-- CONTACT START -->
<div class="bg-info contact4 overflow-hidden position-relative">
<!-- Row -->
<div class="row no-gutters">
<div class="container">
<div class="col-lg-6 contact-box mb-4 mb-md-0">
<div class="">
<h1 class="title font-weight-light text-white mt-2">Contact Us</h1>
<form class="mt-3" action="https://formspree.io/f/mdkngeza"
method="POST">
<div class="row">
<div class="col-lg-12">
<div class="form-group mt-2">
<input class="form-control text-white" type="text"
placeholder="name" name="name" minlength="3" required>
</div>
</div>
<div class="col-lg-12">
<div class="form-group mt-2">
<input class="form-control text-white" type="email"
placeholder="email address" name="sender"
pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$"
required>
</div>
</div>
<div class="col-lg-12">
<div class="form-group mt-2">
<textarea class="form-control text-white" rows="3"
placeholder="message" name="message" minlength="20"
required></textarea>
</div>
</div>
<div class="col-lg-12 d-flex align-items-center mt-2">
<button type="submit"
class="btn bg-white text-inverse px-3 py-2"><span>
Submit</span></button>
<span class="ml-auto text-white align-self-center"><i
class="fas fa-phone-alt mr-2"></i><a class="contact-link"
href="tel:+1336123456">336-123-4566
</a></span>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- CONTACT END -->





</section>

<!-- End Contact Section -->