Browse Source

Updated the message sent landing page.

master
jrtechs 5 years ago
parent
commit
fe8aefb0f6
3 changed files with 7 additions and 9 deletions
  1. +1
    -1
      contactform.php
  2. +1
    -1
      index.html
  3. +5
    -7
      messageSent.html

+ 1
- 1
contactform.php View File

@ -34,7 +34,7 @@ if(isset($_POST['submit']))
$response = $_POST["g-recaptcha-response"];
$url = 'https://www.google.com/recaptcha/api/siteverify';
$data = array(
'secret' => '6LceWF8UAAAAAGueUiQyI-W_saWPInFfLW6nM8pv',
'secret' => $secret,
'response' => $_POST["g-recaptcha-response"]
);
$options = array(

+ 1
- 1
index.html View File

@ -221,7 +221,7 @@
<hr class="star-light">
<div class="row">
<div class="col-lg-4 ml-auto">
<p>I am currently a sophomore studying Computer Science Rochester Institute of Technology. I am a very
<p>I am currently a third year Computer Science student at Rochester Institute of Technology. I am a very
outgoing person who enjoys collaborating and working with others. Feel free to check out my github and
other websites to see what I have been working on.</p>

+ 5
- 7
messageSent.html View File

@ -10,8 +10,7 @@
<title>Jeffery Russell</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
@ -19,8 +18,7 @@
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic"
rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
<link href="css/freelancer.css" rel="stylesheet">
</head>
@ -77,19 +75,19 @@
</div>
</header>
<br><br><br>
<div class="container">
<div class="row">
<div class="col-md-6 p-3">
<center><h1 class="align-content-center">Message Sent</h1></center>
Thank you for sending me a message. I will try my best to
get back to you within a week. In the meantime, feel free to
check out my Github and youtube.
check out my Github and Youtube accounts.
</div>
<div class="col-md-6 p-6">
<div class="d-flex justify-content-center">
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/DoDaHmyIPvQ"
<p><iframe width="100%" height="315" src="https://www.youtube.com/embed/DoDaHmyIPvQ"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></p>
</div>
</div>

Loading…
Cancel
Save