-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[package.json] Remove @angular/flex-layout ; [src/assets/styles/flex.…
…scss] Replace with this ; [.github/workflows/main.yml] Use latest actions
- Loading branch information
1 parent
a0d6b52
commit 7fd3f37
Showing
12 changed files
with
143 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<section class="hero" fxLayout="column"> | ||
<nav fxFlex fxLayout="row" style="padding-top: 20px; margin-bottom: 20px"> | ||
<a fxFlex.gt-md="50" routerLink="/"> | ||
<section class="hero flex-direction-column"> | ||
<nav class="flex-direction-row" style="padding-top: 20px; margin-bottom: 20px"> | ||
<a class="gt-md-width-pc-50" routerLink="/"> | ||
<h1>offscale.io</h1> | ||
<h3>engineering and<br/>research that scales</h3> | ||
</a> | ||
<h1 fxFlex fxLayoutAlign="end" ngStyle.lt-md="font-size: small"> | ||
<h1> | ||
<a href="https://github.com/offscale"> | ||
<img alt="GitHub repos for Offscale" | ||
height="50px" | ||
ngStyle.lt-md="height: 30px; padding: 0 10px" src="/assets/github-white.svg"/> | ||
width="51" height="50" id="github-logo" | ||
ngSrc="/assets/github-white.svg" /> | ||
</a> | ||
</h1> | ||
</nav> | ||
<ng-content fxFlex="auto"></ng-content> | ||
<ng-content></ng-content> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
import { NgModule } from '@angular/core'; | ||
import { CommonModule } from '@angular/common'; | ||
import {CommonModule, NgOptimizedImage} from '@angular/common'; | ||
import { RouterModule } from '@angular/router'; | ||
|
||
import { FlexLayoutModule } from '@angular/flex-layout'; | ||
|
||
import { NavbarComponent } from './navbar.component'; | ||
|
||
|
||
@NgModule({ | ||
declarations: [NavbarComponent], | ||
exports: [ | ||
NavbarComponent | ||
], | ||
imports: [ | ||
CommonModule, | ||
FlexLayoutModule, | ||
RouterModule | ||
] | ||
exports: [NavbarComponent], | ||
imports: [CommonModule, RouterModule, NgOptimizedImage] | ||
}) | ||
export class NavbarModule {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,19 +4,19 @@ | |
</div> | ||
</app-navbar> | ||
|
||
<section class="center" fxLayout="column" style="padding: 0 18%" ngStyle.lt-md="padding: 0"> | ||
<div class="m-v-lg text-size-lg" fxFlex="100" style="padding: 0 10px"> | ||
<section class="text-align-center" style="padding: 0 18%" > | ||
<div class="m-v-lg text-size-lg" style="padding: 0 10px"> | ||
Develop anywhere; deploy everywhere. | ||
</div> | ||
|
||
|
||
<div fxLayout="row" fxLayout.lt-md="column" fxFlex="100"> | ||
<div fxFlex="33"> | ||
<div class="row-narrow-column-wide"> | ||
<div class="width-pc-33"> | ||
<!--<img src="/assets/dial-multicloud.svg"/>--> | ||
<h2>Cross-platform</h2> | ||
<p>Build and release for multiple platforms, including:</p> | ||
<div fxLayout="row"> | ||
<ul fxFlex="50"> | ||
<div class="row-narrow-column-wide"> | ||
<ul class="width-pc-50"> | ||
<li>Windows</li> | ||
<li>Linux</li> | ||
<li>macOS</li> | ||
|
@@ -32,13 +32,13 @@ <h2>Cross-platform</h2> | |
</div> | ||
</div> | ||
|
||
<div fxFlex="33"> | ||
<div class="width-pc-33"> | ||
<!--<img src="/assets/dial-distributed.svg"/>--> | ||
<h2>Multicloud</h2> | ||
<p>Deploy and manage across any of 50+ different public and private cloud providers, | ||
including:</p> | ||
<div fxLayout="row"> | ||
<ul fxFlex="50"> | ||
<div class="row-narrow-column-wide"> | ||
<ul class="width-pc-50"> | ||
<li>AWS</li> | ||
<li>Microsoft Azure</li> | ||
<li>Google Cloud</li> | ||
|
@@ -54,12 +54,12 @@ <h2>Multicloud</h2> | |
</div> | ||
</div> | ||
|
||
<div fxFlex="33"> | ||
<div class="width-pc-33"> | ||
<!--<img src="/assets/dial-ml.svg"/>--> | ||
<h2>Machine Learning and Artificial Intelligence</h2> | ||
<p>Meta-framework built supporting:</p> | ||
<div fxLayout="row"> | ||
<ul fxFlex="50"> | ||
<div class="row-narrow-column-wide"> | ||
<ul class="width-pc-50"> | ||
<li>TensorFlow</li> | ||
<li>Keras</li> | ||
<li>PyTorch</li> | ||
|
@@ -75,14 +75,14 @@ <h2>Machine Learning and Artificial Intelligence</h2> | |
</div> | ||
</div> | ||
|
||
<div fxLayout="row" fxLayout.lt-md="column" fxFlex="100"> | ||
<div fxFlex="33"> | ||
<div class="row-narrow-column-wide"> | ||
<div class="width-pc-33"> | ||
<!--<img src="/assets/dial-multicloud.svg"/>--> | ||
<h2>Multilingual compilers</h2> | ||
<p>Automatically translate code between languages. Speedup code creation, improve consistency, and increase doc | ||
& test coverage.</p> | ||
<div fxLayout="row"> | ||
<ul fxFlex="50"> | ||
<div class="row-narrow-column-wide"> | ||
<ul class="width-pc-50"> | ||
<li>Swift (iOS)</li> | ||
<li>Java (Android)</li> | ||
<li>Kotlin (Android)</li> | ||
|
@@ -95,21 +95,21 @@ <h2>Multilingual compilers</h2> | |
</div> | ||
</div> | ||
|
||
<div fxFlex="33"> | ||
<div class="width-pc-33"> | ||
<!--<img src="/assets/dial-distributed.svg"/>--> | ||
<h2>Multicluster</h2> | ||
<p>Deploy, manage, and maintain multiple Docker containers at scale with Kubernetes.</p> | ||
<p>Coordinate multiple distributed systems in the one cluster with Apache Mesos.</p> | ||
<p>Major C++ contributions to Mesos, and major Go contributions to Kubernetes.</p> | ||
</div> | ||
|
||
<div fxFlex="33"> | ||
<div class="width-pc-33"> | ||
<!--<img src="/assets/dial-heart.svg"/>--> | ||
<h2>100% open source</h2> | ||
<p>(Apache-2.0 OR MIT) licensed. Totally free. | ||
</p> | ||
<div fxLayout="row"> | ||
<ul fxFlex="50"> | ||
<div class="row-narrow-column-wide"> | ||
<ul class="width-pc-50"> | ||
<li>609 repos on GitHub</li> | ||
</ul> | ||
<ul> | ||
|
@@ -124,7 +124,7 @@ <h2>100% open source</h2> | |
</section> | ||
|
||
<section class=""> | ||
<div class="flex-container desktop-flex-rows fixed-width-lg m-v-lg flex-space-between"> | ||
<div class="flex-container desktop-flex-rows fixed-width-lg m-v-lg justify-content-space-between"> | ||
<div> | ||
<img src="/assets/cdd-diagram.svg" width="100%" alt="CDD diagram"/> | ||
</div> | ||
|
@@ -160,21 +160,20 @@ <h2>100% open source</h2> | |
</div> | ||
</section> | ||
|
||
<section class="case_study p-v-lg center" fxLayout="column"> | ||
<div fxFlex="auto" class="m-v-md text-size-lg">Software-engineering consulting</div> | ||
<a fxFlex="auto" href="mailto:[email protected]" class="btn btn-primary m-v-md center" fxFlexAlign="center"> | ||
<section class="case_study p-v-lg text-align-center flex-row"> | ||
<div class="m-v-md text-size-lg">Software-engineering consulting</div> | ||
<a href="mailto:[email protected]" class="btn btn-primary m-v-md text-align-center"> | ||
get in touch | ||
</a> | ||
</section> | ||
|
||
<footer fxLayout="row" fxLayoutAlign="center center" | ||
style="padding: 40px 0 40px 90px" ngStyle.lt-md="{'padding': 0 40px}" | ||
class="text-center"> | ||
<a fxFlex="auto" routerLink="/"> | ||
<footer style="padding: 40px 0 40px 90px" | ||
class="text-center row-narrow-column-wide justify-content-space-between"> | ||
<a class="flex-row width-pc-50-lt-md-100" routerLink="/"> | ||
<h1>offscale.io</h1> | ||
<h3>engineering and<br/>research that scales</h3> | ||
</a> | ||
<div fxFlex> | ||
© 2018–2023 | ||
<div class="flex-direction-row width-pc-50-lt-md-100 flex-center"> | ||
© 2018–2024 | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.