Skip to content

Commit 8e88f37

Browse files
L4co77davetcoleman
authored andcommitted
MoveIt! Website Refresh
* Coding footer * navigation, update bootstrap, toogle menu * Adding JS for toggle menu * css to scss, update svg, images, change layout for blog... * Add static.json with reasonable defaults * Add Rake task to build Jekyll site * Add gitignore * Blog style changes * #blog page finishing * #blog single, #navigation * #change post order, remove images, add content class to first paragrph * #restyling support page * #coding homepage * Adding images to homepage * Adding homepage divider * Sass cache changes * #Finishing coding * Fixing test Unexpected end tag : div * #fixing End tag : expected '>' * #fixing no image, removing </div> * Homepage respons and navigations * Fixes and robots pages * FIx error with Opening and ending tag mismatch * Try fix External link http://moveit.ros.org/about/press_kit/ failed: 404 No error * Add new robots, update homepage text and links * Add modal video and github cat animation * change footer text * Change Progress bar Title * Fixing montage video - hide on screen less then 600px. Fixing robot arm - show on mobile screen. * New updates * More updates * More fixes and updates * FIxing link * Fixing ERROR: htmlParseEntityRef: expecting ';' * Fixing internally linking to /source_code_&_api, which does not exist Former-commit-id: 3950365
1 parent 927e63a commit 8e88f37

File tree

519 files changed

+25833
-32668
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

519 files changed

+25833
-32668
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
CNAME
2-
Gemfile.lock
32
_site/
3+
heroku https://git.heroku.com/shielded-brushlands-21694.git (fetch)
4+
heroku https://git.heroku.com/shielded-brushlands-21694.git (push)
5+
heroku https://git.heroku.com/moveit-redesign.git (fetch)
6+
heroku https://git.heroku.com/moveit-redesign.git (push)

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.5.1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
language: ruby
55
rvm:
6-
- 2.4.1
6+
- 2.5.1
77

88
before_script:
99
- chmod +x ./.travis.sh # or do this locally and commit

Gemfile

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
source 'https://rubygems.org'
2+
3+
ruby '2.5.1'
4+
5+
gem 'rake'
26
gem 'github-pages'
37
gem 'html-proofer'
8+
gem 'jekyll-sass-converter'

Gemfile.lock

+268
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,268 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.10)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
9+
addressable (2.5.2)
10+
public_suffix (>= 2.0.2, < 4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.11.1)
15+
colorator (1.1.0)
16+
colorize (0.8.1)
17+
commonmarker (0.17.9)
18+
ruby-enum (~> 0.5)
19+
concurrent-ruby (1.0.5)
20+
dnsruby (1.60.2)
21+
em-websocket (0.5.1)
22+
eventmachine (>= 0.12.9)
23+
http_parser.rb (~> 0.6.0)
24+
ethon (0.11.0)
25+
ffi (>= 1.3.0)
26+
eventmachine (1.2.7)
27+
execjs (2.7.0)
28+
faraday (0.15.2)
29+
multipart-post (>= 1.2, < 3)
30+
ffi (1.9.25)
31+
forwardable-extended (2.6.0)
32+
gemoji (3.0.0)
33+
github-pages (186)
34+
activesupport (= 4.2.10)
35+
github-pages-health-check (= 1.8.1)
36+
jekyll (= 3.7.3)
37+
jekyll-avatar (= 0.5.0)
38+
jekyll-coffeescript (= 1.1.1)
39+
jekyll-commonmark-ghpages (= 0.1.5)
40+
jekyll-default-layout (= 0.1.4)
41+
jekyll-feed (= 0.9.3)
42+
jekyll-gist (= 1.5.0)
43+
jekyll-github-metadata (= 2.9.4)
44+
jekyll-mentions (= 1.3.0)
45+
jekyll-optional-front-matter (= 0.3.0)
46+
jekyll-paginate (= 1.1.0)
47+
jekyll-readme-index (= 0.2.0)
48+
jekyll-redirect-from (= 0.13.0)
49+
jekyll-relative-links (= 0.5.3)
50+
jekyll-remote-theme (= 0.3.1)
51+
jekyll-sass-converter (= 1.5.2)
52+
jekyll-seo-tag (= 2.4.0)
53+
jekyll-sitemap (= 1.2.0)
54+
jekyll-swiss (= 0.4.0)
55+
jekyll-theme-architect (= 0.1.1)
56+
jekyll-theme-cayman (= 0.1.1)
57+
jekyll-theme-dinky (= 0.1.1)
58+
jekyll-theme-hacker (= 0.1.1)
59+
jekyll-theme-leap-day (= 0.1.1)
60+
jekyll-theme-merlot (= 0.1.1)
61+
jekyll-theme-midnight (= 0.1.1)
62+
jekyll-theme-minimal (= 0.1.1)
63+
jekyll-theme-modernist (= 0.1.1)
64+
jekyll-theme-primer (= 0.5.3)
65+
jekyll-theme-slate (= 0.1.1)
66+
jekyll-theme-tactile (= 0.1.1)
67+
jekyll-theme-time-machine (= 0.1.1)
68+
jekyll-titles-from-headings (= 0.5.1)
69+
jemoji (= 0.9.0)
70+
kramdown (= 1.16.2)
71+
liquid (= 4.0.0)
72+
listen (= 3.1.5)
73+
mercenary (~> 0.3)
74+
minima (= 2.4.1)
75+
nokogiri (>= 1.8.2, < 2.0)
76+
rouge (= 2.2.1)
77+
terminal-table (~> 1.4)
78+
github-pages-health-check (1.8.1)
79+
addressable (~> 2.3)
80+
dnsruby (~> 1.60)
81+
octokit (~> 4.0)
82+
public_suffix (~> 2.0)
83+
typhoeus (~> 1.3)
84+
html-pipeline (2.8.0)
85+
activesupport (>= 2)
86+
nokogiri (>= 1.4)
87+
html-proofer (3.9.1)
88+
activesupport (>= 4.2, < 6.0)
89+
addressable (~> 2.3)
90+
colorize (~> 0.8)
91+
mercenary (~> 0.3.2)
92+
nokogiri (~> 1.8.1)
93+
parallel (~> 1.3)
94+
typhoeus (~> 1.3)
95+
yell (~> 2.0)
96+
http_parser.rb (0.6.0)
97+
i18n (0.9.5)
98+
concurrent-ruby (~> 1.0)
99+
jekyll (3.7.3)
100+
addressable (~> 2.4)
101+
colorator (~> 1.0)
102+
em-websocket (~> 0.5)
103+
i18n (~> 0.7)
104+
jekyll-sass-converter (~> 1.0)
105+
jekyll-watch (~> 2.0)
106+
kramdown (~> 1.14)
107+
liquid (~> 4.0)
108+
mercenary (~> 0.3.3)
109+
pathutil (~> 0.9)
110+
rouge (>= 1.7, < 4)
111+
safe_yaml (~> 1.0)
112+
jekyll-avatar (0.5.0)
113+
jekyll (~> 3.0)
114+
jekyll-coffeescript (1.1.1)
115+
coffee-script (~> 2.2)
116+
coffee-script-source (~> 1.11.1)
117+
jekyll-commonmark (1.2.0)
118+
commonmarker (~> 0.14)
119+
jekyll (>= 3.0, < 4.0)
120+
jekyll-commonmark-ghpages (0.1.5)
121+
commonmarker (~> 0.17.6)
122+
jekyll-commonmark (~> 1)
123+
rouge (~> 2)
124+
jekyll-default-layout (0.1.4)
125+
jekyll (~> 3.0)
126+
jekyll-feed (0.9.3)
127+
jekyll (~> 3.3)
128+
jekyll-gist (1.5.0)
129+
octokit (~> 4.2)
130+
jekyll-github-metadata (2.9.4)
131+
jekyll (~> 3.1)
132+
octokit (~> 4.0, != 4.4.0)
133+
jekyll-mentions (1.3.0)
134+
activesupport (~> 4.0)
135+
html-pipeline (~> 2.3)
136+
jekyll (~> 3.0)
137+
jekyll-optional-front-matter (0.3.0)
138+
jekyll (~> 3.0)
139+
jekyll-paginate (1.1.0)
140+
jekyll-readme-index (0.2.0)
141+
jekyll (~> 3.0)
142+
jekyll-redirect-from (0.13.0)
143+
jekyll (~> 3.3)
144+
jekyll-relative-links (0.5.3)
145+
jekyll (~> 3.3)
146+
jekyll-remote-theme (0.3.1)
147+
jekyll (~> 3.5)
148+
rubyzip (>= 1.2.1, < 3.0)
149+
jekyll-sass-converter (1.5.2)
150+
sass (~> 3.4)
151+
jekyll-seo-tag (2.4.0)
152+
jekyll (~> 3.3)
153+
jekyll-sitemap (1.2.0)
154+
jekyll (~> 3.3)
155+
jekyll-swiss (0.4.0)
156+
jekyll-theme-architect (0.1.1)
157+
jekyll (~> 3.5)
158+
jekyll-seo-tag (~> 2.0)
159+
jekyll-theme-cayman (0.1.1)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-dinky (0.1.1)
163+
jekyll (~> 3.5)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-hacker (0.1.1)
166+
jekyll (~> 3.5)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-leap-day (0.1.1)
169+
jekyll (~> 3.5)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-merlot (0.1.1)
172+
jekyll (~> 3.5)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-midnight (0.1.1)
175+
jekyll (~> 3.5)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-minimal (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-modernist (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-primer (0.5.3)
184+
jekyll (~> 3.5)
185+
jekyll-github-metadata (~> 2.9)
186+
jekyll-seo-tag (~> 2.0)
187+
jekyll-theme-slate (0.1.1)
188+
jekyll (~> 3.5)
189+
jekyll-seo-tag (~> 2.0)
190+
jekyll-theme-tactile (0.1.1)
191+
jekyll (~> 3.5)
192+
jekyll-seo-tag (~> 2.0)
193+
jekyll-theme-time-machine (0.1.1)
194+
jekyll (~> 3.5)
195+
jekyll-seo-tag (~> 2.0)
196+
jekyll-titles-from-headings (0.5.1)
197+
jekyll (~> 3.3)
198+
jekyll-watch (2.0.0)
199+
listen (~> 3.0)
200+
jemoji (0.9.0)
201+
activesupport (~> 4.0, >= 4.2.9)
202+
gemoji (~> 3.0)
203+
html-pipeline (~> 2.2)
204+
jekyll (~> 3.0)
205+
kramdown (1.16.2)
206+
liquid (4.0.0)
207+
listen (3.1.5)
208+
rb-fsevent (~> 0.9, >= 0.9.4)
209+
rb-inotify (~> 0.9, >= 0.9.7)
210+
ruby_dep (~> 1.2)
211+
mercenary (0.3.6)
212+
mini_portile2 (2.3.0)
213+
minima (2.4.1)
214+
jekyll (~> 3.5)
215+
jekyll-feed (~> 0.9)
216+
jekyll-seo-tag (~> 2.1)
217+
minitest (5.11.3)
218+
multipart-post (2.0.0)
219+
nokogiri (1.8.2)
220+
mini_portile2 (~> 2.3.0)
221+
octokit (4.9.0)
222+
sawyer (~> 0.8.0, >= 0.5.3)
223+
parallel (1.12.1)
224+
pathutil (0.16.1)
225+
forwardable-extended (~> 2.6)
226+
public_suffix (2.0.5)
227+
rake (12.3.1)
228+
rb-fsevent (0.10.3)
229+
rb-inotify (0.9.10)
230+
ffi (>= 0.5.0, < 2)
231+
rouge (2.2.1)
232+
ruby-enum (0.7.2)
233+
i18n
234+
ruby_dep (1.5.0)
235+
rubyzip (1.2.1)
236+
safe_yaml (1.0.4)
237+
sass (3.5.6)
238+
sass-listen (~> 4.0.0)
239+
sass-listen (4.0.0)
240+
rb-fsevent (~> 0.9, >= 0.9.4)
241+
rb-inotify (~> 0.9, >= 0.9.7)
242+
sawyer (0.8.1)
243+
addressable (>= 2.3.5, < 2.6)
244+
faraday (~> 0.8, < 1.0)
245+
terminal-table (1.8.0)
246+
unicode-display_width (~> 1.1, >= 1.1.1)
247+
thread_safe (0.3.6)
248+
typhoeus (1.3.0)
249+
ethon (>= 0.9.0)
250+
tzinfo (1.2.5)
251+
thread_safe (~> 0.1)
252+
unicode-display_width (1.4.0)
253+
yell (2.0.7)
254+
255+
PLATFORMS
256+
ruby
257+
258+
DEPENDENCIES
259+
github-pages
260+
html-proofer
261+
jekyll-sass-converter
262+
rake
263+
264+
RUBY VERSION
265+
ruby 2.5.1p57
266+
267+
BUNDLED WITH
268+
1.16.2

Rakefile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
task "assets:precompile" do
2+
exec("jekyll build")
3+
end

_config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ url: http://moveit.ros.org
22
plugins:
33
- jekyll-feed
44
- jekyll-redirect-from
5+
6+
sass:
7+
style: compressed

_includes/default.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434
<meta name="msapplication-TileImage" content="/assets/icon/ms-icon-144x144.png">
3535
<meta name="theme-color" content="#ffffff">
3636

37-
<link href="/bootstrap-3.3.5-dist/css/bootstrap.css" rel="stylesheet">
38-
<link href="/assets/css/style.css" rel="stylesheet">
37+
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
38+
<link href="/assets/bootstrap-4.1.0-dist/css/bootstrap.min.css" rel="stylesheet">
39+
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}" />
3940
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
4041
<style>
4142
.brand-logo{
@@ -49,8 +50,7 @@
4950
ript>
5051
<![endif]-->
5152
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"> </script>
52-
<script type="text/javascript" src="/bootstrap-3.3.5-dist/js/bootstrap.min.js" ></script>
53-
53+
<script type="text/javascript" src="/assets/bootstrap-4.1.0-dist/js/bootstrap.min.js" ></script>
5454
<!-- Global site tag (gtag.js) - Google Analytics -->
5555
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108532843-1"></script>
5656
<script>
@@ -60,5 +60,5 @@
6060

6161
gtag('config', 'UA-108532843-1');
6262
</script>
63-
63+
6464
</head>

0 commit comments

Comments
 (0)