Skip to content
Open

Dev #303

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
d44ce4a
Add GitHub Actions workflow for Jekyll deployment
laizesuelia Aug 15, 2026
0124cbf
Alterado título, slogan, descrição, url e baseurl (caminho do projeto…
laizesuelia Aug 15, 2026
5dacfd6
Alterado título e texto da widget1
laizesuelia Aug 15, 2026
71caf6b
Update widget titles in index.md
laizesuelia Aug 16, 2026
37c08ce
Update website configuration for event details
laizesuelia Aug 16, 2026
76fca2e
Update widget content and URLs in index.md
laizesuelia Aug 16, 2026
627ac15
Remove conditional rendering for posts on frontpage
laizesuelia Aug 16, 2026
6596d06
Remove comments about widget check in frontpage.html
laizesuelia Aug 16, 2026
75c6743
Clean up frontpage layout by removing comments
laizesuelia Aug 16, 2026
8d89674
Update credits in _config.yml
laizesuelia Aug 16, 2026
ac527ec
Fix duplicate urlimg entry in _config.yml
laizesuelia Aug 16, 2026
18f37eb
Update navigation titles and remove dropdowns
laizesuelia Aug 16, 2026
5ae9745
Atualiza conteúdo e navegação do III SAS
Aug 16, 2026
315078b
Simplificação de rodaé e eliminação de referências do template
Aug 16, 2026
7991312
Eliminação de video do youtube do tema, botao, link para tinnyletter …
Aug 16, 2026
81a9ed7
Apresentação limpa do III SAS
Aug 16, 2026
63daa2f
Adiciona programação do III SAS
Aug 16, 2026
61be7e7
Atualiza home com informacoes reais e corrige codificacao
Aug 16, 2026
6c32823
Atualiza pagina sobre com informacoes reais e celebracao dos 30 anos
Aug 16, 2026
46806d0
Atualiza programacao detalhada do III SAS
Aug 16, 2026
830d69f
Atualiza informacoes reais de inscricoes e submissao
Aug 16, 2026
16924b6
Remove titulo duplicado da pagina de inscricoes
Aug 16, 2026
d411e61
Atualiza pagina de contato com informacoes reais do III SAS
Aug 16, 2026
873a7a3
Atualiza configuracoes e corrige codificacao de acentos no _config.yml
Aug 16, 2026
d461719
Remove referencia ao Feeling Responsive do header principal e ajusta …
Aug 16, 2026
9ec11da
Atualiza home com logotipo oficial do SAS centralizado
Aug 16, 2026
47c2a8f
Desativa masthead antigo nas paginas para limpar o header
Aug 16, 2026
fcf70aa
Remove header-home padrao da frontpage para eliminar sobreposicao
Aug 16, 2026
2610eb1
Remove header-home
Aug 16, 2026
f390cee
Remove header-home
Aug 16, 2026
b9e5700
Remove header-home
Aug 16, 2026
d867a04
Criado novo index.md
Aug 16, 2026
e9edd56
/* Oculta definitivamente o cabeçalho/banner antigo do template Feeli…
Aug 16, 2026
58159f1
Oculta apenas os títulos e subtítulos de demonstração do template Fee…
Aug 16, 2026
eaff544
Troca da logo
Aug 16, 2026
a46689e
Troca da logo
Aug 16, 2026
95107e6
Troca de imagem do header
Aug 17, 2026
ec35e41
Troca de imagem do header
Aug 17, 2026
9a56e96
Troca de imagem do header
Aug 17, 2026
2ae8d0d
Altera a cor principal dos botoes para o azul do SAS
Aug 17, 2026
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
54 changes: 54 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Build and Deploy Jekyll

on:
push:
branches:
- gh-pages
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true

- name: Build Jekyll
run: bundle exec jekyll build

- name: Setup Pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./_site

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest
needs: build

steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ GEM
ffi (1.15.5)
forwardable-extended (2.6.0)
google-protobuf (3.23.4-arm64-darwin)
google-protobuf (3.23.4-x64-mingw-ucrt)
google-protobuf (3.23.4-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.1)
Expand Down Expand Up @@ -73,6 +74,8 @@ GEM
safe_yaml (1.0.5)
sass-embedded (1.64.2-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.64.2-x64-mingw-ucrt)
google-protobuf (~> 3.23)
sass-embedded (1.64.2-x86_64-linux-gnu)
google-protobuf (~> 3.23)
sawyer (0.9.2)
Expand All @@ -86,6 +89,7 @@ GEM

PLATFORMS
arm64-darwin-22
x64-mingw-ucrt
x86_64-linux

DEPENDENCIES
Expand Down
37 changes: 14 additions & 23 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,48 +1,39 @@
# ASCII-Font › http://patorjk.com/software/taag/#p=display&f=Slant&t=Phlow
#
# _____ _ __ _____ __ __ _
# / ___/(_) /____ / ___/___ / /_/ /_(_)___ ____ ______
# \__ \/ / __/ _ \ \__ \/ _ \/ __/ __/ / __ \/ __ `/ ___/
# ___/ / / /_/ __/ ___/ / __/ /_/ /_/ / / / / /_/ (__ )
# /____/_/\__/\___/ /____/\___/\__/\__/_/_/ /_/\__, /____/
# /____/
#
# Title of your website
title: 'Feeling Responsive'
title: 'III Simpósio de Automação e Sistemas'

# The slogan describes your website and is used on homepage in <title> and other important places
slogan: 'A Flexible Theme for Jekyll'
slogan: 'III SAS — UFRN'

# The description is used on homepage and in the footer to quickly describe your website. Use a maximum of 150 characters for SEO-purposes.
description: '»Feeling Responsive« is a responsive theme for Jekyll based on the fabulous foundation framework with beautiful typography and a bright color palette.'
description: 'III Simpósio de Automação e Sistemas da Universidade Federal do Rio Grande do Norte.'

# The credits show up in the includes/_footer.html – It would be nice of you to leave a link to Phlow or Feeling Responsive as a thank you :)
credits: '<p>Created with &hearts; by <a href="http://phlow.de/">Phlow</a> with <a href="http://jekyllrb.com/" target="_blank">Jekyll</a> based on <a href="http://phlow.github.io/feeling-responsive/">Feeling Responsive</a>.</p>'
# The credits show up in the includes/_footer.html
credits: '<p>III Simpósio de Automação e Sistemas · UFRN</p>'

# Main author of the website
# See > authors.yml
author: phlow
author: 'III Simpósio de Automação e Sistemas'

# This URL is the main address for absolute links. Don't include a slash at the end.
#
url: 'https://phlow.github.io'
baseurl: '/feeling-responsive'
url: 'https://laizesuelia.github.io'
baseurl: '/iii-sas'

# This is for the editing function in _/includes/improve_content
# Leave it empty if your site is not on GitHub/GitHub Pages
improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages
# improve_content: https://github.com/Phlow/feeling-responsive/edit/gh-pages
improve_content: https://github.com/laizesuelia/iii-sas/edit/dev

# This URL points directly to the images directory making
# things easier to link to images in posts and templates. It needs a slash at the end.
#
# Example: <img src="{{ site.urlimg }}{{ post.image.title }}" />
# Markdown-Example for posts ![Image Text]({{ site.urlimg }}image.jpg)
#
urlimg: 'https://phlow.github.io/feeling-responsive/images/'
urlimg: 'https://laizesuelia.github.io/iii-sas/images/'


# Logo size is 600x80 pixels
logo: "logo.png"

logo: logo-sas.png

# Plugins
plugins:
Expand Down Expand Up @@ -80,7 +71,7 @@ exclude:


# The language setting is used in /includes/header.html for html-settings
language: 'en'
language: 'pt-BR'


# Used › default.html front-matter and compress.html
Expand Down
74 changes: 9 additions & 65 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,75 +1,19 @@
- title: Start
- title: "Início"
url: "/"
side: left

- title: Getting Started
url: "/getting-started/"
- title: "Sobre"
url: "/sobre/"
side: left

- title: "Templates"
url: "/design/"
- title: "Programação"
url: "/programacao/"
side: left
dropdown:
- title: "Grid & Colors"
url: "/design/grid/"
- title: "Typography"
url: "/design/typography/typography/"
- title: "Page/Post"
url: "/design/page/"
- title: "Post-Left-Sidebar"
url: "/design/post-left-sidebar/"
- title: "Post-Right-Sidebar"
url: "/design/post-right-sidebar/"
- title: "Page Full-Width"
url: "/design/page-fullwidth/"
- title: "Blog-Page"
url: "/blog/"
- title: "Video"
url: "/design/video/"
- title: "Gallery"
url: "/design/gallery/"
- title: "Portfolio"
url: "/design/portfolio/"

- title: "Header Styles"
url: "/headers/"
- title: "Inscrições"
url: "/inscricoes/"
side: left
dropdown:
- title: "Header with Full-Width-Image"
url: "/design/header-full-width-image/"
- title: "Header with Image and Pattern"
url: "/design/header-image-pattern/"
- title: "Header with image and color"
url: "/design/header-image-color/"
- title: "Header Only With Logo"
url: "/design/header-logo-only/"
- title: "Header With Text"
url: "/design/header-with-text/"
- title: "No Header"
url: "/design/no-header/"
- title: "No Header but Image"
url: "/design/no-header-but-image/"

- title: Documentation
url: "/documentation/"
side: left
dropdown:
- title: "Changelog"
url: "/changelog/"
- title: "Roadmap"
url: "/roadmap/"

- title: Blog
url: "/blog/"
side: left
dropdown:
- title: "Blog Archive"
url: "/blog/archive/"

- title: "Search"
url: "/search/"
side: right

- title: "Contact"
- title: "Contato"
url: "/contact/"
side: right
side: right
116 changes: 41 additions & 75 deletions _includes/_footer.html
Original file line number Diff line number Diff line change
@@ -1,75 +1,41 @@
<div id="up-to-top" class="row">
<div class="small-12 columns" style="text-align: right;">
<a class="iconfont" href="#top-of-page">&#xf108;</a>
</div><!-- /.small-12.columns -->
</div><!-- /.row -->


<footer id="footer-content" class="bg-grau">
<div id="footer">
<div class="row">
<div class="medium-6 large-5 columns">
<h5 class="shadow-black">{{ site.data.language.info_website }}</h5>

<p class="shadow-black">
{{ site.description }}
<a href="{{ site.url }}{{ site.baseurl }}/info/">{{ site.data.language.more }}</a>
</p>
</div><!-- /.large-6.columns -->


<div class="small-6 medium-3 large-3 large-offset-1 columns">
{% for service_item in site.data.services %}
{% if forloop.first == true %}
<h5 class="shadow-black">{{ service_item.menu_name }}</h5>
{% endif %}
{% endfor %}

<ul class="no-bullet shadow-black">
{% for service_item in site.data.services %}
{% if service_item.url contains 'http' %}{% assign domain = '' %}{% else %}{% capture domain %}{{ site.url }}{{ site.baseurl }}{% endcapture %}{% endif %}
<li {% if service_item.class %}class="{{ service_item.class }}" {% endif %}>
<a href="{{ domain }}{{ service_item.url }}" {% if service_item.url contains 'http' %}target="_blank" {% endif %} title="{{ service_item.title }}">{{ service_item.name }}</a>
</li>
{% endfor %}
</ul>
</div><!-- /.large-4.columns -->


<div class="small-6 medium-3 large-3 columns">
{% for network_item in site.data.network %}
{% if forloop.first == true %}
<h5 class="shadow-black">{{ network_item.menu_name }}</h5>
{% endif %}
{% endfor %}

<ul class="no-bullet shadow-black">
{% for network_item in site.data.network %}
{% if network_item.url contains 'http' %}{% assign domain = '' %}{% else %}{% capture domain %}{{ site.url }}{{ site.baseurl }}{% endcapture %}{% endif %}
<li {% if network_item.class %}class="{{ network_item.class }}" {% endif %}>
<a href="{{ domain }}{{ network_item.url }}" {% if network_item.url contains 'http' %}target="_blank" {% endif %} title="{{ network_item.title }}">{{ network_item.name }}</a>
</li>
{% endfor %}
</ul>
</div><!-- /.large-3.columns -->
</div><!-- /.row -->

</div><!-- /#footer -->


<div id="subfooter">
<nav class="row">
<section id="subfooter-left" class="small-12 medium-6 columns credits">
{{ site.credits }}
</section>

<section id="subfooter-right" class="small-12 medium-6 columns">
<ul class="inline-list social-icons">
{% for social_item in site.data.socialmedia %}
<li><a href="{{ social_item.url }}" target="_blank" class="{{ social_item.class }}" title="{{ social_item.title }}"></a></li>
{% endfor %}
</ul>
</section>
</nav>
</div><!-- /#subfooter -->
</footer>
<div id="up-to-top" class="row">
<div class="small-12 columns" style="text-align: right;">
<a class="iconfont" href="#top-of-page">&#xf108;</a>
</div>
</div>

<footer id="footer-content" class="bg-grau">
<div id="footer">
<div class="row">

<div class="small-12 medium-6 columns">
<h5 class="shadow-black">III Simpósio de Automação e Sistemas</h5>

<p class="shadow-black">
Universidade Federal do Rio Grande do Norte — UFRN.
</p>
</div>

<div class="small-12 medium-6 columns">
<h5 class="shadow-black">Navegação</h5>

<ul class="no-bullet shadow-black">
<li><a href="{{ site.baseurl }}/">Início</a></li>
<li><a href="{{ site.baseurl }}/sobre/">Sobre</a></li>
<li><a href="{{ site.baseurl }}/programacao/">Programação</a></li>
<li><a href="{{ site.baseurl }}/inscricoes/">Inscrições</a></li>
<li><a href="{{ site.baseurl }}/contact/">Contato</a></li>
</ul>
</div>

</div>
</div>

<div id="subfooter">
<nav class="row">
<section id="subfooter-left" class="small-12 columns credits">
III Simpósio de Automação e Sistemas · UFRN
</section>
</nav>
</div>
</footer>
4 changes: 0 additions & 4 deletions _includes/_masthead.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@
</div>
{% endif %}





{% elsif page.header.background-color %}

<div id="masthead-with-background-color" style="background: {{ page.header.background-color }};">
Expand Down
Loading