Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlvesdev committed Jun 1, 2024
0 parents commit e2e299d
Show file tree
Hide file tree
Showing 49 changed files with 2,152 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
53 changes: 53 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!doctype html>

<html lang="pt-br">

<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script type="module" src="/src/components/index.components.ts" defer></script>
<title>Discord Landingpage</title>
</head>

<body>

<template>

<!--
:: PROJETO ...: Clone Landingpage do Discord Responsiva
:: Objetivo página ...: Treinar meu aprendizado em responsividade.
:: UX/UI designer ...: DIO - https://www.dio.me/
:: Data de produção ...: -
:: Desenvolvedor ...: José Alves - [email protected]
:: Adaptações ...: Responsivo para telas medias
:: Data de produção ...: 05/2024
-->

</template>

<header-component></header-component>

<!---->
<!---->
<!---->

<main class="c-main-content js-main-content">

<!-- Dynamic -->

</main>

<!---->
<!---->
<!---->

<footer-component></footer-component>

<!---->
<!---->
<!---->

</body>

</html>
Loading

0 comments on commit e2e299d

Please sign in to comment.