Merge branch 'master' into add-open-benches
This commit is contained in:
37
images/android-vector-drawable/tripadvisor.xml
Normal file
37
images/android-vector-drawable/tripadvisor.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="512dp"
|
||||
android:height="512dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M15,0 L497,0 Q512,0,512,15 L512,497 Q512,512,497,512 L15,512 Q0,512,0,497 L0,15 Q0,0,15,0 Z" />
|
||||
<path
|
||||
android:fillColor="#fcc40f"
|
||||
android:strokeColor="#000a12"
|
||||
android:strokeWidth="17"
|
||||
android:pathData="M93,202 A195,151,0,0,1,419,202 L419,258 L93,258" />
|
||||
<path
|
||||
android:fillColor="#000a12"
|
||||
android:pathData="M2,0 L-31,0 L-31,45 L0,92 M-173,-49 C-170,-61,-192,-95,-192,-97 L-115,-97" />
|
||||
<path
|
||||
android:fillColor="#000a12"
|
||||
android:pathData="M-97,-97 C-43.4284,-97,0,-53.5716,0,0 C0,53.5716,-43.4284,97,-97,97 C-150.572,97,-194,53.5716,-194,0 C-194,-53.5716,-150.572,-97,-97,-97 Z" />
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M-97,-78 C-53.9218,-78,-19,-43.0782,-19,0 C-19,43.0782,-53.9218,78,-97,78 C-140.078,78,-175,43.0782,-175,0 C-175,-43.0782,-140.078,-78,-97,-78 Z" />
|
||||
<path
|
||||
android:fillColor="#000a12"
|
||||
android:pathData="M-97,-50 C-69.3858,-50,-47,-27.6142,-47,0 C-47,27.6142,-69.3858,50,-97,50 C-124.614,50,-147,27.6142,-147,0 C-147,-27.6142,-124.614,-50,-97,-50 Z" />
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M-97,-33 C-78.7746,-33,-64,-18.2254,-64,0 C-64,18.2254,-78.7746,33,-97,33 C-115.225,33,-130,18.2254,-130,0 C-130,-18.2254,-115.225,-33,-97,-33 Z" />
|
||||
<path
|
||||
android:fillColor="#ef6a45"
|
||||
android:pathData="M-97,-17 C-87.6112,-17,-80,-9.38884,-80,0 C-80,9.38884,-87.6112,17,-97,17 C-106.389,17,-114,9.38884,-114,0 C-114,-9.38884,-106.389,-17,-97,-17 Z" />
|
||||
<path
|
||||
android:fillColor="#00b087"
|
||||
android:pathData="M97,-17 C106.389,-17,114,-9.38884,114,0 C114,9.38884,106.389,17,97,17 C87.6112,17,80,9.38884,80,0 C80,-9.38884,87.6112,-17,97,-17 Z" />
|
||||
</vector>
|
2
images/reference/TripAdvisor_logo.svg
Normal file
2
images/reference/TripAdvisor_logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 6.2 KiB |
@@ -158,3 +158,4 @@ Where possible this links to the organisation's brand guidelines page.
|
||||
| <img src="/images/svg/researchgate.svg" width="256" /> | <img src="/images/reference/researchgate.png" width="256" /> | https://mobile.twitter.com/ResearchGate/photo |
|
||||
| <img src="/images/svg/opencores.svg" width="256" /> | <img src="/images/reference/opencores.png" width="256" /> | https://opencores.org |
|
||||
| <img src="/images/svg/openbenches.svg" width="256" /> | <img src="/images/reference/openbencheslogo.svg" width="256" /> | https://openbenches.org/ |
|
||||
| <img src="/images/svg/tripadvisor.svg" width="256" /> | <img src="/images/reference/TripAdvisor_logo.svg" width="256" /> | https://tripadvisor.mediaroom.com/download/TheNewTripAdvisor_StyleGuide.pdf |
|
||||
|
6
images/svg/tripadvisor.svg
Normal file
6
images/svg/tripadvisor.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:x="http://www.w3.org/1999/xlink"
|
||||
aria-label="TripAdvisor" role="img"
|
||||
viewBox="0 0 512 512"><rect
|
||||
width="512" height="512"
|
||||
rx="15%"
|
||||
fill="#fff"/><path fill="#fcc40f" stroke="#000a12" stroke-width="17" d="M93 202a195 151 0 0 1 326 0v56h-326"/><g transform="translate(256 257)"><g id="a" fill="#000a12"><path d="M2 0h-33v45l31 47M-173-49c3-12-19-46-19-48h77"/><circle cx="-97" cy="0" r="97"/><circle cx="-97" cy="0" r="78" fill="#fff"/><circle cx="-97" cy="0" r="50"/><circle cx="-97" cy="0" r="33" fill="#fff"/></g><use x:href="#a" transform="scale(-1 1)"/><circle cx="-97" cy="0" r="17" fill="#ef6a45"/><circle cx="97" cy="0" r="17" fill="#00b087"/></g></svg>
|
After Width: | Height: | Size: 704 B |
Reference in New Issue
Block a user