Skip to content

Commit 011d753

Browse files
authored
Merge pull request #34 from positiondev/POSITION-1364-make-a-landing-page-on-positiondev-com
POSITION-1364-make-a-landing-page-on-positiondev-com
2 parents 5cbb486 + 70eb0fb commit 011d753

6 files changed

Lines changed: 66 additions & 20 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.8
1+
3.3.7

Gemfile.lock

Lines changed: 42 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,35 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.6)
5-
public_suffix (>= 2.0.2, < 6.0)
4+
addressable (2.9.0)
5+
public_suffix (>= 2.0.2, < 8.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.2.2)
7+
concurrent-ruby (1.3.8)
88
cssminify (1.0.2)
9+
csv (3.3.6)
910
em-websocket (0.5.3)
1011
eventmachine (>= 0.12.9)
1112
http_parser.rb (~> 0)
1213
eventmachine (1.2.7)
13-
ffi (1.16.3)
14+
ffi (1.17.4)
15+
ffi (1.17.4-aarch64-linux-gnu)
16+
ffi (1.17.4-aarch64-linux-musl)
17+
ffi (1.17.4-arm-linux-gnu)
18+
ffi (1.17.4-arm-linux-musl)
19+
ffi (1.17.4-arm64-darwin)
20+
ffi (1.17.4-x86-linux-gnu)
21+
ffi (1.17.4-x86-linux-musl)
22+
ffi (1.17.4-x86_64-darwin)
23+
ffi (1.17.4-x86_64-linux-gnu)
24+
ffi (1.17.4-x86_64-linux-musl)
1425
forwardable-extended (2.6.0)
15-
http_parser.rb (0.8.0)
16-
i18n (1.14.1)
26+
http_parser.rb (0.8.1)
27+
i18n (1.15.2)
1728
concurrent-ruby (~> 1.0)
18-
jekyll (3.9.4)
29+
jekyll (3.10.0)
1930
addressable (~> 2.4)
2031
colorator (~> 1.0)
32+
csv (~> 3.0)
2133
em-websocket (~> 0.5)
2234
i18n (>= 0.7, < 2)
2335
jekyll-sass-converter (~> 1.0)
@@ -28,48 +40,60 @@ GEM
2840
pathutil (~> 0.9)
2941
rouge (>= 1.7, < 4)
3042
safe_yaml (~> 1.0)
43+
webrick (>= 1.0)
3144
jekyll-feed (0.17.0)
3245
jekyll (>= 3.7, < 5.0)
3346
jekyll-redirect-from (0.16.0)
3447
jekyll (>= 3.3, < 5.0)
3548
jekyll-sass-converter (1.5.2)
3649
sass (~> 3.4)
37-
jekyll-seo-tag (2.8.0)
50+
jekyll-seo-tag (2.9.0)
3851
jekyll (>= 3.8, < 5.0)
3952
jekyll-watch (2.2.1)
4053
listen (~> 3.0)
41-
kramdown (2.4.0)
42-
rexml
54+
kramdown (2.5.2)
55+
rexml (>= 3.4.4)
4356
kramdown-parser-gfm (1.1.0)
4457
kramdown (~> 2.0)
4558
liquid (4.0.4)
46-
listen (3.8.0)
59+
listen (3.10.0)
60+
logger
4761
rb-fsevent (~> 0.10, >= 0.10.3)
4862
rb-inotify (~> 0.9, >= 0.9.10)
63+
logger (1.7.0)
4964
mercenary (0.3.6)
50-
minima (2.5.1)
65+
minima (2.5.2)
5166
jekyll (>= 3.5, < 5.0)
5267
jekyll-feed (~> 0.9)
5368
jekyll-seo-tag (~> 2.1)
5469
pathutil (0.16.2)
5570
forwardable-extended (~> 2.6)
56-
public_suffix (5.0.4)
71+
public_suffix (7.0.5)
5772
rb-fsevent (0.11.2)
58-
rb-inotify (0.10.1)
73+
rb-inotify (0.11.1)
5974
ffi (~> 1.0)
60-
rexml (3.3.6)
61-
strscan
75+
rexml (3.4.4)
6276
rouge (3.30.0)
6377
safe_yaml (1.0.5)
6478
sass (3.7.4)
6579
sass-listen (~> 4.0.0)
6680
sass-listen (4.0.0)
6781
rb-fsevent (~> 0.9, >= 0.9.4)
6882
rb-inotify (~> 0.9, >= 0.9.7)
69-
strscan (3.1.0)
83+
webrick (1.9.2)
7084

7185
PLATFORMS
86+
aarch64-linux-gnu
87+
aarch64-linux-musl
88+
arm-linux-gnu
89+
arm-linux-musl
90+
arm64-darwin
7291
ruby
92+
x86-linux-gnu
93+
x86-linux-musl
94+
x86_64-darwin
95+
x86_64-linux-gnu
96+
x86_64-linux-musl
7397

7498
DEPENDENCIES
7599
cssminify
@@ -81,4 +105,4 @@ DEPENDENCIES
81105
tzinfo-data
82106

83107
BUNDLED WITH
84-
2.4.6
108+
2.6.2

_includes/nav.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
<li><a href="/team.html">team</a></li>
55
<li><a href="/schedule.html">schedule a meeting</a></li>
66
<li><a href="/contact.html">contact us</a></li>
7+
<li><a href="/heroku.html">heroku migration</a></li>
78
</ul>

_layouts/default.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<head>
55
{% include head.html %}
66

7-
<https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.4/fetch.min.js>
87
</head>
98

109
<body>

heroku.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: default
3+
title: Heroku Migration Services
4+
---
5+
6+
<p>
7+
Many companies use Heroku to host their web applications.
8+
Unfortunately, Salesforce seems to be slowing Heroku development and there are concerns it may be shut down.
9+
Position Development can migrate your existing apps to AWS and build custom scaffolding for future projects.
10+
Our flexible and dependable team has been successfully migrating websites and apps to AWS since 2015.
11+
</p>
12+
<iframe
13+
src="https://us14.list-manage.com/contact-form?u=ad27fa7b690b5304baa6b0997&form_id=3ccdb5b11f0f6a8b421e67238606049b"
14+
width="600"
15+
height="700"
16+
></iframe>

styles/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ body
66

77
color: 444;
88
}
9+
iframe
10+
{
11+
width: 100%;
12+
height: 800px;
13+
border: none;
14+
}
915

1016
/* HEADINGS */
1117
h1

0 commit comments

Comments
 (0)