-
Notifications
You must be signed in to change notification settings - Fork 574
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Answer submisson form added and showing stored answers
- Loading branch information
1 parent
19134c6
commit fb51c8c
Showing
1,910 changed files
with
94,602 additions
and
24,169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,25 +2,25 @@ | |
# | ||
# Use of `relative_permalinks` ensures post links from the index work properly. | ||
permalink: pretty | ||
|
||
|
||
# Setup | ||
title: Artificial Intelligence | ||
tagline: 'AIMA Exercises ' | ||
description: 'AIMA Exercises: Exercises for the book Artificial Intelligence: A Modern Approach' | ||
url: https://aimacode.github.io/aima-exercises/ | ||
baseurl: '/aima-exercises' | ||
incremental: true | ||
|
||
|
||
# About/contact | ||
author: | ||
name: Sachin Chopra | ||
url: sachin10101998.github.io | ||
email: [email protected] | ||
|
||
# Custom vars | ||
version: 1.0.0 | ||
plugins: | ||
- jekyll-paginate | ||
paginate: 5 | ||
#Staticman | ||
staticman: | ||
repository : aimacode/aima-exercises # GitHub username/repository eg. "daattali/beautiful-jekyll" | ||
branch : "master" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<br><br> | ||
<div id="writeeanswer"></div> | ||
<div class="styling" id="styling2"> | ||
<form class="contact100-form validate-form" id="new_comment" method="post" action="{{ site.staticman.endpoint | default: 'https://staticmanlove.herokuapp.com/v3/entry/github/sachin10101998bot/aima-exercises/master' }}/{{ page.canonical_id }}"> | ||
<span class="contact100-form-title"> | ||
<center>Submit Solution</center> | ||
</span> | ||
<br> | ||
<div class="wrap-input100 rs1-wrap-input100 validate-input" data-validate="Name is required" > | ||
<span class="label-input100">Your Display Name</span> | ||
<input class="input100" type="text" placeholder="Enter your Display name" name="fields[Name]" tabindex="3"> | ||
<span class="focus-input100"></span> | ||
</div> | ||
<div class="wrap-input100 rs1-wrap-input100 validate-input" data-validate = "Valid email is required: [email protected]"> | ||
<span class="label-input100">Email</span> | ||
<input class="input100" type="text" placeholder="Enter your email addess" name="fields[Email]" tabindex="2"> | ||
<span class="focus-input100"></span> | ||
</div> | ||
<div class="wrap-input100 validate-input" data-validate = "Message is required"> | ||
<span class="label-input100">Solution</span> | ||
<textarea class="input100" placeholder="Your solution here..." name="fields[message]" tabindex="1"></textarea> | ||
<span class="focus-input100"></span> | ||
</div> | ||
<input type="hidden" name="options[redirect]" value="https://aimacode.github.io/aima-exercises/answersubmitted/"> | ||
|
||
<div class="container-contact100-form-btn"> | ||
|
||
<button class="contact100-form-btn" tabindex="5"> | ||
<span> | ||
Submit | ||
<i class="fa fa-long-arrow-right m-l-7" aria-hidden="true"></i></center> | ||
</span> | ||
</button> | ||
</div> | ||
</form> | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ | |
|
||
{{ content }} | ||
</div> | ||
</article> | ||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
{% include head.html %} | ||
<body> | ||
{% include sidebar2.html %} | ||
<div class="wrap"> | ||
<div class="masthead"> | ||
<div class="container"> | ||
<h3 class="masthead-title"> | ||
<a href="{{ site.baseurl }}/" title="Home">{{ site.title }}</a> | ||
<small>{{ site.tagline }}</small> | ||
</h3> | ||
<br> | ||
<center> | ||
<form class="form-inline active-pink-3 active-pink-4"> | ||
<i class="fas fa-search" aria-hidden="true"></i> | ||
<input class="form-control form-control-sm ml-3 w-75" type="text" placeholder="Search within AIMA Exercises" aria-label="Search" name="query"> | ||
</form> | ||
<br> | ||
</center> | ||
</div> | ||
</div> | ||
<div class="container content"> | ||
{{ content }} | ||
</div> | ||
<label for="sidebar-checkbox" class="sidebar-toggle"></label> | ||
<script> | ||
(function(document) { | ||
var toggle = document.querySelector('.sidebar-toggle'); | ||
var sidebar = document.querySelector('#sidebar'); | ||
var checkbox = document.querySelector('#sidebar-checkbox'); | ||
document.addEventListener('click', function(e) { | ||
var target = e.target; | ||
if(!checkbox.checked || | ||
sidebar.contains(target) || | ||
(target === checkbox || target === toggle)) return; | ||
checkbox.checked = false; | ||
}, false); | ||
})(document); | ||
</script> | ||
<script src="{{ site.baseurl }}/js/main.js"></script> | ||
<script src="{{ site.baseurl }}/js/answer.js"></script> | ||
<script src="{{ site.baseurl }}/js/exercise.js"></script> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.