Skip to content

Commit

Permalink
Portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
arunp77 committed Oct 6, 2023
1 parent fc3fec5 commit 5934ee5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jobs:
deploy:
deploy:
runs-on: ubuntu-latest
steps:
- name: Set up PHP
Expand Down
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -837,12 +837,13 @@ section {
--------------------------------------------------------------*/
.contact {
padding-bottom: 130px;
width: 100%; /* Set the width to 100% to make it wider */
}

.contact .info {
padding: 30px;
background: #fff;
width: 100%;
width: 100%; /* Set the width to 100% to make it wider */
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

Expand Down
24 changes: 0 additions & 24 deletions forms/process_contact.php

This file was deleted.

6 changes: 2 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -761,9 +761,8 @@ <h4>Call:</h4>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2576.763015747465!2d8.261080815396772!3d49.99834113737532!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47bf26bead9e7e3d%3A0x67c04893d34fca93!2sMainz%2C%20Germany!5e0!3m2!1sen!2sus!4v1633208500561!5m2!1sen!2sus" frameborder="0" style="border:0; width: 100%; height: 290px;" allowfullscreen></iframe>
</div>

</div>

<!--
<div class="col-lg-7 mt-5 mt-lg-0 d-flex align-items-stretch">
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
Expand Down Expand Up @@ -791,8 +790,7 @@ <h4>Call:</h4>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>

</div>-->
</div>

</div>
Expand Down

0 comments on commit 5934ee5

Please sign in to comment.