Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linto ai 2022 #1

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
f0f3b47
reset project for new version. WIP start implementing header
rlopezdev Sep 2, 2022
caba362
WIP integrating product pages + update header links
rlopezdev Sep 5, 2022
569c1c0
rebuild project on jekyll
rlopezdev Sep 7, 2022
8e78f14
Add README file
rlopezdev Sep 7, 2022
927e015
implement cognitive APIS demo page
rlopezdev Sep 7, 2022
da68dc9
added demo pages
rlopezdev Sep 8, 2022
d8c9d22
added Contact page + contact form. Todo > send mail request
rlopezdev Sep 8, 2022
87d7f60
add footer
rlopezdev Sep 9, 2022
8559db3
update content + header links
rlopezdev Sep 13, 2022
2673d20
Content update
damienlaine Sep 15, 2022
848971e
integrate api pricing array
rlopezdev Sep 15, 2022
6cf7b07
content update + fix some css
rlopezdev Oct 26, 2022
0dbc3eb
(wip) adding illustrations/animation for homepage product links
rlopezdev Oct 26, 2022
ff00c11
set animation to homepage products buttons
rlopezdev Oct 27, 2022
ecbd601
resize api animation + add transition fade on product animations
rlopezdev Oct 27, 2022
6c78b4c
Content focused update
damienlaine Oct 27, 2022
18e00c3
Content update
damienlaine Oct 27, 2022
9943ba1
Micophone
damienlaine Oct 28, 2022
0fd7b33
handle contact form + add production tokens
rlopezdev Oct 28, 2022
51c6074
reolving conflicts
rlopezdev Oct 28, 2022
8b0d510
Added /docs for builded files
rlopezdev Oct 28, 2022
c944e9c
Add Responsive css
rlopezdev Oct 28, 2022
080fdb7
update cdn url for lottie-player
rlopezdev Oct 28, 2022
6aed3a8
fix some responsive css
rlopezdev Oct 28, 2022
7ed34b3
fix a broken link
rlopezdev Nov 3, 2022
64cee39
rebuild sources after fix
rlopezdev Nov 3, 2022
7c54723
add matomo tag for tracking
rlopezdev Nov 25, 2022
8943c7f
Update links from convos.linto.ai to studio.linto.app
tjiho Aug 22, 2023
74b3761
Push docs folder with new links
tjiho Aug 22, 2023
828a577
Update LinTO Studio page
tjiho Dec 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
**/node_modules
**/.env
**/package-lock.json
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
vendor
.vscode
Empty file removed .nojekyll
Empty file.
27 changes: 27 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
permalink: /404.html
layout: default
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<section>
<div class="container">

<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
</section>
30 changes: 30 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.2.1"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library.
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

80 changes: 80 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.1.10)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.2.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.4.0)
pathutil (~> 0.9)
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-feed (0.16.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.30.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)

PLATFORMS
x86_64-linux

DEPENDENCIES
jekyll (~> 4.2.1)
jekyll-feed (~> 0.12)
minima (~> 2.5)
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)

BUNDLED WITH
2.3.4
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Serve with Jekyll

#### Install Jekyll
```bash
npm install jekyll bundler
```

#### Serve project with Jekyll
```bash
bundle exec jekyll serve
```


#### Build for production

*The builded folder must be pushed to update the website *
```bash
jekyll build -d ./docs
touch ./docs/.nojekyll
```

61 changes: 61 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.

title: Your awesome title
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll

# Build settings
theme: minima
plugins:
- jekyll-feed
sass:
sass_dir: _sass
defaults:
- scope:
path: "assets/img"
values:
image: true
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
#
# exclude:
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
44 changes: 44 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<footer>
<div class="flex row footer-main">
<div class="container flex row">
<div class="flex1 flex col">
<h4 class="footer-title">Produits</h4>
<ul class="footer-list">
<li><a href="/produits/cognitive-apis">Cognitive APIs</a></li>
<li><a href="/produits/linto-agent">Virtual agent</a></li>
<li><a href="/produits/linto-for-meeting">Smart meeting</a></li>
</ul>
<h4 class="footer-title">LinTO LIVE !</h4>
<ul class="footer-list">
<li><a href="/demo/cognitive-apis">APIs de transcription</a></li>
<li><a href="/demo/linto-agent">LinTO virtual agent</a></li>
</ul>
</div>
<div class="flex1 flex col">
<h4 class="footer-title">Ressources</h4>
<ul class="footer-list">
<li><a href="https://doc.linto.ai" target="_blank">Portail de documentation</a></li>
<li><a href="/pricing">Tarifs</a></li>
<li><a href="https://github.com/orgs/linto-ai/projects/6" target="_blank">Roadmap</a></li>
</ul>
<h4 class="footer-title">Communauté</h4>
<ul class="footer-list">
<li><a href="https://github.com/linto-ai" target="_blank">Github</a></li>
<li><a href="https://discord.gg/jvNK3FXv3d" target="_blank">Discord</a></li>
<li><a href="/contact" >Contact</a></li>
</ul>
</div>
<div class="flex1 flex col">
<h4 class="footer-title">Linagora</h4>
<a href="https://linagora.com" target="_blank">
<img class="footer-img-link" alt="Linagora" src="/assets/img/linagora.png"></a>
<a href="https://labs.linagora.com" target="_blank">
<img class="footer-img-link" alt="Linagora Labs" src="/assets/img/linagora-labs.png"></a>
</div>

</div>
</div>
<div class="footer-secondary flex row align-center justify-center">
<span class="footer-content">Copyright Linagora 2022 - <a href="/contact">Nous contacter</a></span>
</div>
</footer>
83 changes: 83 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<!-- HEADER -->
<header id="header" class="flex row align-center">
<a href="/" class="logo">
<img src="/assets/img/linto-ai.svg" alt="LinTO.ai" />
</a>
<nav class="flex row flex1">
<div class="flex row flex1">
<div class="nav-item-container">
<a href="javascript:;" class="nav-item-parent" data-target="header-nav-products">Produits</a>
<div class="nav-item-dropdown hidden flex row" id="header-nav-products">
<div class="nav-card flex col apis">
<a href="/produits/cognitive-apis" class="nav-card-link flex col align-center apis">
<div class="title flex row">
<span class="icon apis"></span>
<span class="label apis">Cognitive APIs</h3>
</div>
<div class="description">
<p>Intégrez des fonctions de reconnaissance vocale et de compréhension de la parole dans vos applications.</p>
</div>
</a>
</div>
<div class="nav-card flex col linto">
<a href="/produits/linto-agent" class="nav-card-link flex col align-center linto">
<div class="title flex row">
<span class="icon linto"></span>
<span class="label linto">Virtual agents</h3>
</div>
<div class="description">
<p>Créez des assistants vocaux avec mots réveils personnalisés dans vos produits et applications, y compris Web</p>
</div>
</a>
</div>
<div class="nav-card flex col meeting">
<a href="/produits/linto-for-meeting" class="nav-card-link flex col align-center meeting">
<div class="title flex row">
<span class="icon meeting"></span>
<span class="label meeting">Smart meetings</h3>
</div>
<div class="description">
<p>LinTO est votre scribe virtuel. Enregistrez vos réunions et réalisez des transcription directement en flux (sous-titrage temps réél) ou à partir de fichiers média audio et vidéo.</p>
</div>
</a>
</div>
</div>
</div>
<div class="nav-item-container">
<a href="https://doc.linto.ai" class="nav-item" target="_blank">Portail de documentation</a>
</div>
<div class="nav-item-container">
<a href="/pricing" class="nav-item">Tarifs</a>
</div>
<div class="nav-item-container">
<a href="/contact" class="nav-item">Contact</a>
</div>
</div>
<div class="flex row justify-end">
<div class="nav-item-container">
<a href="https://studio.linto.app" target="_blank" class="nav-item">
<span class="icon cm"></span>Linto Studio</a>
</div>
<div class="nav-item-container">
<a href="/my-account" class="nav-item"><span class="icon linto white"></span>My account</a>
</div>
</div>
</nav>
</header>
<!-- END HEADER -->
<div id="burger-menu">
<button id="burger-menu-button" class="closed"></button>
<div id="burger-menu-navigation" class="flex col align-center justify-center hidden">
<div class="flex col align-center justify-center ">
<a href="/" class="burger-nav-item">Accueil</a>
<a href="/produits/cognitive-apis" class="burger-nav-item">Cognitive APIs</a>
<a href="/produits/linto-agent" class="burger-nav-item">Virtual agents</a>
<a href="/produits/linto-for-meeting" class="burger-nav-item">Smart meetings</a>
<a href="https://doc.linto.ai" class="burger-nav-item" target="_blank">Portail de documentation</a>
<a href="/pricing" class="burger-nav-item">Tarifs</a>
<a href="/contact" class="burger-nav-item">Contact</a>
<a href="https://studio.linto.app" target="_blank" class="burger-nav-item">Linto Studio</a>
<a href="/my-account" class="burger-nav-item">My account</a>
</div>
</div>
</div>
Loading