diff --git a/assets/css/about-us.css b/assets/css/about-us.css index 122c01e..1b32e25 100644 --- a/assets/css/about-us.css +++ b/assets/css/about-us.css @@ -10,6 +10,7 @@ .section1 .subheading { max-width: 587px; line-height: 32px; + font-weight: 400; } .section2 { diff --git a/assets/css/technologies-we-use.css b/assets/css/technologies-we-use.css new file mode 100644 index 0000000..0fbe530 --- /dev/null +++ b/assets/css/technologies-we-use.css @@ -0,0 +1,149 @@ +.navbar__container::after { + left: -275px; + top: -251px; +} + +.section1 { + padding-top: 75px; +} + +.section1 .subheading { + max-width: 80%; + line-height: 32px; + font-weight: 400; +} + +.section2 { + padding: 0 180px; +} + +.section2 .tech-logo { + width: 180px; + height: 72px; + background: var(--white); + border-radius: 8px; + padding: 12px; + margin: 10px; + display: flex; + align-items: center; +} +@media (max-width: 414px) { + .section2 .tech-logo { + width: 90%; + } +} + +@media (max-width: 614px) { + .logo-position { + justify-content: center; + } +} +@media (min-width: 615px) { + .logo-position { + justify-content: space-between; + } +} + +@media (max-width: 1200px) { + .section2 .tech-logo-empty { + display: none; + } +} +.section2 .tech-logo-empty { + width: 180px; + height: 72px; + background: transparent; + border-radius: 8px; + padding: 16px; + margin: 10px; +} + +.section2 .heading2 { + margin-bottom: 30px; +} + +.section3 .heading2 { + margin-bottom: 44px; +} + +.tech-name { + padding-top: 40px; +} + +@media (max-width: 1023px) { + .section1 .subheading { + max-width: 100%; + } + + .section2 { + padding: 72px 40px 113px; + } + + .section3 { + padding: 101px 9px 42px; + } + + .section3__rectangle { + background: none; + width: 100%; + padding: 0; + margin-bottom: 0; + height: auto; + padding: 30px; + } + .tech-name { + padding-bottom: 8px; + } +} + +@media (max-width: 737px) { + .section1 .subheading { + text-align: left; + } + + .section2 { + padding: 5px 15px 0; + } + + .section3 .heading2 { + width: 250px; + margin: 0 auto; + margin-bottom: 30px; + line-height: 34px; + } + + .section3 .heading3 { + line-height: 28px; + font-weight: 400; + } + + .section3__rectangle { + width: 350px; + height: 1000px; + padding: 40px 30px 30px; + margin: 0 auto 5px; + background: url("../svg/orange-blue-frame-mobile2.svg"); + background-position: center; + background-size: 100%; + background-repeat: no-repeat; + } + + .section3 .image { + margin: 0; + } + + .section3 .contact-us-link p { + padding-left: 13px; + } +} + +.tech-logo img { + max-height: 50px; + max-width: 146px; + justify-content: center; + margin: auto; +} + +footer { + background: #eef1f5; +} diff --git a/assets/images/tecnologies-logo/amazon-neptune-logo.png b/assets/images/tecnologies-logo/amazon-neptune-logo.png new file mode 100644 index 0000000..5f61818 Binary files /dev/null and b/assets/images/tecnologies-logo/amazon-neptune-logo.png differ diff --git a/assets/images/tecnologies-logo/apache-kafka-logo.svg b/assets/images/tecnologies-logo/apache-kafka-logo.svg new file mode 100644 index 0000000..bdf6af9 --- /dev/null +++ b/assets/images/tecnologies-logo/apache-kafka-logo.svg @@ -0,0 +1,22 @@ + + +Apache Kafka logo + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/assets/images/tecnologies-logo/aws-logo.svg b/assets/images/tecnologies-logo/aws-logo.svg new file mode 100644 index 0000000..4715937 --- /dev/null +++ b/assets/images/tecnologies-logo/aws-logo.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + diff --git a/assets/images/tecnologies-logo/aws-sqs-logo.png b/assets/images/tecnologies-logo/aws-sqs-logo.png new file mode 100644 index 0000000..d1cc4e2 Binary files /dev/null and b/assets/images/tecnologies-logo/aws-sqs-logo.png differ diff --git a/assets/images/tecnologies-logo/azure-logo.svg b/assets/images/tecnologies-logo/azure-logo.svg new file mode 100644 index 0000000..cd96a7d --- /dev/null +++ b/assets/images/tecnologies-logo/azure-logo.svg @@ -0,0 +1,72 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/assets/images/tecnologies-logo/css-horizontal-logo.png b/assets/images/tecnologies-logo/css-horizontal-logo.png new file mode 100644 index 0000000..497f1ae Binary files /dev/null and b/assets/images/tecnologies-logo/css-horizontal-logo.png differ diff --git a/assets/images/tecnologies-logo/django-logo-positive.svg b/assets/images/tecnologies-logo/django-logo-positive.svg new file mode 100644 index 0000000..1538f08 --- /dev/null +++ b/assets/images/tecnologies-logo/django-logo-positive.svg @@ -0,0 +1,38 @@ + + + + +]> + + + + + + + + + + + + diff --git a/assets/images/tecnologies-logo/docker-horizontal-logo.webp b/assets/images/tecnologies-logo/docker-horizontal-logo.webp new file mode 100644 index 0000000..76590b4 Binary files /dev/null and b/assets/images/tecnologies-logo/docker-horizontal-logo.webp differ diff --git a/assets/images/tecnologies-logo/expressjs-logo.png b/assets/images/tecnologies-logo/expressjs-logo.png new file mode 100644 index 0000000..487c5a8 Binary files /dev/null and b/assets/images/tecnologies-logo/expressjs-logo.png differ diff --git a/assets/images/tecnologies-logo/expressjs-logo.svg b/assets/images/tecnologies-logo/expressjs-logo.svg new file mode 100644 index 0000000..1426fb2 --- /dev/null +++ b/assets/images/tecnologies-logo/expressjs-logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/images/tecnologies-logo/github-logo.png b/assets/images/tecnologies-logo/github-logo.png new file mode 100644 index 0000000..afc666e Binary files /dev/null and b/assets/images/tecnologies-logo/github-logo.png differ diff --git a/assets/images/tecnologies-logo/google-cloud-new-logo.png b/assets/images/tecnologies-logo/google-cloud-new-logo.png new file mode 100644 index 0000000..ffb8614 Binary files /dev/null and b/assets/images/tecnologies-logo/google-cloud-new-logo.png differ diff --git a/assets/images/tecnologies-logo/grape-logo.png b/assets/images/tecnologies-logo/grape-logo.png new file mode 100644 index 0000000..97a0e1f Binary files /dev/null and b/assets/images/tecnologies-logo/grape-logo.png differ diff --git a/assets/images/tecnologies-logo/gremlin-logo-dark.png b/assets/images/tecnologies-logo/gremlin-logo-dark.png new file mode 100644 index 0000000..dc641b0 Binary files /dev/null and b/assets/images/tecnologies-logo/gremlin-logo-dark.png differ diff --git a/assets/images/tecnologies-logo/html4-logo.png b/assets/images/tecnologies-logo/html4-logo.png new file mode 100644 index 0000000..020f91b Binary files /dev/null and b/assets/images/tecnologies-logo/html4-logo.png differ diff --git a/assets/images/tecnologies-logo/html5-horizontal-logo.png b/assets/images/tecnologies-logo/html5-horizontal-logo.png new file mode 100644 index 0000000..ea42295 Binary files /dev/null and b/assets/images/tecnologies-logo/html5-horizontal-logo.png differ diff --git a/assets/images/tecnologies-logo/kotlin-logo.svg b/assets/images/tecnologies-logo/kotlin-logo.svg new file mode 100644 index 0000000..2f6c8a1 --- /dev/null +++ b/assets/images/tecnologies-logo/kotlin-logo.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/tecnologies-logo/kubernetes-horizontal-logo.png b/assets/images/tecnologies-logo/kubernetes-horizontal-logo.png new file mode 100644 index 0000000..5cfa9ed Binary files /dev/null and b/assets/images/tecnologies-logo/kubernetes-horizontal-logo.png differ diff --git a/assets/images/tecnologies-logo/midjourney-logo.png b/assets/images/tecnologies-logo/midjourney-logo.png new file mode 100644 index 0000000..61816a1 Binary files /dev/null and b/assets/images/tecnologies-logo/midjourney-logo.png differ diff --git a/assets/images/tecnologies-logo/mysql-logo.png b/assets/images/tecnologies-logo/mysql-logo.png new file mode 100644 index 0000000..73b55bd Binary files /dev/null and b/assets/images/tecnologies-logo/mysql-logo.png differ diff --git a/assets/images/tecnologies-logo/nodejs_horizontal_logo.png b/assets/images/tecnologies-logo/nodejs_horizontal_logo.png new file mode 100644 index 0000000..5c3592f Binary files /dev/null and b/assets/images/tecnologies-logo/nodejs_horizontal_logo.png differ diff --git a/assets/images/tecnologies-logo/openai-logo.svg b/assets/images/tecnologies-logo/openai-logo.svg new file mode 100644 index 0000000..859d7af --- /dev/null +++ b/assets/images/tecnologies-logo/openai-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/tecnologies-logo/postgres-sql-logo.png b/assets/images/tecnologies-logo/postgres-sql-logo.png new file mode 100644 index 0000000..8aba1f3 Binary files /dev/null and b/assets/images/tecnologies-logo/postgres-sql-logo.png differ diff --git a/assets/images/tecnologies-logo/rack-logo.png b/assets/images/tecnologies-logo/rack-logo.png new file mode 100644 index 0000000..9d0476c Binary files /dev/null and b/assets/images/tecnologies-logo/rack-logo.png differ diff --git a/assets/images/tecnologies-logo/react-logo.png b/assets/images/tecnologies-logo/react-logo.png new file mode 100644 index 0000000..dd9b4c4 Binary files /dev/null and b/assets/images/tecnologies-logo/react-logo.png differ diff --git a/assets/images/tecnologies-logo/react-native-horizontal.svg b/assets/images/tecnologies-logo/react-native-horizontal.svg new file mode 100644 index 0000000..567a50d --- /dev/null +++ b/assets/images/tecnologies-logo/react-native-horizontal.svg @@ -0,0 +1,86 @@ + +image/svg+xmlReact Native + \ No newline at end of file diff --git a/assets/images/tecnologies-logo/redis-logo.svg b/assets/images/tecnologies-logo/redis-logo.svg new file mode 100644 index 0000000..4de574a --- /dev/null +++ b/assets/images/tecnologies-logo/redis-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/tecnologies-logo/resque-logo.png b/assets/images/tecnologies-logo/resque-logo.png new file mode 100644 index 0000000..ac006f5 Binary files /dev/null and b/assets/images/tecnologies-logo/resque-logo.png differ diff --git a/assets/images/tecnologies-logo/ruby-on-rails-logo.svg b/assets/images/tecnologies-logo/ruby-on-rails-logo.svg new file mode 100644 index 0000000..9e8fc41 --- /dev/null +++ b/assets/images/tecnologies-logo/ruby-on-rails-logo.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/assets/images/tecnologies-logo/sass-logo.svg b/assets/images/tecnologies-logo/sass-logo.svg new file mode 100644 index 0000000..e328123 --- /dev/null +++ b/assets/images/tecnologies-logo/sass-logo.svg @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + diff --git a/assets/images/tecnologies-logo/sidekiq-logo.png b/assets/images/tecnologies-logo/sidekiq-logo.png new file mode 100644 index 0000000..8688b71 Binary files /dev/null and b/assets/images/tecnologies-logo/sidekiq-logo.png differ diff --git a/assets/images/tecnologies-logo/sinatra.png b/assets/images/tecnologies-logo/sinatra.png new file mode 100644 index 0000000..2ee9ea0 Binary files /dev/null and b/assets/images/tecnologies-logo/sinatra.png differ diff --git a/assets/images/tecnologies-logo/snowflake-logo.svg b/assets/images/tecnologies-logo/snowflake-logo.svg new file mode 100644 index 0000000..9a5a1e9 --- /dev/null +++ b/assets/images/tecnologies-logo/snowflake-logo.svg @@ -0,0 +1,26 @@ + + + + Group + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/images/tecnologies-logo/stable-diffusion-logo.svg b/assets/images/tecnologies-logo/stable-diffusion-logo.svg new file mode 100644 index 0000000..ded1b72 --- /dev/null +++ b/assets/images/tecnologies-logo/stable-diffusion-logo.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/images/tecnologies-logo/swift-logo.svg b/assets/images/tecnologies-logo/swift-logo.svg new file mode 100755 index 0000000..036babb --- /dev/null +++ b/assets/images/tecnologies-logo/swift-logo.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/images/tecnologies-logo/xhtml-logo.png b/assets/images/tecnologies-logo/xhtml-logo.png new file mode 100644 index 0000000..9634f96 Binary files /dev/null and b/assets/images/tecnologies-logo/xhtml-logo.png differ diff --git a/technologies-we-use.html b/technologies-we-use.html new file mode 100644 index 0000000..7a3adfb --- /dev/null +++ b/technologies-we-use.html @@ -0,0 +1,564 @@ + + + + + + + + + + + + + + + + + + + + Learning Tapestry | Technologies We Use + + +
+ + +
+
+
+
+

Technologies we use

+

+ At Learning Tapestry, we believe that many tools can be used to + accomplish the same task effectively. That said, by aligning a + specific project's requirements with the right tools, it's possible + to work "smarter not harder" and complete projects at lower cost, + lower risk, and better quality. +

+

+ We will work with tools, languages, and infrastructure that a client + specifies where necessary (usually due to existing codebases). When + we have the choice to start a new project, we'll generally select + Ruby on Rails or NodeJS as the "middle tier." We'll generally choose + React for the frontend, and Postgres for persistence. We'll host our + infrastructure on AWS, and either use AWS tools for devops or use + Cloud66, which we particularly like for Rails installations. We + almost universally rely on Github for source code + management/revision control. +

+

+ We will work with tools, languages, and infrastructure that a client + specifies where necessary (usually due to existing codebases). When + we have the choice to start a new project, we'll generally select + Ruby on Rails or NodeJS as the "middle tier." We'll generally choose + React for the frontend, and Postgres for persistence. We'll host our + infrastructure on AWS, and either use AWS tools for devops or use + Cloud66, which we particularly like for Rails installations. We + almost universally rely on Github for source code + management/revision control. +

+
+
+
+
+
+ +

Ruby

+ +
+ + + + +
+
+
+ +

Javascript/Typescript

+
+ + + +
+
+
+
+ +

Python

+
+ +
+
+
+
+
+
+ +

Web

+
+ + + + +
+
+
+ +

Mobile

+
+ + + +
+
+
+
+ +

Infrastructure

+ +
+ + + + + + + +
+ +

AI Tools

+ +
+ + + +
+ +
+
+
+ +

Persistence

+ +
+ + + + + + + + + + + + +
+
+
+
+
+
+
+ + + + + + + +