Skip to content

Commit

Permalink
Arquivos adicionados
Browse files Browse the repository at this point in the history
  • Loading branch information
IzaacCoding36 committed Apr 27, 2024
1 parent 65337d6 commit 80ce7c4
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Izaac
Copyright (c) 2024 IzaacCoding36

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Projeto-agrinho2024
Esse repositório será utilizado para a publicação e desenvolvimento do meu projeto para o concurso Agrinho de 2024.

*Tema: Agrinho, do campo à cidade, colhendo oportunidades*
29 changes: 29 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/* Projeto Agrinho 2024 */

/* Tema: Agrinho: do campo à cidade, colhendo oportunidades */

html {background: #e7e7e7e7;
background-repeat: no-repeat;
font-family: "Orbitron", sans-serif;
display: flex;
font-size: 15px;}

body {margin: 0px; padding: 0px;}

.orbitron-font {font-family: "Orbitron", sans-serif; font-optical-sizing: auto; font-weight: 20px; font-style: normal;}

.header {background: #e7e7e7e7; padding: 15px; width: 100%; height: 10%; display: flex; position: static; text-shadow: 0px 0px 15px black;}

.icones {width: 30px; height: 30px; padding-right: 30px; padding-left: 30px;}

.Titulo-Principal {color: cyan; background-color: #e7e7e7e7;
align-items: bottom; width: 100%; height: 60px; text-align: top;
position: relative; border-top: solid 2px black;}

.background {width: 100%; height: 200%; z-index: -1;}

.Titulo1 {position: relative; top: -100px; font-size: 30px; text-shadow: 0px 0px 15px blue}

.Desenvolvimento {width: 90%; position: relative; color: black; text-align: center; top: 200px;}

.Titulo2 {color: #4e4500; text-shadow: 0px 0px 15px yellow;}
Binary file added img/Untitled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/linguagem.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/tema-claro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions img/tema-escuro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="edge">
<meta name="author" content="IzaacCoding36">
<meta name="description" content="Esse é um site onde é debatido relações entre o campo e a cidade e seus desenvolvimentos em conjunto.">
<meta name="keywords" content="HTML, CSS, Projetos, Desenvolvimento, Website, Futuro, Agrinho">
<meta name="viewport" content="width=device-width, initial-scale= 1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap" rel="stylesheet">
<base href="index.html">
<title>Projeto Agrinho</title>
</head>
<body>
<center>
<section>
<div class="header">
<header>
<span><img class="icones" src="img/linguagem.svg"></img>Linguagem: Português</span>
<span><img class="icones" src="img/tema-claro.svg"></img>Tema: Claro</span>
</header>
</div>
<div class="Titulo-Principal" class="orbitron-font">
<img class="background" src="img/Untitled.png">
<h1 class="Titulo1">Agrinho: do campo à cidade, colhendo oportunidades</h1>
</div>
</section>
<section>
<div class="Desenvolvimento">
<p>Olá, este site foi criado para apresentar e discutir um assunto muito importante que geralmente reflete em nosso dia a dia, o campo e seus ramos do setor agroeconômico em relação com a vida urbana, adentrando várias perspectivas de inovação entre ambos. Vamos começar?</p>
<h1 class="Titulo2">O Campo</h1>
</div>
</section>
</center>
</body>

0 comments on commit 80ce7c4

Please sign in to comment.