Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix-16 enforcing standard code style #17

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
22 changes: 22 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
**/leaflet/**
**/sugarcane/**
**/vignettes/**
*min.js
*min.css
*png
*eps
*pdf
*ai
*svg
*map
*sh
*yml
*json
*md
*bak
*txt
*gif
*pegjs
*.template
*.ejs
.prettierignore
223 changes: 164 additions & 59 deletions Report_an_issue.html
Original file line number Diff line number Diff line change
@@ -1,66 +1,149 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="PEcAn : The Predictive Ecosystem Analyzer" />
<meta name="google-site-verification" content="WiPnxPvenKX6-C6fNrwp9v64f23Q1qYw26Kapyswgms" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<meta
name="description"
content="PEcAn : The Predictive Ecosystem Analyzer"
/>
<meta
name="google-site-verification"
content="WiPnxPvenKX6-C6fNrwp9v64f23Q1qYw26Kapyswgms"
/>
<link
rel="stylesheet"
type="text/css"
media="screen"
href="stylesheets/stylesheet.css"
/>
<title>PEcAn</title>
<link rel="stylesheet" href="css/components.css">
<link rel="stylesheet" href="css/icons.css">
<link rel="stylesheet" href="css/responsee.css">
<link rel="stylesheet" href="owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="owl-carousel/owl.theme.css">
<link rel="stylesheet" href="css/template-style.css">
<link href='https://fonts.googleapis.com/css?family=Playfair+Display&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/components.css" />
<link rel="stylesheet" href="css/icons.css" />
<link rel="stylesheet" href="css/responsee.css" />
<link rel="stylesheet" href="owl-carousel/owl.carousel.css" />
<link rel="stylesheet" href="owl-carousel/owl.theme.css" />
<link rel="stylesheet" href="css/template-style.css" />
<link
href="https://fonts.googleapis.com/css?family=Playfair+Display&subset=latin,latin-ext"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800&subset=latin,latin-ext"
rel="stylesheet"
type="text/css"
/>
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
</head>

<body class="size-1140">
<a target="_blank" class="hide-s" href="https://github.com/PecanProject" style="position:fixed;top:120px;right:-14px;z-index:10;"><img src="images/view-on-github.png" alt="" style="width: 200px; padding-right: 10px;"></a>

<a
target="_blank"
class="hide-s"
href="https://github.com/PecanProject"
style="position:fixed;top:120px;right:-14px;z-index:10;"
><img
src="images/view-on-github.png"
alt=""
style="width: 200px; padding-right: 10px;"
/></a>

<!-- HEADER -->
<header role="banner" class="position-absolute">

<header role="banner" class="position-absolute">
<!-- Top Navigation -->
<nav class="background-dark background-transparent-hightlight full-width">
<div class="s-12 l-2">
<a href="index.html" class="logo">
<!-- Logo White Version -->
<img class="logo-white" src="images/logo.png" alt="">
<img class="logo-white" src="images/logo.png" alt="" />
<!-- Logo Dark Version -->
<img class="logo-dark" src="images/logo.png" alt="">
<img class="logo-dark" src="images/logo.png" alt="" />
</a>
</div>
<div class="top-nav s-12 l-10 background-dark">

<ul class="right chevron">
<li><a href="index.html">Home</a></li>
<li><a>About</a>
<li>
<a>About</a>
<ul>
<li><a href="people.html" style="color: black;font-weight: 800;">People</a></li>
<li><a href="news.html" style="color: black;font-weight: 800;">News</a></li>
<li><a href="pecan_workshop.html" style="color: black;font-weight: 800;">Workshop</a></li>
<li><a href="contact.html" style="color: black;font-weight: 800;">Contact Us</a></li>
<li>
<a href="people.html" style="color: black;font-weight: 800;"
>People</a
>
</li>
<li>
<a href="news.html" style="color: black;font-weight: 800;"
>News</a
>
</li>
<li>
<a
href="pecan_workshop.html"
style="color: black;font-weight: 800;"
>Workshop</a
>
</li>
<li>
<a href="contact.html" style="color: black;font-weight: 800;"
>Contact Us</a
>
</li>
</ul>
</li>
<li><a>Documentation</a>
<li>
<a>Documentation</a>
<ul>
<li><a href="documentation.html" style="color: black;font-weight: 800;">Documentation</a></li>
<li><a href="pkgdocs.html" style="color: black;font-weight: 800;">Package Documentation</a></li>
<li><a href="tutorials.html" style="color: black;font-weight: 800;">Tutorials</a></li>
<li><a href="http://pecan.ncsa.illinois.edu/pecan" style="color: black;font-weight: 800;">Demo</a></li>
<li>
<a
href="documentation.html"
style="color: black;font-weight: 800;"
>Documentation</a
>
</li>
<li>
<a href="pkgdocs.html" style="color: black;font-weight: 800;"
>Package Documentation</a
>
</li>
<li>
<a
href="tutorials.html"
style="color: black;font-weight: 800;"
>Tutorials</a
>
</li>
<li>
<a
href="http://pecan.ncsa.illinois.edu/pecan"
style="color: black;font-weight: 800;"
>Demo</a
>
</li>
</ul>
</li>
<li><a href="http://opensource.ncsa.illinois.edu/projects/artifacts.php?key=PECAN">Download</a></li>
<li><a>Google</a>
<li>
<a
href="http://opensource.ncsa.illinois.edu/projects/artifacts.php?key=PECAN"
>Download</a
>
</li>
<li>
<a>Google</a>
<ul>
<li><a href="gsoc.html" style="color: black;font-weight: 800;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GSoC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li>
<li><a href="gsod.html" style="color: black;font-weight: 800;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GSoD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li>
<li>
<a href="gsoc.html" style="color: black;font-weight: 800;"
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GSoC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a
>
</li>
<li>
<a href="gsod.html" style="color: black;font-weight: 800;"
>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GSoD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a
>
</li>
</ul>
</li>
<li><a href="Report_an_issue.html">Bug Report</a></li>
Expand All @@ -69,48 +152,70 @@
</nav>
</header>


<!-- MAIN CONTENT -->
<section class="section background-white text-center">
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">

<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdNo42zV63L8bXo0gX5ag9-8Ut_pHwKIEmuEf7uXSOPA2JqAw/viewform?embedded=true" width="640" height="1504" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>

</section>
</div>
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSdNo42zV63L8bXo0gX5ag9-8Ut_pHwKIEmuEf7uXSOPA2JqAw/viewform?embedded=true"
width="640"
height="1504"
frameborder="0"
marginheight="0"
marginwidth="0"
>Loading…</iframe
>
</section>
</div>
</section>
<!-- scripts -->

<!-- scripts -->

<script type="text/javascript" src="js/responsee.js"></script>
<script type="text/javascript" src="owl-carousel/owl.carousel.js"></script>
<script type="text/javascript" src="js/template-scripts.js"></script>

<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com" style="color: rgb(255, 255, 255);" >GitHub Pages</a></p>
<p>
Published with
<a href="http://pages.github.com" style="color: rgb(255, 255, 255);"
>GitHub Pages</a
>
</p>
</footer>
</div>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-28628282-1', 'pecanproject.github.io');
ga('require', 'displayfeatures');
ga('send', 'pageview');
(function(i, s, o, g, r, a, m) {
i["GoogleAnalyticsObject"] = r;
(i[r] =
i[r] ||
function() {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
"script",
"//www.google-analytics.com/analytics.js",
"ga"
);

ga("create", "UA-28628282-1", "pecanproject.github.io");
ga("require", "displayfeatures");
ga("send", "pageview");
</script>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'PecanProject/pecan'
room: "PecanProject/pecan"
};
</script>


</body>
</html>
</html>
Loading