-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b162401
commit 4cfd4b9
Showing
3 changed files
with
817 additions
and
0 deletions.
There are no files selected for viewing
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,139 @@ | ||
<html> | ||
|
||
|
||
<head> | ||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<h1>Tech Agenda</h1> | ||
|
||
<nav> | ||
<ul class="menu"> | ||
<li><a href="index.html">Home</a></li> | ||
<li> | ||
<a href="#">Anos</a> | ||
<ul> | ||
<li><a href="index.html">2022</a></li> | ||
<li><a href="ano2023.html">2023</a></li> | ||
</ul> | ||
</li> | ||
<li><a href="#">Links</a></li> | ||
</ul> | ||
</nav> | ||
|
||
<div class="linktr"> | ||
<a href="https://github.com/marcopollivier/techagenda" target="_blank" class="linktr__goal r-link">Colabore com nosso projeto OpenSource 💪💪💪</a> | ||
</div> | ||
|
||
|
||
<div class="page"> | ||
<div class="timeline"> | ||
|
||
<div class="timeline__group"> | ||
<span class="timeline__year time" aria-hidden="true">Janeiro</span> | ||
|
||
<div class="timeline__cards"> | ||
|
||
</div> | ||
</div> | ||
|
||
<div class="timeline__group"> | ||
<span class="timeline__year time" aria-hidden="true">Fevereiro</span> | ||
|
||
<div class="timeline__cards"> | ||
|
||
</div> | ||
</div> | ||
|
||
<div class="timeline__group"> | ||
<span class="timeline__year time" aria-hidden="true">Março</span> | ||
|
||
</div> | ||
|
||
<div class="timeline__group"> | ||
<span class="timeline__year time" aria-hidden="true">Abril</span> | ||
|
||
<div class="timeline__cards"> | ||
|
||
</div> | ||
</div> | ||
|
||
<div class="timeline__group"> | ||
<span class="timeline__year time" aria-hidden="true">Maio</span> | ||
|
||
<div class="timeline__cards"> | ||
|
||
</div> | ||
</div> | ||
|
||
<div class="timeline__group"> | ||
<span class="timeline__year time" aria-hidden="true">Junho</span> | ||
|
||
<div class="timeline__cards"> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<div class="timeline__group"> | ||
<span class="timeline__year time" aria-hidden="true">Julho</span> | ||
|
||
|
||
<div class="timeline__cards"> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
|
||
<div class="timeline__group"> | ||
<span class="timeline__year time" aria-hidden="true">Agosto</span> | ||
|
||
<div class="timeline__cards"> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<div class="timeline__group"> | ||
<span class="timeline__year time" aria-hidden="true">Setembro</span> | ||
|
||
<div class="timeline__cards"> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<div class="timeline__group"> | ||
<span class="timeline__year time" aria-hidden="true">Outubro</span> | ||
|
||
<div class="timeline__cards"> | ||
|
||
</div> | ||
</div> | ||
|
||
<div class="timeline__group"> | ||
<span class="timeline__year time" aria-hidden="true">Novembro</span> | ||
|
||
<div class="timeline__cards"> | ||
|
||
</div> | ||
</div> | ||
|
||
<div class="timeline__group"> | ||
<span class="timeline__year time" aria-hidden="true">Dezembro</span> | ||
|
||
<div class="timeline__cards"> | ||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
</body> | ||
|
||
|
||
</html> |
Oops, something went wrong.