Skip to content

Commit

Permalink
Merge pull request #18 from OudomMunint/dev
Browse files Browse the repository at this point in the history
PR: dev => master
  • Loading branch information
OudomMunint authored Aug 27, 2023
2 parents 62b5596 + 99e162b commit 0f4aa3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Home.html
Original file line number Diff line number Diff line change
Expand Up @@ -865,13 +865,13 @@ <h2>Fullstack Software Engineer</h2>
<label for="email" class="placeholder">Message</label>
</div>
<!-- <button type="text" class="submit">Submit</button> -->
<button type="Submit" class="submit" value="Send"> Submit </button>
<button type="Submit" class="submit" id="submitButton" value="Send"> Submit </button>
<button type="reset" class="submit"> Clear </button>
<div data-netlify-recaptcha="true" style="padding-top: 20px;"></div>
</div>
</form>

</div>

<div class="col-md-12 col-sm-12">
<h2><strong><br>
+61 478 753 033<br>
Expand All @@ -882,7 +882,7 @@ <h2><strong><br>
<li><a href="mailto:[email protected]" class="fa fa-envelope"></a></li>
<li><a href="https://codepen.io/Oudom-Munint" target="_blank" class="fa fa-codepen"></a></li>
</ul> <br><br>
</div>
</div>

</footer>

Expand Down
4 changes: 4 additions & 0 deletions css/all.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -4956,3 +4956,7 @@ a.pds {
border-radius: 20px;
/* box-shadow: 5px 5px 5px black; */
}

.submitDisabled {
background-color: #c9d1d9;
}

0 comments on commit 0f4aa3f

Please sign in to comment.