Skip to content

Commit

Permalink
Contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
nayakrujul committed Feb 23, 2024
1 parent e293ac2 commit b569724
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ p#about-description {
padding-bottom: 2rem;
}

div#contact {
padding-top: 20vh;
}

@media (max-width: 800px) {
ul#header-list li {
font-size: 1rem;
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<li><a href="#about">About</a></li>
<li><a href="#python">Python Projects</a></li>
<li><a href="#websites">Websites</a></li>
<li><a href="#contact">Contact me</a></li>
</ul>
</div>

Expand Down Expand Up @@ -96,6 +97,8 @@ <h2 id="websites" class="subheading">Websites</h2>
</li>
</ul>

<div id="contact" data-aidaform-widget="form-2019-12" data-url="https://thethonnu.aidaform.com/free-basic-contact-form" data-width="100%" data-height="500px" data-do-resize></div><script>(function(){var r,d=document,gt=d.getElementById,cr=d.createElement,tg=d.getElementsByTagName,id="aidaform-embed";if(!gt.call(d,id)){r=cr.call(d,"script");r.id=id;r.src="https://embed.aidaform.com/embed.js";(d.head || tg.call(d,"head")[0]).appendChild(r);}})()</script>

<script src="./homepage.js"></script>

</body>
Expand Down

0 comments on commit b569724

Please sign in to comment.