-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
196 lines (166 loc) · 7.78 KB
/
index.html
File metadata and controls
196 lines (166 loc) · 7.78 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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" type="text/css" href="stylesheetportfolio.css">
</head>
<body class="Background">
<!-- Navbar -->
<div class="Navbar">
<a class="active" href="#Home">Home</a>
<a href="#Slideshow">Slideshow</a>
<a href="#About">About</a>
<a href="#GitHub">GitHub</a>
<a onclick="openForm()" ondblclick="closeForm()" class="contact">Contact</a>
</div>
<br>
<br>
<!-- Home / Video -->
<div id="Home">
<video autoplay muted loop id="Background_Video">
<source src="videos/video-1.mp4" type="video/mp4">
</video>
</div>
<!-- Video text -->
<div class="Video_Text">
<h1 class="white-text">Victor Andrade's Portfolio</h1>
<strong>
<p class="center">
<q>
The computer programmer is a creator of universes for which he alone is the lawgiver.
<br>No playwright, no stage director, no emperor, however powerful, has ever exercised such absolute
authority to arrange a stage or
<br>field of battle and to command such unswervingly dutiful actors or troops.
</q>
<br> -Joseph Weizenbaum
<br><br>
My name is Victor Andrade. Welcome to my portfolio website. On it, I will tell you about my background
and experience.
<br><br>
Thank you for stopping by and enjoy!
</p>
</strong>
</div>
<!-- Slideshow section -->
<div id="Slideshow">
<div id="Slideshow_Background">
<div id="Slideshow_Container">
<!-- Slide 1 -->
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/professional-photo.png" alt="Victor professional photo">
<div class="text">I'm Victor Andrade — ready to help on your next project!</div>
</div>
<!-- Slide 2 -->
<div class="mySlides fade">
<img class="Slideshow_Images logo-slide" src="images/html-js-css.png" alt="HTML CSS JavaScript">
<div class="text">Front-end development with<br>HTML, CSS, and JavaScript</div>
</div>
<!-- Slide 3 -->
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/python.png" alt="Python">
<div class="text">Python for scripting and backend logic</div>
</div>
<!-- Slide 4 -->
<div class="mySlides fade">
<img class="Slideshow_Images logo-slide" src="images/csharp-net.png" alt="C# and .NET">
<div class="text">C#, .NET, ASP.NET, and MVC</div>
</div>
<!-- Slide 5 -->
<div class="mySlides fade">
<img class="Slideshow_Images logo-slide" src="images/sql-database.png" alt="SQL and Databases">
<div class="text">Databases and SQL</div>
</div>
<!-- Slide 6 -->
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/general-coding.png" alt="Coding background">
<div class="text"><a class="white-text contact" onclick="openForm()">Contact me now!</a></div>
</div>
<!-- Previous and next buttons -->
<a class="Previous" onclick="plusSlides(-1)">❮</a>
<a class="Next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<!-- Dots -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
<span class="dot" onclick="currentSlide(6)"></span>
</div>
</div>
</div>
<!-- About section -->
<div class="Row" id="About">
<div class="Column_2">
<img src="images/about-image.jpg" alt="About Me">
</div>
<div class="Column_1">
<h1>About</h1>
<p>
I’m Victor, and I’ve been passionate about video games since I was very young, and that passion has
stayed with me into adulthood. For a long time, I didn’t know how to turn that passion into a career
until recently. I enrolled in <a href="https://www.learncodinganywhere.com/" target="_blank" rel="noopener">The Tech Academy</a>, a coding bootcamp that helped guide my love for gaming
in the right direction.
<br><br>
There is something powerful about creating something from nothing and turning an idea into reality. It
truly feels like bringing a dream to life. Realizing that I could actually build games myself is what
led me to pursue a career as a video game developer.
<br><br>
As a lifelong gamer, I have watched trends evolve and understand what resonates most with passionate
players like me. That experience inspired me to create my own games designed to capture that feeling and
share my vision with the world. Contact me below!<a href="#Contact" class="contact">Contact</a> me below!
</p>
</div>
</div>
<!-- GitHub section -->
<div class="Row" id="GitHub">
<div class="Column_1">
<h1>GitHub</h1>
<p>
You can view my coding projects on my GitHub profile here:
</p>
<p class="center">
<a href="https://github.com/wusha1" target="_blank" rel="noopener">My GitHub</a>
</p>
</div>
<div class="Column_2">
<a href="https://github.com/wusha1" target="_blank" rel="noopener">
<img src="images/github_logo.png" alt="GitHub-Logo">
</a>
</div>
</div>
<!-- Contact popup -->
<div id="Contact">
<button onclick="openForm()" class="Pop_Up_Button">CONTACT</button>
<div class="form-popup" id="myForm" ondblclick="closeForm()">
<form action="" method="POST" class="form-container">
<h1>Contact</h1>
<label for="name"><b>Name</b></label>
<input type="text" placeholder="Type your name here" name="name" required>
<label for="phone"><b>Phone</b></label>
<input type="text" placeholder="Type your phone number here" name="phone">
<label for="email"><b>Email</b></label>
<input type="text" placeholder="Type your email address here" name="email" required>
<label for="message"><b>Message</b></label>
<input type="text" placeholder="Type your message here" name="message">
<button type="submit" class="btn">SUBMIT</button>
<button type="button" class="btn cancel" onclick="closeForm()">CLOSE</button>
</form>
</div>
</div>
<!-- Footer -->
<footer>
<p class="center">
© Prosper Consulting Inc., <a href="https://www.learncodinganywhere.com/" target="_blank"
rel="noopener">The Tech Academy</a>
</p>
<br>
</footer>
<!-- JavaScript -->
<script src="JS/portfolio.js" defer></script>
</body>
</html>