-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshare.html
229 lines (209 loc) · 10.1 KB
/
share.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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtm11-transitional.dtd">
<html xmlns="http://w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge; text/html; charset=utf-8" />
<meta name="viewport" content="width = device-width, initial-scale = 1">
<title>Armand Gray</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap_readable.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="footer.css">
<link rel="stylesheet" type="text/css" href="share.css">
<link rel="shortcut icon" type="image/x-icon" href="assets/favicon.ico" />
</head>
<body>
<div class="row header">
<a class="col-lg-1 col-md-1 col-sm-1 col-xs-1" href="landing.html"><img src="assets/personal_logo_white.svg" width="40" height="28" alt="personal logo"></a>
<a class="pull-right" href="menu.html">
<button type="button" class="btn btn-color-background">
<span class="sr-only"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</a>
</div>
<div class="parallax parallax-section1"></div>
<div id="main-content">
<div class="item item-1 col-lg-4 col-md-4 col-sm-6 col-xs-12">
<img border="0" alt="book icon" src="assets/icons/ic_reply_white_48dp.png" width="30" height="30">
<h2>Contact, Comment, Feedback</h2>
<p>This website is a subjective product from my learning prospective. The information here is a partial demonstration of my software engineering knowledge. As such, I invite any and all feedback, comments corrections or any other interest. Replies are welcome.</p>
<button class="btn btn-primary" data-target="#replyModal" data-toggle="modal">Reply to Armand Gray</button>
</div>
<div class="modal fade" id="replyModal" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Reply</h4>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="inputSenderName">Sender</label>
<input class="form-control" placeholder="Name" type="text" id="inputSenderName"></input>
</div>
<div class="form-group">
<label for="inputMessage">Message</label>
<input class="form-control" placeholder="Type text here..." type="text" id="inputMessage"></input>
</div>
</form>
</div>
<div class="modal-footer">
<p>Sender and message required!</p>
<button class="btn btn-primary btn-send">Send</button>
</div>
</div>
</div>
</div>
<div id="snackbar">Message Sent!</div>
<div class="item item-2 col-lg-4 col-md-4 col-sm-6 col-xs-12">
<img border="0" alt="book icon" src="assets/icons/ic_paperclip_white_48dp.png" width="30" height="30">
<h2>Skills, Projects, Experience</h2>
<p>The contents of this website embody 8th months of programming learning from a variety of resources. For more a specific overview of my Skills, Projects, Experience, and Education check out my resume with the button below.</p>
<form method="get" action="assets/Armand_Gray_Resume.pdf" target="_blank">
<button class="btn btn-primary">Download Resume</button>
</form>
</div>
<div class="item item3 col-lg-4 col-md-offset-0 col-md-4 col-sm-offset-3 col-sm-6 col-xs-12">
<img border="0" alt="book icon" src="assets/icons/ic_send_white_48dp.png" width="30" height="30">
<h2>Spread, Share, Enjoy</h2>
<p>This website contains information I have acquired in my software engineer learning process and represents the culmination of my understanding. The website is an on-going library of programming information. Please Spread, Share and Enjoy!</p>
<button class="btn btn-primary" data-target="#shareModal" data-toggle="modal">Share with Connections</button>
</div>
<div class="modal fade" id="shareModal" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Share</h4>
</div>
<div class="modal-body">
<div class="a2a_kit a2a_kit_size_32 a2a_default_style">
<a class="a2a_button_google_gmail" data-dismiss="modal"></a>
<a class="a2a_button_linkedin" data-dismiss="modal"></a>
<a class="a2a_button_facebook" data-dismiss="modal"></a>
<a class="a2a_button_facebook_messenger" data-dismiss="modal"></a>
<a class="a2a_button_sms" data-dismiss="modal"></a>
<a class="a2a_button_twitter" data-dismiss="modal"></a>
<a class="a2a_dd" href="https://www.addtoany.com/share"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="container">
<div class="footer">
<div class="row" id="footer-container">
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-6" id="cc">
<h4>Favorites</h4>
<ul>
<li><a href="https://www.youtube.com/user/derekbanas">Derek Banas</a></li>
<li><a href="item-detail/item-mission.html">Mission Techies</a></li>
</ul>
<h4><br>Explore</h4>
<ul>
<li><a href="https://www.androiddevdigest.com/">Android Dev Digest</a></li>
<li><a href="http://androidweekly.net/">Android Weekly</a></li>
<li><a href="https://www.youtube.com/watch?v=gqOEoUR5RHg&t=3379s&index=31&list=PLGLfVvz_LVvSX7fVd4OUFp_ODd86H0ZIY">Bootstrap.js</a></li>
<li><a href="https://www.youtube.com/watch?v=BWXggB-T1jQ&t=2720s&index=29&list=PLGLfVvz_LVvSX7fVd4OUFp_ODd86H0ZIY">JQuery</a></li>
<li><a href="https://github.com/nostra13/Android-Universal-Image-Loader">UIL</a></li>
<li><a href="http://blog.danlew.net/2014/09/15/grokking-rxjava-part-1/">RxJava</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
<h4>BLOC App</h4>
<ul>
<li><a href="item-detail/item-bloc.html">Android - Java, XML</a></li>
<li><a href="https://firebase.google.com/">Firebase</a></li>
<li><a href="http://www.joda.org/joda-time/">Joda-Time</a></li>
<li><a href="http://square.github.io/picasso/">Picasso</a></li>
<li><a href="https://developer.android.com/training/testing/start/index.html">JUnit</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
<h4>myWebsite</h4>
<ul>
<li><a href="http://www.adobe.com/creativecloud.html">Adobe Illustrator</a></li>
<li><a href="http://www.adobe.com/creativecloud.html">Adobe Photoshop</a></li>
<li><a href="https://aws.amazon.com/">AWS</a></li>
<li><a href="item-detail/item-html-css-js.html">HTML, CSS, JS</a></li>
<li><a href="https://www.nginx.com/resources/wiki/">nginx</a></li>
</ul>
</div>
<div class="clearfix visible-xs"></div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
<h4>Assets</h4>
<ul>
<li><a href="item-detail/item-clean-code.html">Clean Code</a></li>
<li><a href="item-detail/item-patterns.html">Design Patterns</a></li>
<li><a href="item-detail/item-effective.html">Effective Java</a></li>
<li><a href="item-detail/item-lynda.html">Lynda.com</a></li>
</ul>
</div>
<div class="starting col-lg-2 col-md-2 col-sm-4 col-xs-6">
<h4>Getting Started</h4>
<ul>
<li><a href="#">Code Efficiency</a></li>
<li><a href="#">Databases</a></li>
<li><a href="#">Design Patterns</a></li>
<li><a href="#">Fundamentals</a></li>
<li><a href="#">Object-Oriented Design</a></li>
<li><a href="#">Software Quality Assurance</a></li>
<li><a href="#">Web Services</a></li>
</ul>
<h4><br>Core Principles</h4>
<ul>
<li><a href="#">Algorithms</a></li>
<li><a href="#">Big O Notations</a></li>
<li><a href="#">Data Structures</a></li>
<li><a href="#">Material Design</a></li>
<li><a href="#">Parallelism</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
<h4>Other</h4>
<ul>
<li><a href="https://golang.org/">Go</a></li>
<li><a href="https://facebook.github.io/react-native/">React Native</a></li>
<li><a href="https://www.youtube.com/watch?v=yPu6qV5byu4">MySQL</a></li>
</ul>
</div>
</div>
<div class="footer-bottom-text" id="footer-bottom-text-container">
<p id="footer-bottom-text">Find more ways to check out my work: Visit my
<a href="https://www.linkedin.com/in/armand-gray-03aa03a">LinkedIn</a>
or my work on
<a href="https://www.github.com/armandgray">GitHub</a>
</p>
</div>
<div class="page-footer-copyright row" id="bottom-footer">
<p class="col-lg-3 col-md-4 col-sm-6 col-xs-1 hidden-xs ">Copyright © 2016 Armand Gray - Digital Portfolio</p>
<p class="col-lg-offset-1 col-lg-4 col-md-4 col-sm-6 col-xs-12">
<a href="landing.html">
<img id="footer-personal-logo" src="assets/personal_logo_white.svg" width="15" height="11" alt="personal logo">
</a>
<a href="resources.html" id="explore-btn">Explore</a>
|
<a href="share.html">Share</a>
|
<a id="more-less-btn" href="#bottom-footer">Less</a>
</p>
<p class="pull-right language col-lg-2 col-md-2 col-sm-1 col-xs-1 hidden-sm hidden-xs"><img src="assets/icons/ic_circular_us_flag.png" height="15" width="15">United States</p>
</div>
</div>
</div>
<script
src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script async src="https://static.addtoany.com/menu/page.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="footer.js"></script>
<script type="text/javascript" src="share.js"></script>
</body>
</html>