-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
196 lines (182 loc) · 14.7 KB
/
index.html
File metadata and controls
196 lines (182 loc) · 14.7 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="pt-br" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JCPC | Dev Full-Stack</title>
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
<link rel="stylesheet" type='text/css' href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css" />
<link rel="stylesheet" href="src/css/fonts.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="src/css/variables.css">
<link rel="stylesheet" href="src/css/reset.css">
<link rel="stylesheet" href="src/css/components/theme-toggle.css">
<link rel="stylesheet" href="src/css/components/back-to-top.css">
<link rel="stylesheet" href="src/css/components/navbar.css">
<link rel="stylesheet" href="src/css/components/retro-tv.css">
<link rel="stylesheet" href="src/css/components/stardew-dialogue-box.css">
<link rel="stylesheet" href="src/css/components/pixel-card.css">
<link rel="stylesheet" href="src/css/components/skill-tree.css">
<link rel="stylesheet" href="src/css/components/footer.css">
<link rel="stylesheet" href="src/css/components/stardew-section.css">
<link rel="stylesheet" href="src/css/responsive.css">
<link rel="shortcut icon" href="src/images/icons/favicon.ico" type="image/x-icon">
</head>
<body class="crt-overlay">
<nav id="nav-progress" class="nav-progress" aria-label="Navegação do portfolio">
<div class="nav-progress__frame">
<div class="nav-progress__status">
<div class="nav-progress__level" aria-hidden="true">
<span class="nav-progress__level-number">01</span>
</div>
<div class="nav-progress__copy">
<span class="nav-progress__headline">LVL 01 • HOME</span>
<div class="nav-progress__bar" aria-hidden="true">
<span class="nav-progress__bar-fill"></span>
</div>
</div>
</div>
<div id="nav-progress-collapse" class="collapse nav-progress__collapse">
<div class="nav-progress__links" role="list">
<a href="#home" class="nav-progress__link is-active" data-section="home" role="listitem">HOME</a>
<a href="#about" class="nav-progress__link" data-section="about" role="listitem">SOBRE MIM</a>
<a href="#projects" class="nav-progress__link" data-section="projects" role="listitem">PROJETOS</a>
<a href="#skills" class="nav-progress__link" data-section="skills" role="listitem">SKILL TREE</a>
</div>
<a href="https://github.com/juletopi/JCPC_Portfolio" target="_blank" rel="noopener noreferrer" class="nav-progress__external">
SOURCE CODE (GITHUB)
</a>
</div>
</div>
</nav>
<nav class="fixed-top p-3 d-flex justify-content-end align-items-center">
<button id="theme-toggle-btn" aria-label="Toggle theme">
<svg class="sun-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<circle cx="12" cy="12" r="5"/>
<path d="M12 1v2m0 18v2M4.22 4.22l1.42 1.42m12.72 12.72l1.42 1.42M1 12h2m18 0h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"/>
</svg>
<svg class="moon-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/>
</svg>
</button>
</nav>
<header id="home" class="min-vh-100 d-flex align-items-center justify-content-center overflow-hidden position-relative">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-lg-10 col-xl-8 mb-5 mb-lg-0">
<div class="retro-tv-container fade-in-left">
<div class="tv-antenna"></div>
<div class="tv-body">
<div class="tv-screen-bezel">
<div class="tv-screen">
<div class="tv-content">
<div class="glitch-wrapper">
<h1 class="glitch" data-text="PORTFOLIO"> J.C.P.C. PORTFOLIO</h1>
</div>
<hr class="pixel-line">
<p class="typed-text"></p>
<div class="scanlines"></div>
</div>
</div>
</div>
<div class="tv-controls">
<div class="dial"></div>
<div class="dial"></div>
<div class="vent"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<section id="about" class="py-5 section-pixel">
<div class="stardew-clouds" aria-hidden="true">
<div class="clouds"><img src="src/images/stardew_valley/clouds.webp" alt="movingClouds"></div>
<div class="clouds"><img src="src/images/stardew_valley/clouds.webp" alt="movingClouds"></div>
<div class="clouds"><img src="src/images/stardew_valley/clouds.webp" alt="movingClouds"></div>
<div class="clouds"><img src="src/images/stardew_valley/clouds.webp" alt="movingClouds"></div>
</div>
<div class="container">
<div id="stardew-dialogue-root"></div>
</div>
</section>
<section id="projects" class="py-5">
<div class="container">
<h2 class="section-title text-center mb-5">MEUS PROJETOS</span></h2>
<div class="row g-4">
<div class="col-md-4">
<div class="card h-100 pixel-card">
<img src="https://repository-images.githubusercontent.com/1073793572/500dc2fe-bcf2-49f8-8e63-63e33c732330" class="card-img-top pixel-img" alt="PontuaDev">
<div class="card-body">
<h5 class="card-title pixel-font">PontuaDev</h5>
<p class="card-text small">Sistema de pontuação de tasks para devs.</p>
<a href="https://github.com/juletopi/PontuaDev_Project" target="_blank" class="btn btn-pixel w-100">SOURCE CODE</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100 pixel-card">
<img src="https://repository-images.githubusercontent.com/789066775/dae4928a-0078-46a6-a98a-a57135f8de5b" class="card-img-top pixel-img" alt="Cyberpunk">
<div class="card-body">
<h5 class="card-title pixel-font">Cyberpunk Edgerunners</h5>
<p class="card-text small">Projeto ambicioso temático.</p>
<a href="https://juletopi.github.io/Pagina_Cyberpunk-Edgerunners/" target="_blank" class="btn btn-pixel w-100">PLAY DEMO</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card h-100 pixel-card">
<img src="https://repository-images.githubusercontent.com/771336659/3e304db1-753b-4d16-b2a0-07ccda806cd0" class="card-img-top pixel-img" alt="Musical">
<div class="card-body">
<h5 class="card-title pixel-font">Página Musical</h5>
<p class="card-text small">Desafio front-end HTML/CSS.</p>
<a href="https://juletopi.github.io/Desafio_Pagina_Musical/" target="_blank" class="btn btn-pixel w-100">PLAY DEMO</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="skills" class="py-5 section-alt-bg">
<div class="container">
<h2 class="section-title text-center mb-5">SKILL TREE</span></h2>
<div id="skill-tree-root" class="row justify-content-center">
</div>
<div class="text-center mt-4">
<p class="pixel-text small opacity-50">* Passe o mouse sobre os ícones para ver os status *</p>
</div>
</div>
</section>
<button type="button" id="back-to-top-btn" aria-label="Voltar ao topo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true">
<path d="M12 5.5L5 13h4v6h6v-6h4L12 5.5z"/>
</svg>
</button>
<footer class="footer">
<p>© <span id="year"></span> Feito com ♥️ por Juletopi</p>
<div class="personal-social-icons">
<a id="facebook-icon" href="https://www.facebook.com/profile.php?id=100006955867774" target="_blank" title="Facebook">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="28" height="28" viewBox="0,0,256,256"style="fill:#000000;"><g fill="#a59cc2" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(5.12,5.12)"><path d="M25,3c-12.15,0 -22,9.85 -22,22c0,11.03 8.125,20.137 18.712,21.728v-15.897h-5.443v-5.783h5.443v-3.848c0,-6.371 3.104,-9.168 8.399,-9.168c2.536,0 3.877,0.188 4.512,0.274v5.048h-3.612c-2.248,0 -3.033,2.131 -3.033,4.533v3.161h6.588l-0.894,5.783h-5.694v15.944c10.738,-1.457 19.022,-10.638 19.022,-21.775c0,-12.15 -9.85,-22 -22,-22z"></path></g></g></svg>
</a>
<a id="instagram-icon" href="https://www.instagram.com/juletopi/" target="_blank" title="Instagram">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="28" height="28" viewBox="0,0,256,256"style="fill:#000000;"><g fill="#a59cc2" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(4,4)"><path d="M21.58008,7c-8.039,0 -14.58008,6.54494 -14.58008,14.58594v20.83203c0,8.04 6.54494,14.58203 14.58594,14.58203h20.83203c8.04,0 14.58203,-6.54494 14.58203,-14.58594v-20.83398c0,-8.039 -6.54494,-14.58008 -14.58594,-14.58008zM47,15c1.104,0 2,0.896 2,2c0,1.104 -0.896,2 -2,2c-1.104,0 -2,-0.896 -2,-2c0,-1.104 0.896,-2 2,-2zM32,19c7.17,0 13,5.83 13,13c0,7.17 -5.831,13 -13,13c-7.17,0 -13,-5.831 -13,-13c0,-7.169 5.83,-13 13,-13zM32,23c-4.971,0 -9,4.029 -9,9c0,4.971 4.029,9 9,9c4.971,0 9,-4.029 9,-9c0,-4.971 -4.029,-9 -9,-9z"></path></g></g></svg>
</a>
<a id="linkedin-icon" href="https://www.linkedin.com/in/julio-cezar-pereira-camargo/" target="_blank" title="LinkedIn">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="27" height="27" viewBox="0,0,256,256"style="fill:#000000;"><g fill="#a59cc2" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(5.12,5.12)"><path d="M41,4h-32c-2.76,0 -5,2.24 -5,5v32c0,2.76 2.24,5 5,5h32c2.76,0 5,-2.24 5,-5v-32c0,-2.76 -2.24,-5 -5,-5zM17,20v19h-6v-19zM11,14.47c0,-1.4 1.2,-2.47 3,-2.47c1.8,0 2.93,1.07 3,2.47c0,1.4 -1.12,2.53 -3,2.53c-1.8,0 -3,-1.13 -3,-2.53zM39,39h-6c0,0 0,-9.26 0,-10c0,-2 -1,-4 -3.5,-4.04h-0.08c-2.42,0 -3.42,2.06 -3.42,4.04c0,0.91 0,10 0,10h-6v-19h6v2.56c0,0 1.93,-2.56 5.81,-2.56c3.97,0 7.19,2.73 7.19,8.26z"></path></g></g></svg>
</a>
<a id="github-icon" href="https://github.com/juletopi" target="_blank" title="GitHub">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="28" height="28" viewBox="0,0,256,256"style="fill:#000000;"><g fill="#a59cc2" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(4,4)"><path d="M32,6c-14.359,0 -26,11.641 -26,26c0,12.277 8.512,22.56 19.955,25.286c-0.592,-0.141 -1.179,-0.299 -1.755,-0.479v-5.957c0,0 -0.975,0.325 -2.275,0.325c-3.637,0 -5.148,-3.245 -5.525,-4.875c-0.229,-0.993 -0.827,-1.934 -1.469,-2.509c-0.767,-0.684 -1.126,-0.686 -1.131,-0.92c-0.01,-0.491 0.658,-0.471 0.975,-0.471c1.625,0 2.857,1.729 3.429,2.623c1.417,2.207 2.938,2.577 3.721,2.577c0.975,0 1.817,-0.146 2.397,-0.426c0.268,-1.888 1.108,-3.57 2.478,-4.774c-6.097,-1.219 -10.4,-4.716 -10.4,-10.4c0,-2.928 1.175,-5.619 3.133,-7.792c-0.2,-0.567 -0.533,-1.714 -0.533,-3.583c0,-1.235 0.086,-2.751 0.65,-4.225c0,0 3.708,0.026 7.205,3.338c1.614,-0.47 3.341,-0.738 5.145,-0.738c1.804,0 3.531,0.268 5.145,0.738c3.497,-3.312 7.205,-3.338 7.205,-3.338c0.567,1.474 0.65,2.99 0.65,4.225c0,2.015 -0.268,3.19 -0.432,3.697c1.898,2.153 3.032,4.802 3.032,7.678c0,5.684 -4.303,9.181 -10.4,10.4c1.628,1.43 2.6,3.513 2.6,5.85v8.557c-0.576,0.181 -1.162,0.338 -1.755,0.479c11.443,-2.726 19.955,-13.009 19.955,-25.286c0,-14.359 -11.641,-26 -26,-26zM33.813,57.93c-0.599,0.042 -1.203,0.07 -1.813,0.07c0.61,0 1.213,-0.029 1.813,-0.07zM37.786,57.346c-1.164,0.265 -2.357,0.451 -3.575,0.554c1.218,-0.103 2.411,-0.29 3.575,-0.554zM32,58c-0.61,0 -1.214,-0.028 -1.813,-0.07c0.6,0.041 1.203,0.07 1.813,0.07zM29.788,57.9c-1.217,-0.103 -2.411,-0.289 -3.574,-0.554c1.164,0.264 2.357,0.451 3.574,0.554z"></path></g></g></svg>
</a>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="src/js/retro-tv.js"></script>
<script src="src/js/skill-tree.js"></script>
<script src="src/js/theme-toggle.js"></script>
<script src="src/js/nav-progress.js"></script>
<script src="src/js/back-to-top.js"></script>
<script src="src/js/stardew-dialogue-box.js"></script>
</body>
</html>