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

add to main #15

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1.2
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# CS 329S (Winter 2021) Final Project Reports

We recommend that you write your report in Google Docs then migrate it Markdown. I find the migration fairly straightforward, and you can also use the [Docs to Markdown add-on](https://workspace.google.com/marketplace/app/docs_to_markdown/700168918607) to automatically convert Docs to Markdown.

Once you've had your post in Markdown, create a pull request to add your post to the course's website.
# Template Residência em TIC BRISA - UnB FGA

1. Fork this repository.
2. Clone it to your local machine.
Expand All @@ -16,6 +12,3 @@ Once you've had your post in Markdown, create a pull request to add your post to


You might need to install Jekyll. If you're note familiar with Jekyll, you can find [Jekyll's installation instructions here](https://docs.github.com/en/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll).

Let us know if you have any question!

29 changes: 11 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
title: CS 329S Winter 2021 Reports
title: Residência BRISA
description: > # this means to ignore newlines until "baseurl:"
Final project reports for the Stanford's course CS 329S, Winter 2021
Projeto Residência em TIC da BRISA - UnB FGA
permalink: ':title/'
baseurl: "/reports" # the subpath of your site, e.g. /blog
url: "https://stanford-cs329s.github.io/" # the base hostname & protocol for your site, e.g. http://example.com
site-twitter: chipro # if your site has a twitter account, enter it here
baseurl: "/" # the subpath of your site, e.g. /blog
url: "http://guilhermedfs.github.io" # the base hostname & protocol for your site, e.g. http://example.com

# Author Settings
author: CS 329S
author-img: stanfordlogo.png
about-author: Machine Learning Systems Design
social-twitter: chipro
social-github: chiphuyen
social-linkedin: chiphuyen
social-email: [email protected]

# Disqus
discus-identifier: cs329s-winter2021-reports

# Tracker
analytics: UA-103070243-6 # Google Analytics
author:
author-img: lappis.png
about-author: Residência BRISA
social-twitter:
social-github:
social-linkedin:
social-email: [email protected]

# Build Settings
markdown: kramdown
Expand Down
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@
<link rel="stylesheet" href="{{ "/assets/fonts/font-awesome/css/font-awesome.min.css" | prepend: site.baseurl }}">
<!-- Styles -->
<link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl }}">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap" rel="stylesheet">
</head>
21 changes: 3 additions & 18 deletions _layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<a href="{{site.baseurl}}/"><img src="{{site.baseurl}}/assets/img/{% if site.author-img %}{{site.author-img}}{% endif %}" alt="{{site.author}}"></a>
</div>
<div class="author-name">{{site.author}}</div>
<p>{{site.about-author}}</p>
<div class="page-title"><p>{{site.about-author}}</p></div>
</div>
</header> <!-- End Header -->

Expand All @@ -26,23 +26,8 @@

<footer>
<section class="contact">
<h3 class="contact-title">Contact us</h3>
<h3 class="contact-title">Contato</h3>
<ul>
{% if site.social-twitter %}
<li><a href="https://twitter.com/{{ site.social-twitter }}" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
{% else %}
<li><a href="https://twitter.com/artemsheludko_" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
{% endif %}
{% if site.social-linkedin %}
<li class="linkedin"><a href="https://in.linkedin.com/in/{{site.social-linkedin}}" target="_blank"><i class="fa fa-linkedin"></i></a></li>
{% else %}
<li class="linkedin"><a href="https://in.linkedin.com/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
{% endif %}
{% if site.social-github %}
<li class="github"><a href="http://github.com/{{site.social-github}}" target="_blank"><i class="fa fa-github"></i></a></li>
{% else %}
<li class="github"><a href="http://github.com/" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a></li>
{% endif %}
{% if site.social-email %}
<li class="email"><a href="mailto:{{site.social-email}}"><i class="fa fa-envelope-o"></i></a></li>
{% else %}
Expand All @@ -51,7 +36,7 @@ <h3 class="contact-title">Contact us</h3>
</ul>
</section> <!-- End Section Contact -->
<div class="copyright">
<p>{{site.time | date: '%Y'}} &copy; {{site.author}}</p>
<div class="page-title"><p>{{site.time | date: '%Y'}} &copy; {{site.author}}</p></div>
</div>
</footer> <!-- End Footer -->
</aside> <!-- End Sidebar -->
Expand Down
155 changes: 0 additions & 155 deletions _posts/2021-03-17-covidbot-report.markdown

This file was deleted.

Loading