-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (79 loc) · 3.79 KB
/
index.html
File metadata and controls
86 lines (79 loc) · 3.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bruno Back</title>
<link rel="stylesheet" href="css/default.css" />
<link rel="stylesheet" href="css/style.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="js/plugins/jplayer/jquery.jplayer.min.js"></script>
<script type="text/javascript" src="js/default.js"></script>
</head>
<body>
<div class="header">
<h1>Bruno Back</h1>
<p><b>Desenvolvedor </b>front & back-end </p>
<!--<img src="https://itaaranews.meucartaodevisita.com.br/wp-content/uploads/2023/03/logo-itaara-news-a1.png" alt="https://itaaranews.meucartaodevisita.com.br">-->
<p><b>Site em construção...</b></p>
</div>
<div class="top-bar">
<div class="container">
<div class="player-controls">
<span class="player-prev">Anterior</span>
<span class="player-play">Play</span>
<span class="player-pause">Pause</span>
<span class="player-stop">Stop</span>
<span class="player-next">Próximo</span>
</div>
<div class="player"></div>
<div class="player-timeline">
<div class="player-timeline-control"></div>
</div>
<div class="player-display">
Artista: <span class="player-current-track"></span>
</div>
</div>
</div>
<div class="navbar">
<a href="https://brunoback.github.io" class="active">Home</a>
<a href="https://brunoback.com.br">Meu Site</a>
<a href="https://github.com/brunoback">Meu GitHub</a>
<a href="#" class="right">Login/Cadastro (no momento está fora do Ar)</a>
</div>
<div class="row">
<div class="side">
<h2>Sobre o desenvolvedor</h2>
<h5>Fotos</h5>
<div class="fakeimg" style="height:160px;">
<!--<img src="https://itaaranews.meucartaodevisita.com.br/wp-content/uploads/2023/03/logo-itaara-news-a1.png" alt="https://itaaranews.meucartaodevisita.com.br">
<center><img src="html5.png" alt="HTML5 Icon" style="width:128px;height:128px;">
<img src="CSS3.png" alt="CSS3 Icon" style="width:90px;height:128px;">
<img src="JavaScript.png" alt="JavaScript Icon" style="width:90px;height:128px;"></center> -->
</div>
<p>Algum texto sobre o site neste espaço aqui..</p>
<h3>Mais texto</h3>
<p>Outro texto qulquer neste espaço.</p>
<div class="fakeimg" style="height:60px;">Imagem</div><br>
<div class="fakeimg" style="height:60px;">Imagem</div><br>
<div class="fakeimg" style="height:60px;">Imagem</div>
</div>
<div class="main">
<h2>PRIMEIRO TITULO</h2>
<h5>Descrição do título, 7 de Dezembro de 2017</h5>
<div class="fakeimg" style="height:200px;">Imagem</div>
<p>Algum texto...</p>
<p>Aqui neste espaço fica reservado para escrever algum texto, que o cliente queira no seu site. Para que o espaço não fique vazio e sem informação eu escrevo os texto expliçando onde fica o primeiro e segundo texto, neste caso este aqui seria o primeiro texto.</p>
<br>
<h2>SEGUNDO TITULO</h2>
<h5>Descrição do título, 2 de Dezembro de 2017</h5>
<div class="fakeimg" style="height:200px;">Imagem</div>
<p>Algum texto..</p>
<p>Aqui neste espaço fica reservado para escrever algum texto, que o cliente queira no seu site. Para que o espaço não fique vazio e sem informação eu escrevo os texto expliçando onde fica o primeiro e segundo texto, neste caso este aqui seria o segundo texto.</p>
</div>
</div>
<div class="footer">
<h2>©℗®™ - 2023 - Todos os direitos reservados para Bruno Back</h2>
</div>
</body>
</html>