-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (175 loc) · 6.24 KB
/
index.html
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
<!DOCTYPE html>
<html>
<!-- Link: softwarebyze.github.io -->
<head>
<title>github root index.html</title>
<link href="css/style.css" rel="stylesheet" />
<style>
body {
background-color: var(--dark-green);
color: lime;
margin-top: 0;
}
a:link,
a:visited {
color: rgb(218, 132, 238);
text-decoration: none;
}
img {
width: 80px;
border-radius: 50%;
border: rgb(218, 132, 238) 2px solid;
}
.knight_rider_background {
height: 8px;
}
</style>
<!-- Hotjar Tracking Code for https://softwarebyze.github.io -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3783231,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<div class="knight_rider_background">
<div class="knight_rider_eye"></div>
</div>
<h1>
<img src="https://avatars.githubusercontent.com/u/77241170?v=4" />
softwarebyze <a href="https://github.com/softwarebyze">Github</a> Page
</h1>
<h2>Israel Tech Challenge (ITC) Assignments</h2>
<p>
<a href="https://dragonsnake-client.vercel.app/">Dragon Snake</a> ITC
project to create a game. My group made a snake game that has both single
player and multiplayer, using Socket.IO.
</p>
<!-- <p>
<a href="https://moviemates-c4e06.web.app/mates">Movie Mates</a> ITC
Hackathon Project. Rate movies, get movie recommendations, and find users
with similar movie tastes.
</p> -->
<p>
<a href="https://petadopt-client.vercel.app/">PetAdopt</a> Final Project
for ITC. It is a full stack pet adoption website where users can sign up
and browse, save, foster and adopt pets. If a user is an admin, they have
access to a dashboard for managing the pets and users. The project was
built using the MERN stack and Bootstrap and was deployed with Vercel.
</p>
<p>
<a href="https://microblog-softwarebyze.netlify.app/">Microblog</a> ITC
Project using React and Firebase for broadcasting short messages.
</p>
<p>
<a href="https://note-it-softwarebyze.netlify.app/">Note it</a> First ITC
<a href="https://reactjs.org/">React</a> project. The task was to create
an app that lets the user create, view, edit, and delete notes.
</p>
<p>
<a href="https://stock-exchange-softwarebyze.netlify.app/"
>Stock Exchange</a
>
ITC Javascript Assignment to build a multipage stock exchange data
website.
</p>
<p>
<a href="./ITC-SaaS-Assignment/index.html">ITC SaaS Assignment</a> First
ITC Assignment. The task is to recreate a responsive sales-as-a-service
dashboard design from Figma using only HTML and CSS. We had 5 days for
this assignment.
</p>
<h2>FrontEndMasters Assignments</h2>
<p>
<a href="./frontendmasters/day1/index.html">Home Page</a> Page I created
in FrontEndMasters day1 assignments
</p>
<p>
<a href="./frontendmasters/day2/learningcss.html">Learning CSS</a> Page I
used to experiment with CSS in FrontEndMasters day2 assignments
</p>
<p>
<a href="./frontendmasters/day3/4-forms/begin/forms.html"
>Alien Abduction Order Form</a
>
Page I'm using for learning HTML Forms with
<a href="https://frontendmasters.github.io/bootcamp/forms">
FrontEndMasters</a
>
</p>
<p>
<a href="./frontendmasters/day5/ze-calculator/calculator.html"
>Calculator</a
>
A limited functionality calculator I made while following the
<a href="https://frontendmasters.com/bootcamp/calculator-javascript/">
FrontendMasters tutorial</a
>. For fun, I added a feature to convert between shekels and USD.
</p>
<p>
<a href="./frontendmasters/day6/ze-mole-game/index.html"
>Feed a Star Mole</a
>
A game where you click on moles that show up to feed them, following
another
<a href="https://frontendmasters.github.io/bootcamp/mole"
>FrontendMasters tutorial</a
>.
</p>
<h2>Passion Projects</h2>
<p>
<a href="./cook_temp/cook_temp.html">Cook Temps</a> I use it to see what
temp the food needs to be when cooking
</p>
<p>
<a href="./black/black.html">Black</a> I use it to make one monitor black
while watching a video on another
</p>
<p>
<a href="./ruler/index.html">Ruler</a> Learning how to size elements
accurately. Apparently "<a
href="https://www.smashingmagazine.com/2021/07/css-absolute-units/"
>There Is No Such Thing As A CSS Absolute Unit</a
>" but at some point I want to try to use the viewing device's information
to show an element true to actual size
</p>
<p>
<a href="./showcase/index.html">Showcase</a> I'm going to start taking
screenshots of things I'm working on and store them in a folder. Then,
this site will post them in a random way to the screen.
</p>
<p>
<a href="./superdeed_forms/index.html">Superdeed Forms</a> Page with links
to forms for my father's estate planning law firm.
</p>
<p>
<a href="./paintings/index.html">Grandma Mary's Paintings</a> A gallery to
show off some of my grandma's beautiful paintings.
</p>
<!-- <p>
<a href="./birthday/index.html">Happy Birthday</a> A fun website for
celebration of my grandma Judy's birthday.
</p> -->
<p>
<a
href="https://chrome.google.com/webstore/detail/snippy/dddjkfcakgjhanepfmmohmgahcfdglhc?hl=en&authuser=1"
>Snippy</a
>
A
<a
href="https://chrome.google.com/webstore/detail/snippy/dddjkfcakgjhanepfmmohmgahcfdglhc?hl=en&authuser=1"
>Chrome</a
>
and
<a href="https://addons.mozilla.org/en-US/firefox/addon/snippy/"
>Firefox</a
>
extension for saving text snippets to be easily copied.
</p>
</body>
</html>