-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
248 lines (223 loc) · 11 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Portfolio page
</title>
<!--Responsive mobile, meta required.-->
<meta charset=" utf8" name="viewport" content="width=device-width, initial-scale=1 shrink-to-fit=no">
<!-- Link to Bootstrap CSS. -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous" title="default style">
<!-- My own Custom Css here. -->
<link rel="stylesheet" href="style.css" alt="v1.01">
</head>
<!-- End of HTML Head -->
<body id="body" class="body" align="justify-center" data-spy="scroll" data-target="#nav" data-offset="0">
<!-- headingwrapper begins -->
<div class="headerWrapper container-fluid" position="center">
<div id="main-header" class="container-fluid">
<header>
<h3 align="center">Self Taught, full stack JavaScript.</h3>
<<<<<<< HEAD
=======
<img class="smallerImg" src="https://lh3.googleusercontent.com/usgz1IALUNKwyVEtn0qTG1OA7ZE_clV4noJdmtlVrLHLZhQ8oTp6N3PNGf2y34EcHvIBJXov9c3JgJwOU5ZVLxcIXRElCuwbFhoqiyqhUoHTDufN5VNR_ax7GyAcF49PoMXmD15ahA"
alt="picture of AnthonyBranze." ></img>
>>>>>>> 34cbfdb0b3fb4f23c6ff064eff52e926d0616409
</header>
</div>
</div>
<!-- header Wrapper ends here -->
<!-- main-nav begins. -->
<<<<<<< HEAD
<div class="main-nav main-nav-container" role="navigation">
=======
<div class="main-nav-container" role="navigation">
>>>>>>> 34cbfdb0b3fb4f23c6ff064eff52e926d0616409
<nav class="main-nav navbar navbar-light bg-light">
<a class="navbar-brand" href="#"></a>
<ul class="nav nav-pills">
<li class="nav-item">
<a class="nav-item nav-link" href="#helloWorld">Hello World</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link" href="#aboutMe">About</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link" href="#portfolioProjects">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-item nav-link" href="#contactMe">Contact</a>
</li>
</ul>
</nav>
</div>
<!-- main content of the page is wrapped in #content-container-->
<div id="content-container" class="container-fluid">
<div id="main-content" class="container-fluid">
<div id="hello" class="jumbotron" align="center">
<h1 id="helloworld">
Hello World.
</h1>
<hr>
<p>
Full stack web development, from concepting, wire framing and designing a prototype MVP through deployment.
With a focus on JavaScript mastery.
<br>
Solutions can be done in all JavaScript, or solutions can be created with any number of technologies.
</p>
</div>
<hr>
<!-- begin AboutMe section -->
<div id="aboutMe" class="container-fluid" align="center">
<h1>
<b>About Me</b>
</h1
<p>I am a self taught, I have been learning programming and web development for two years.
<br> I am currently focusing on specializing in JavaScript. I am very open, and enjoy learning something new!
I have studied langages listed below, not in any one specific order. But I started learning with C#, then transitioned to Java while learning Android mobile development.
<br>
After some time working with android. I found a serious interest in JavaScript. The history and the drama, the communities overall classifying of the langauge's nuances, so many things about this language are fascinating to me.
I am curious and interested in learning a wide variety of both concepts in programming and other languages. A blessing and a curse?
</p>
<h2>
<b>Technologies</b>
</h2>
<h3>Web Development.</h5>
<h5><b>Design:</b> Concept design, Wireframing, and Developing MVP.</h5>
<h5><b>Front-End:</b> HTML, CSS, JavaScript.</h5>
<h6><u>Frameworks for front-end.</u> jQuery, Bootstrap</h6>
<h5><b>Back-end:</b> PHP, Node.js</h5>
<h5><b>Databases:</b> MySQL/MariaDB, MongoDB</h5>
<h6>
<b>Other Languages I've used:</b>
<br>
C, C++, C#, and Java. LAMP Stack aswell.
</h6>
<p>
</p>
<h5>
My goal is to continue my education with programming and development.
I want to be a CTO of a company one day. Maybe even my own company.
<br>
Leading development teams of close knit groups to large corporations.
<br>
I may be dreaming but to organize projects and lead development efforts is where I see myself in the next 5 years.
</h5>
</div>
<!-- end of AboutMe section -->
<hr>
<!-- begin portfolio section, contains content & projectlist -->
<div id="portfolio" class="container-fluid" align="center">
<h3 id="portfolioProjects">
<b>Portfolio</b>
</h3>
<h4>
A list of some of my projects thus far.
</h4>
<hr>
<!-- begin projectList section containing thumbnails and links to projects-->
<div id="projectlist" class="container-fluid">
<div class="row justify-content-sm-center projects">
<div class="project col-sm-4">
<a href='https://photos.google.com/share/AF1QipMwhniVoEaqUGLgmS8S7r9Sb9v5oikvmDatGB-bRiFofZP6MU8_Z2D6hfq20-ngtw?key=VWhJRTI0NHFDVkdYMHdMbjBiZ0tZQmtxX1dqVmhn&source=ctrlq.org'>
<img src='https://lh3.googleusercontent.com/46vsrzSP19GVlnmBuEa4BEbCNPb2lLghpeionpbcPcEshihUK0AApv9CrZPupI7G6ZVrkfhBpGJ6uumXXz2DnlCBkaQcDzJI4D9Ae_55qXxRkOzYYWuwcnqNpAAyq42dvXxAi9FueQ'
alt="" class="img-thumbnail"> Twitter bot. made with JavaScript.</a>
</div>
<div class="project col-sm-4">
<img src="https://lh3.googleusercontent.com/5-taDENmAeHM_M1U5UJG2RL8OI84qFVqX4lYlFr6gOc4a8k2R8UR308IHh73TJ5HmqqS0isbnCdQTZWFI4Hw0HHmjk32owuXAXMgutAS5cfPtIyVMry_s4Ish48uNwuFQMjm6uHTBQ"
alt="..." class="img-thumbnail"><a href="https://codepen.io/CaBra503/pen/OjdabX">Web page about Gracie Helio.</a>
</div>
<div class="project col-sm-4">
<img src="..." alt="..." class="img-thumbnail"> To be added
</div>
</div>
<!-- end of first row of projects list -->
<!-- Begin second row of projects list -->
<div class="row justify-content-sm-center projects">
<div class="project col-sm-4">
<img src="..." alt="..." class="img-thumbnail"> To be added
</div>
<div class="project col-sm-4">
<img src="..." alt="..." class="img-thumbnail"> To be added
</div>
<div class="project col-sm-4">
<img src="..." alt="..." class="img-thumbnail"> To be added
</div>
</div>
<!-- End of second row of projects -->
</div>
<!-- End of project list div -->
</div>
<!--End of Project section div -->
<hr>
<!-- Begin ContactMe section-->
<div id="contactMe" class="container-fluid left">
<h3 class="" align="center">
<p align="center">
If you would like to contact me to inquire about anything regarding web development,
programming, or swap stories about our journies, please follow me on twitter and send a message!
<br>
If you would rather talk philosophy, physics, astronomy, psycology. anything with substance and value I can appreciate.
I am always looking for people of like mind and interest!
If you are more curious about my experience please take a look at my github profile by the link below twitter, and or follow this link to my <a href="https:/freecodecamp.org/cabra503">FreeCodeCamp</a> profile.
Dont hesitate to send me an email via the contact form. I will respond in a timely manner.
</p>
<div id="socialLinks" align="bottom">
<a class="button" id="twitter" href="https://www.twitter.com/@pdxdev503">
<i class="fa fa-twitter"></i>
</a>
<a class="button" id="github" href="https:/github.com/cabra503">
<i class="fa fa-github"></i>
</a>
</div>
</h3>
<!-- End of Contact me content -->
<!-- Contact form section begins -->
<div id="form" class="contact-form-right container">
<form class="" action="/form.php" method="POST">
<fieldset class="form-group">
<div class="form-group">
<label for="name" class="form-label">Name:</label>
<input type="text" id="name" name="user_name" placeholder="Your Name." required>
</div>
<div class="form-group">
<label for="mail" class="form-label">E-Mail:</label>
<input type="email" id="mail" name="user_email" placeholder="Your Email" required>
</div>
<div class="form-group">
<label for="mailSubject" class="form-label">Subject:</label>
<input type="subject" id="subject" name="message_subject" placeholder="Subject" required>
</div>
<div class="form-group">
<label for="message" class="form-label">Message:</label>
<textarea id="user_message" name="user_message" placeholder="Your message here." required></textarea>
</div>
<button type="submit" class="button" value="submitMessage">Send</button>
</fieldset>
</div>
</form>
<!-- end of form div above -->
</div>
<!-- End of Contact me section div above -->
<hr>
<!--end of main-content div Below here -->
</div>
<!--end of content-container div below here-->
</div>
<!-- begin footing of page -->
<div id="footer" class="footer container-fluid">
<footer>
Copywrite: Written and Coded by Anthony Branze 2017
</footer>
</div>
<!-- end of content entirely-->
<!-- Optional JavaScript-->
<!--jQuery must come first, then Popper.js, then Bootstrap Font awesome for icons-->
<script src="https://use.fontawesome.com/dadd57d21e.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha256-k2WSCIexGzOj3Euiig+TlR8gA0EmPjuc79OEeY5L45g=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<!-- finally link to custom JS for sticky-nav when scrolling-->
<script type="text/javascript" src="JavascriptScroll.js"></script>
</body>
</html>