Skip to content

Commit

Permalink
Create gh-pages branch via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
thucdtran committed May 6, 2015
1 parent f39d685 commit f572e8d
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 449 deletions.
66 changes: 26 additions & 40 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,37 +1,25 @@
<!DOCTYPE html>
<html>

<html lang="en-us">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="aztex : AZimpler Text editor. ">

<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">

<title>aztex</title>
<meta charset="UTF-8">
<title>aztex by thuctran289</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>

<body>

<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/thuctran289/aztex">View on GitHub</a>

<h1 id="project_title">aztex</h1>
<h2 id="project_tagline">AZimpler Text editor. </h2>

<section id="downloads">
<a class="zip_download_link" href="https://github.com/thuctran289/aztex/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/thuctran289/aztex/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>

<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<section class="page-header">
<h1 class="project-name">aztex</h1>
<h2 class="project-tagline">AZimpler Text editor. </h2>
<a href="https://github.com/thuctran289/aztex" class="btn">View on GitHub</a>
<a href="https://github.com/thuctran289/aztex/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/thuctran289/aztex/tarball/master" class="btn">Download .tar.gz</a>
</section>

<section class="main-content">
<h1>
<a id="project-proposal" class="anchor" href="#project-proposal" aria-hidden="true"><span class="octicon octicon-link"></span></a>Project Proposal</h1>

<h3>
Expand Down Expand Up @@ -401,18 +389,16 @@ <h3>
<a id="review-process-reflection-1" class="anchor" href="#review-process-reflection-1" aria-hidden="true"><span class="octicon octicon-link"></span></a>Review process reflection</h3>

<p>The review went well. We were able to follow our agenda, and we did get answers to our key questions, especially in regards to our question about if any of our features do not work or what other features we should include. Although we provided a lot of background context about how compilers work and are built, we probably should have provided an example to show people how to use our program. Although people eventually figured out what our program was supposed to output, some people were confused about what the output of our program was supposed to look like (apparently we did not clearly explain that the output was not supposed to be a nice looking pdf document). As a result, the actual process of getting people to test our code went differently than expected. We probably would have been able to get more feedback/test cases if they had more information on what to type and what the output was. Considering that this was also a code review, we probably should come in with more questions and content on actual coding decisions in the future. </p>
</section>
</div>

<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">aztex maintained by <a href="https://github.com/thuctran289">thuctran289</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>

<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/thuctran289/aztex">aztex</a> is maintained by <a href="https://github.com/thuctran289">thuctran289</a>.</span>

<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</div>


</section>


</body>
</html>

Loading

0 comments on commit f572e8d

Please sign in to comment.