-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New certificates section and changes in experience section
- Loading branch information
Showing
10 changed files
with
185 additions
and
11 deletions.
There are no files selected for viewing
Binary file not shown.
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
27 changes: 27 additions & 0 deletions
27
fredmagaweb/migrations/0006_certificate_alter_curriculo_arquivo.py
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,27 @@ | ||
# Generated by Django 4.2.3 on 2024-08-15 20:39 | ||
|
||
import cloudinary_storage.storage | ||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('fredmagaweb', '0005_curriculo_alter_contato_empresa_alter_contato_nome'), | ||
] | ||
|
||
operations = [ | ||
migrations.CreateModel( | ||
name='Certificate', | ||
fields=[ | ||
('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), | ||
('title', models.CharField(max_length=255)), | ||
('image', models.ImageField(upload_to='certificates/')), | ||
], | ||
), | ||
migrations.AlterField( | ||
model_name='curriculo', | ||
name='arquivo', | ||
field=models.FileField(storage=cloudinary_storage.storage.RawMediaCloudinaryStorage(), upload_to='curriculos/'), | ||
), | ||
] |
27 changes: 27 additions & 0 deletions
27
fredmagaweb/migrations/0007_remove_certificate_image_certificate_file_and_more.py
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,27 @@ | ||
# Generated by Django 4.2.3 on 2024-08-15 21:28 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('fredmagaweb', '0006_certificate_alter_curriculo_arquivo'), | ||
] | ||
|
||
operations = [ | ||
migrations.RemoveField( | ||
model_name='certificate', | ||
name='image', | ||
), | ||
migrations.AddField( | ||
model_name='certificate', | ||
name='file', | ||
field=models.FileField(default='', upload_to='certificates/'), | ||
), | ||
migrations.AddField( | ||
model_name='certificate', | ||
name='thumbnail', | ||
field=models.ImageField(blank=True, null=True, upload_to='certificates/thumbnails/'), | ||
), | ||
] |
26 changes: 26 additions & 0 deletions
26
fredmagaweb/migrations/0008_remove_certificate_file_remove_certificate_thumbnail_and_more.py
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,26 @@ | ||
# Generated by Django 4.2.3 on 2024-08-15 21:36 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('fredmagaweb', '0007_remove_certificate_image_certificate_file_and_more'), | ||
] | ||
|
||
operations = [ | ||
migrations.RemoveField( | ||
model_name='certificate', | ||
name='file', | ||
), | ||
migrations.RemoveField( | ||
model_name='certificate', | ||
name='thumbnail', | ||
), | ||
migrations.AddField( | ||
model_name='certificate', | ||
name='image', | ||
field=models.ImageField(default='', upload_to='certificates/'), | ||
), | ||
] |
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 |
---|---|---|
|
@@ -9,6 +9,8 @@ | |
<link rel="stylesheet" href="{% static 'css/index.css' %}"> | ||
<link rel="shortcut icon" href="{% static 'images/favicon.png' %}"> | ||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="{% static 'css/owl.carousel.min.css' %}"> | ||
<link rel="stylesheet" href="{% static 'css/owl.theme.default.min.css' %}"> | ||
|
||
</head> | ||
<body> | ||
|
@@ -29,6 +31,7 @@ <h1>Frederico Magalhães</h1> | |
<li><a href="#sobre-mim">Sobre Mim</a></li> | ||
<li><a href="#experiencia">Experiência</a></li> | ||
<li><a href="#soft-skills">Skills</a></li> | ||
<li><a href="#certificados">Certificados</a></li> | ||
<li><a href="#portfolio">Portfolio</a></li> | ||
<li><a href="#contato">Contato</a></li> | ||
<li><a href="#links">Links</a></li> | ||
|
@@ -98,8 +101,7 @@ <h4> | |
{% endif %} | ||
</div> | ||
</div> | ||
</section> | ||
<section id="experiencia"> | ||
|
||
<div class="timeline"> | ||
<ul> | ||
<li data-aos="fade-left" data-aos-delay="300"> | ||
|
@@ -119,11 +121,41 @@ <h4> | |
|
||
<li data-aos="fade-right" data-aos-delay="300"> | ||
<div class="data">Até o Momento</div> | ||
<div class="evento">Em busca da minha primeira vaga na área de Tecnologia.</div> | ||
<div class="evento">Em busca da minha primeira vaga na área de Tecnologia e trabalhando como freelancer.</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</section> | ||
|
||
<section id="experiencia"> | ||
<div class="habilities"> | ||
<h2 data-aos="fade-right" data-aos-delay="100"> | ||
Experiência: | ||
</h2> | ||
|
||
<div class="timeline"> | ||
<ul> | ||
<li data-aos="fade-left" data-aos-delay="300"> | ||
<div class="data">2023</div> | ||
</li> | ||
<li data-aos="fade-right" data-aos-delay="300"> | ||
<div class="data">FY EQUIPAMENTOS</div> | ||
<div class="evento">- Desenvolvimento Site Institucional</div> | ||
</li> | ||
<li data-aos="fade-left" data-aos-delay="300"> | ||
<div class="data">2024</div> | ||
</li> | ||
<li data-aos="fade-right" data-aos-delay="300"> | ||
<div class="data">FY EQUIPAMENTOS</div> | ||
<div class="evento">- Inicio Desenvolvimento de um software para criação de orçamentos.</div> | ||
</li> | ||
<li data-aos="fade-left" data-aos-delay="300"> | ||
<div class="data">ECO TREES</div> | ||
<div class="evento">- Inicio Desenvolvimento de uma plataforma de vendas.</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</section> | ||
|
||
<section id="soft-skills"> | ||
<div class="habilities"> | ||
|
@@ -138,6 +170,26 @@ <h4 data-aos="fade-right" data-aos-delay="300"> | |
</div> | ||
</div> | ||
</section> | ||
|
||
<section id="certificados"> | ||
<div class="certifications"> | ||
<div> | ||
<h2 data-aos="fade-right" data-aos-delay="100"> | ||
Certificados: | ||
</h2> | ||
|
||
<div class="owl-carousel owl-theme"> | ||
{% for certificate in certificates %} | ||
<div class="item"> | ||
<a href="{{ certificate.image.url }}" target="_blank"> | ||
<img src="{{ certificate.image.url }}" alt="{{ certificate.title }}" style="border-radius: 15px;"> | ||
</a> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section id="portfolio"> | ||
<div class="portfolio"> | ||
|
@@ -289,9 +341,11 @@ <h3>© Frederico Magalhaes. Todos os direitos reservados.</h3> | |
</div> | ||
</footer> | ||
|
||
<script src="{% static 'js/index.js' %}"></script> | ||
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script> | ||
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script> | ||
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | ||
<script src="{% static 'assets/owl.carousel.min.js' %}"></script> | ||
<script src="{% static 'js/index.js' %}"></script> | ||
<script> | ||
AOS.init({ | ||
once: true, | ||
|
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