-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
190 lines (176 loc) · 8.07 KB
/
Copy pathindex.html
File metadata and controls
190 lines (176 loc) · 8.07 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
<!DOCTYPE html>
<html>
<!--Head-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width" />
<title>Monysak Lay</title>
<link rel="shortcut icon" type="img/jpg" href="images/coding_icon.png">
<link rel="stylesheet" type="text/css" href="stylesheet/portfolio.css">
</head>
<!--Body-->
<body class="Background">
<!--Navbar-->
<div class="Navbar">
<a class="active" href="#Home">Home</a>
<!-- New section added (slideshow)-->
<a href="#Slideshow">Slideshow</a>
<a href="#About">About</a>
<a href="#GitHub">GitHub</a>
<!-- Onclick and ondblclick functions added to open and close the
contact form-->
<a onclick="openForm()" ondblclick="closeForm()" class="contact">Contact</a>
</div>
<!--Breaks inserted to add space between navbar and the first heading-->
<br>
<br>
<!--Background video-->
<div id="Home">
<video autoplay muted loop id="Typing_Video">
<source src="images/video/typing.mp4" type="video/mp4">
<!--Display message if video fails to run-->
Your browser does not support HTML5 video.
</video>
</div>
<!--Video text-->
<div class="Video_Text">
<h1 class="white-text">Mony'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 Monysak. 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 add-->
<div id="Slideshow">
<div id="Slideshow_Background">
<div id="Slideshow_Container">
<!-- slide 1 of 6-->
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/Personal2.jpeg" alt="My Picture">
<div class="text">I'm available to assist you on your project!</div>
</div>
<!-- slide 2 of 6 -->
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/HTML_CSS_and_JavaScript.jpeg"
alt="HTML, CSS, and JS logos">
<div class="text">I am a full-stack software developer,<br> trained in:<br>HTML, CSS, JavaScript,
</div>
</div>
<!-- slide 3 of 6 -->
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/Python.png" alt="Python logo">
<div class="text">The popular programming language Python,</div>
</div>
<!-- slide 4 of 6 -->
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/C_Sharp_and_Dot_Net.png" alt="C# logo">
<div class="text">C#, .Net Framework, ASP.Net, MVC, </div>
</div>
<!--slide 5 of 6 -->
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/SQL_and_Database.jpg" alt="SQL logo">
<div class="text">back end development, databases and SQL.</div>
</div>
<!-- slide 6 of 6-->
<div class="mySlides fade">
<img class="Slideshow_Images" src="images/contact_me.jpg" alt="contact picture">
<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> <!-- adds a space between the slideshow images and the dots-->
<!-- slideshow dots (these are another way for users to navigate through the slideshow)-->
<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">
<!--Left column-->
<div class="Column_2">
<img src="images/binary.jpg" alt="Binary Code">
</div>
<!--Right column-->
<div class="Column_1">
<h1>About</h1>
<p>
I am a software developer who loves to code! I enjoy spending time with my family and
traveling. I would love to learn how to make a indie game!
<br>
<br>I am a graduate of <a href="https://www.learncodinganywhere.com" target="_blank">The Tech
Academy</a>’s Software Developer Boot Camp, and trained and experienced in the following web and
programming languages: HTML, CSS, JavaScript, SQL, C# and more.
<br>
<br>I am a full-stack developer and would love to work with you on your project. <a
href="#Contact">Contact</a> me below!
</p>
</div>
</div>
<!--GitHub section-->
<div class="Row" id="GitHub">
<!--Left column-->
<div class="Column_1">
<h1>GitHub</h1>
<p>
You can view my coding projects on my GitHub profile here:
<br>
<p class="center"><a href="https://github.com/monylay/HTML-AND-CSS-PROJECTS" target="_blank">Monysak
Github</a>
</p>
</p>
</div>
<!--Right column-->
<div class="Column_2">
<a href="https://github.com/monylay/HTML-AND-CSS-PROJECTS" target="_blank"><img src="images/GitHub.png"
alt="GitHub Logo"></a>
</div>
</div>
<!--Contact form-->
<div id="Contact">
<button onclick="openForm()" class="Pop_Up_Button">CONTACT</button>
<div class="form-popup" id="myForm">
<form action="https://formspree.io/f/meenygyb" method="POST" class="form-container"><!-- using a free online service to send our contact form to an email address of our choosing-->
<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 section-->
<footer>
<p>
<p class="center">© Prosper Consulting Inc. <a href="https://www.learncodinganywhere.com/"
target="_blank">The Tech Academy</a></p>
<br>
</p>
</footer>
<script src="JS/port.js"></script>
</body>
</html>