Skip to content

Commit

Permalink
Atualizando
Browse files Browse the repository at this point in the history
  • Loading branch information
dartanham committed Aug 7, 2021
1 parent 708582c commit c2f3cee
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 62 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Site Pessoal
# Personal Site
##Made in VSCode By Digital Innovation One
##updating...
41 changes: 24 additions & 17 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
body {
background: #ccc;
}

#title, .subtitle, .post_title{
color:crimson;
}

.post_title{
font-size: 16px;
font-style: italic;
}

.post {
background: #fff;
padding: 10px;border: 4px solid #000;
margin: 10px;
.foto{
border-style: solid;
border-radius: 0%;
color: #8B0000;
}

body {
background: #ccc;
}

#title, .subtitle, .post_title{
color:#8B0000;
}

.post_title{
font-size: 16px;
font-style: italic;
color: #8B0000;
}

.post {
background: #fff;
padding: 10px; border: 4px solid #000;
margin: 10px;
}
89 changes: 45 additions & 44 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,45 +1,46 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Dartanham Souza</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<img src="image/dartanham_160.jpg" alt="Foto Dartanham">
<h1 id="title">Dartanham Souza</h1>
</header>
<section>
<header>
<h2 class="subtitle">Posts</h2>
</header>
<article class="post">
<header>
<h3 class="post_title">Post #1</h3>
<img src="image/code.png" alt="Area de trabalho">
</header>
<P>What is Lorem Ipsum?
Lorem Ipsum is simply <a href="https://www.dosouza.org"target="_blank">dummy</a> text of the <a href="mailto:[email protected]">printing</a> and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</P>
</article>
</section>
<footer>
<ul>
<li>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<a href="https://github.com/dartanham">GitHub</a>
</li>
</ul>
<ol>
<li>
<a href="https://www.dosouza.org" target="_blank">Site</a>
</li>
<li>
<a href="index.html">Voltar</a>
</li>
</ol>
</footer>
</body>
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Dartanham Souza</title>
<link rel="stylesheet" href="css/style.css">
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
<header>
<img class="foto" src="image/dartanham_160.jpg" alt="Foto Dartanham">
<h1 id="title">Dartanham Souza</h1>
</header>
<section>
<header>
<h2 class="subtitle">Posts</h2>
</header>
<article class="post">
<header>
<h3 class="post_title">Post #1</h3>
<img src="image/code.png" alt="Area de trabalho">
</header>
<P>What is Lorem Ipsum?
Lorem Ipsum is simply <a href="https://www.dosouza.org"target="_blank">dummy</a> text of the <a href="mailto:[email protected]">printing</a> and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</P>
</article>
</section>
<footer>
<ul>
<li>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<a href="https://github.com/dartanham">GitHub</a>
</li>
</ul>
<ol>
<li>
<a href="https://www.dosouza.org" target="_blank">Site</a>
</li>
<li>
<a href="index.html">Voltar</a>
</li>
</ol>
</footer>
</body>
</html>
Empty file added js/main.js
Empty file.

0 comments on commit c2f3cee

Please sign in to comment.