diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index 2a0d6a2696..15a6e1cf2d 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -488,9 +488,9 @@ footer
.social a
display: inline-block
- background-image: url(/images/social_sprite.png)
+ background-image: url(/images/social_sprite.svg)
background-repeat: no-repeat
- background-size: auto
+ background-size: 300px
width: 50px
height: 50px
border-radius: 5px
@@ -1132,7 +1132,7 @@ $feature-box-div-margin-bottom: 40px
section#cncf
padding-top: 60px
padding-bottom: 140px
- background-image: url(/images/cncf-color.png)
+ background-image: url(/images/cncf-color.svg)
background-position: center 100px
background-repeat: no-repeat
background-size: 300px
@@ -1308,10 +1308,10 @@ $feature-box-div-margin-bottom: 40px
#features
padding-top: 140px
background-color: $light-grey
- background-image: url(/images/wheel.png)
+ background-image: url(/images/wheel.svg)
background-position: center 60px
background-repeat: no-repeat
- background-size: auto
+ background-size: 60px
.feature-box
//padding: 50px 0
diff --git a/assets/sass/_desktop.sass b/assets/sass/_desktop.sass
index c8f7f44f84..3186335f27 100644
--- a/assets/sass/_desktop.sass
+++ b/assets/sass/_desktop.sass
@@ -129,7 +129,7 @@ $video-section-height: 550px
transform: translateY(-50%)
img
- max-width: 425px
+ width: 425px
//.content
// width: 50%
@@ -211,9 +211,9 @@ $video-section-height: 550px
.social a
display: inline-block
- background-image: url(../images/social_sprite.png)
+ background-image: url(../images/social_sprite.svg)
background-repeat: no-repeat
- background-size: auto
+ background-size: 300px
width: 50px
height: 50px
border-radius: 5px
diff --git a/content/en/_common-resources/images/blocks.png b/content/en/_common-resources/images/blocks.png
deleted file mode 100644
index 3bf6083421..0000000000
Binary files a/content/en/_common-resources/images/blocks.png and /dev/null differ
diff --git a/content/en/_common-resources/images/blocks.svg b/content/en/_common-resources/images/blocks.svg
new file mode 100644
index 0000000000..a129531bec
--- /dev/null
+++ b/content/en/_common-resources/images/blocks.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/en/_common-resources/images/flower.png b/content/en/_common-resources/images/flower.png
deleted file mode 100755
index adc99f5df5..0000000000
Binary files a/content/en/_common-resources/images/flower.png and /dev/null differ
diff --git a/content/en/_common-resources/images/flower.svg b/content/en/_common-resources/images/flower.svg
new file mode 100644
index 0000000000..fd287a8889
--- /dev/null
+++ b/content/en/_common-resources/images/flower.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/en/_common-resources/images/scalable.png b/content/en/_common-resources/images/scalable.png
deleted file mode 100644
index 21bdb0393c..0000000000
Binary files a/content/en/_common-resources/images/scalable.png and /dev/null differ
diff --git a/content/en/_common-resources/images/scalable.svg b/content/en/_common-resources/images/scalable.svg
new file mode 100644
index 0000000000..d8c475146e
--- /dev/null
+++ b/content/en/_common-resources/images/scalable.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/en/_common-resources/images/suitcase.png b/content/en/_common-resources/images/suitcase.png
deleted file mode 100644
index 59e070f64a..0000000000
Binary files a/content/en/_common-resources/images/suitcase.png and /dev/null differ
diff --git a/content/en/_common-resources/images/suitcase.svg b/content/en/_common-resources/images/suitcase.svg
new file mode 100644
index 0000000000..2393fa8bcb
--- /dev/null
+++ b/content/en/_common-resources/images/suitcase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/ja/_common-resources/images/blocks.png b/content/ja/_common-resources/images/blocks.png
deleted file mode 100644
index 3bf6083421..0000000000
Binary files a/content/ja/_common-resources/images/blocks.png and /dev/null differ
diff --git a/content/ja/_common-resources/images/blocks.svg b/content/ja/_common-resources/images/blocks.svg
new file mode 100644
index 0000000000..a129531bec
--- /dev/null
+++ b/content/ja/_common-resources/images/blocks.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/ja/_common-resources/images/flower.png b/content/ja/_common-resources/images/flower.png
deleted file mode 100755
index adc99f5df5..0000000000
Binary files a/content/ja/_common-resources/images/flower.png and /dev/null differ
diff --git a/content/ja/_common-resources/images/flower.svg b/content/ja/_common-resources/images/flower.svg
new file mode 100644
index 0000000000..fd287a8889
--- /dev/null
+++ b/content/ja/_common-resources/images/flower.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/ja/_common-resources/images/scalable.png b/content/ja/_common-resources/images/scalable.png
deleted file mode 100644
index 21bdb0393c..0000000000
Binary files a/content/ja/_common-resources/images/scalable.png and /dev/null differ
diff --git a/content/ja/_common-resources/images/scalable.svg b/content/ja/_common-resources/images/scalable.svg
new file mode 100644
index 0000000000..d8c475146e
--- /dev/null
+++ b/content/ja/_common-resources/images/scalable.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/ja/_common-resources/images/suitcase.png b/content/ja/_common-resources/images/suitcase.png
deleted file mode 100644
index 59e070f64a..0000000000
Binary files a/content/ja/_common-resources/images/suitcase.png and /dev/null differ
diff --git a/content/ja/_common-resources/images/suitcase.svg b/content/ja/_common-resources/images/suitcase.svg
new file mode 100644
index 0000000000..2393fa8bcb
--- /dev/null
+++ b/content/ja/_common-resources/images/suitcase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/ja/docs/images/blocks.png b/content/ja/docs/images/blocks.png
deleted file mode 100644
index 3bf6083421..0000000000
Binary files a/content/ja/docs/images/blocks.png and /dev/null differ
diff --git a/content/ja/docs/images/blocks.svg b/content/ja/docs/images/blocks.svg
new file mode 100644
index 0000000000..a129531bec
--- /dev/null
+++ b/content/ja/docs/images/blocks.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/ja/docs/images/flower.png b/content/ja/docs/images/flower.png
deleted file mode 100755
index adc99f5df5..0000000000
Binary files a/content/ja/docs/images/flower.png and /dev/null differ
diff --git a/content/ja/docs/images/flower.svg b/content/ja/docs/images/flower.svg
new file mode 100644
index 0000000000..fd287a8889
--- /dev/null
+++ b/content/ja/docs/images/flower.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/ja/docs/images/scalable.png b/content/ja/docs/images/scalable.png
deleted file mode 100644
index 21bdb0393c..0000000000
Binary files a/content/ja/docs/images/scalable.png and /dev/null differ
diff --git a/content/ja/docs/images/scalable.svg b/content/ja/docs/images/scalable.svg
new file mode 100644
index 0000000000..d8c475146e
--- /dev/null
+++ b/content/ja/docs/images/scalable.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/ja/docs/images/suitcase.png b/content/ja/docs/images/suitcase.png
deleted file mode 100644
index 59e070f64a..0000000000
Binary files a/content/ja/docs/images/suitcase.png and /dev/null differ
diff --git a/content/ja/docs/images/suitcase.svg b/content/ja/docs/images/suitcase.svg
new file mode 100644
index 0000000000..2393fa8bcb
--- /dev/null
+++ b/content/ja/docs/images/suitcase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/zh/_common-resources/images/blocks.png b/content/zh/_common-resources/images/blocks.png
deleted file mode 100644
index 3bf6083421..0000000000
Binary files a/content/zh/_common-resources/images/blocks.png and /dev/null differ
diff --git a/content/zh/_common-resources/images/blocks.svg b/content/zh/_common-resources/images/blocks.svg
new file mode 100644
index 0000000000..a129531bec
--- /dev/null
+++ b/content/zh/_common-resources/images/blocks.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/zh/_common-resources/images/flower.png b/content/zh/_common-resources/images/flower.png
deleted file mode 100755
index adc99f5df5..0000000000
Binary files a/content/zh/_common-resources/images/flower.png and /dev/null differ
diff --git a/content/zh/_common-resources/images/flower.svg b/content/zh/_common-resources/images/flower.svg
new file mode 100644
index 0000000000..fd287a8889
--- /dev/null
+++ b/content/zh/_common-resources/images/flower.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/zh/_common-resources/images/scalable.png b/content/zh/_common-resources/images/scalable.png
deleted file mode 100644
index 21bdb0393c..0000000000
Binary files a/content/zh/_common-resources/images/scalable.png and /dev/null differ
diff --git a/content/zh/_common-resources/images/scalable.svg b/content/zh/_common-resources/images/scalable.svg
new file mode 100644
index 0000000000..d8c475146e
--- /dev/null
+++ b/content/zh/_common-resources/images/scalable.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/content/zh/_common-resources/images/suitcase.png b/content/zh/_common-resources/images/suitcase.png
deleted file mode 100644
index 59e070f64a..0000000000
Binary files a/content/zh/_common-resources/images/suitcase.png and /dev/null differ
diff --git a/content/zh/_common-resources/images/suitcase.svg b/content/zh/_common-resources/images/suitcase.svg
new file mode 100644
index 0000000000..2393fa8bcb
--- /dev/null
+++ b/content/zh/_common-resources/images/suitcase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/cncf-color.png b/static/images/cncf-color.png
deleted file mode 100644
index 97796cba6c..0000000000
Binary files a/static/images/cncf-color.png and /dev/null differ
diff --git a/static/images/cncf-color.svg b/static/images/cncf-color.svg
new file mode 100644
index 0000000000..9cabf6633c
--- /dev/null
+++ b/static/images/cncf-color.svg
@@ -0,0 +1,7 @@
+
+
diff --git a/static/images/social_sprite.png b/static/images/social_sprite.png
deleted file mode 100644
index 000a891317..0000000000
Binary files a/static/images/social_sprite.png and /dev/null differ
diff --git a/static/images/social_sprite.svg b/static/images/social_sprite.svg
new file mode 100644
index 0000000000..ef8796579c
--- /dev/null
+++ b/static/images/social_sprite.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/images/wheel.png b/static/images/wheel.png
deleted file mode 100755
index c1e9b8d47c..0000000000
Binary files a/static/images/wheel.png and /dev/null differ
diff --git a/static/images/wheel.svg b/static/images/wheel.svg
new file mode 100644
index 0000000000..13dfe36aa6
--- /dev/null
+++ b/static/images/wheel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file