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

[website] fix some image width #9658

Merged
merged 52 commits into from
Mar 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
8e9465d
[website] not so monolith front page
blinkov Feb 18, 2020
9ee8023
Refactor a few blocks on front page
blinkov Feb 18, 2020
d20ad36
Support website release to custom repo+domain
blinkov Feb 19, 2020
6613913
Light refactoring of remaining front page + get rid of most custom fr…
blinkov Feb 19, 2020
3d09d47
Add livereload support to website/docs
blinkov Feb 21, 2020
c29e03e
actually same as master
blinkov Feb 21, 2020
34cd0e6
further front page refactoring
blinkov Feb 21, 2020
3187b77
manual merge
blinkov Feb 21, 2020
d48cf86
Avoid going straight to GitHub with ajax
blinkov Feb 21, 2020
dc3129e
events.json placeholder
blinkov Feb 21, 2020
158591b
Success stories and block and increased margins in text
blinkov Feb 21, 2020
ab86629
Expand success stories sooner on small screens
blinkov Feb 21, 2020
f84965d
Bugfixes for website front page
blinkov Feb 23, 2020
3acfafc
+1 block on front page
blinkov Feb 23, 2020
cc3b088
Introduce deploy-to-test.sh with inline short README
blinkov Feb 23, 2020
4998dc3
manual merge
blinkov Feb 23, 2020
953cc08
Update deploy-to-test.sh
blinkov Feb 25, 2020
bbb4fae
minor style tweaks
blinkov Mar 2, 2020
b6ad999
Merge branch 'master' of https://github.com/yandex/ClickHouse
blinkov Mar 2, 2020
c333194
Pre-fill events on website build
blinkov Mar 2, 2020
9df3482
Merge branch 'master' of github.com:blinkov/ClickHouse
blinkov Mar 2, 2020
df95098
minor content changes
blinkov Mar 2, 2020
48832c6
temporary rearrangement
blinkov Mar 2, 2020
735435e
git rm website/events.json
blinkov Mar 2, 2020
9e11f26
fix mistype
blinkov Mar 2, 2020
13ec79b
Tear front page apart to templates (except old content)
blinkov Mar 3, 2020
c4cc81c
Refactor "Hardware efficient" section
blinkov Mar 3, 2020
33393ca
More front page refactoring
blinkov Mar 3, 2020
207b2c1
minor tweaks
blinkov Mar 3, 2020
7712fa8
move old sections to separate files as well
blinkov Mar 3, 2020
18f63a5
use.html tweaks
blinkov Mar 3, 2020
d6e2523
uncomment playground
blinkov Mar 3, 2020
c9beaaf
minor
blinkov Mar 3, 2020
40cfb83
rm images/tutorial
blinkov Mar 3, 2020
b11527c
comment back playground
blinkov Mar 3, 2020
eda40f2
fix few anchors
blinkov Mar 3, 2020
6756055
tune some font size
blinkov Mar 3, 2020
f36ed10
merge
blinkov Mar 11, 2020
414dcea
Try to purge CloudFlare cache on release
blinkov Mar 11, 2020
cb7f4fb
Avoid mentioning token in logs
blinkov Mar 12, 2020
d438c2d
Get rid of inline js for Metrika + split base.html to parts
blinkov Mar 12, 2020
ccccd16
Some fixes for mobile
blinkov Mar 12, 2020
f5ef658
Do not copy icons for now
blinkov Mar 13, 2020
e733545
Merge branch 'master' of https://github.com/yandex/ClickHouse
blinkov Mar 13, 2020
d73cc5a
Merge branch 'master' of https://github.com/yandex/ClickHouse
blinkov Mar 13, 2020
54ef8b4
Truncate website versions history on releases
blinkov Mar 13, 2020
c92087d
Merge branch 'master' of https://github.com/yandex/ClickHouse
blinkov Mar 13, 2020
39a6ec0
Merge branch 'master' of github.com:blinkov/ClickHouse
blinkov Mar 13, 2020
41cada2
temporary switch to jpg
blinkov Mar 13, 2020
dcdd16f
fix width
blinkov Mar 13, 2020
e4ef9ca
Merge branch 'master' of https://github.com/yandex/ClickHouse
blinkov Mar 13, 2020
67b4797
fix width
blinkov Mar 13, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/images/clickhouse-black.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion website/templates/index/efficient.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2 id="hardware-efficient" class="my-4">Hardware efficient</h2>
more hot data in RAM, which leads to a shorter typical response times.</p>
</div>
<div class="col-lg-4">
<img src="images/index/hardware-efficient.jpg" alt="ClickHouse is hardware efficient" />
<img src="images/index/hardware-efficient.jpg" class="img-fluid" alt="ClickHouse is hardware efficient" />
</div>
</div>
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion website/templates/index/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>Try online demo</h2>
</div>
</div>
<div class="col-lg-5 py-5 px-0">
<img src="images/index/intro.svg" alt="ClickHouse is capable of generating analytical data reports in real time" class="my-3" />
<img src="images/index/intro.svg" alt="ClickHouse is capable of generating analytical data reports in real time" class="my-3 img-fluid" />
</div>
</div>
</div>