Signal & Winter 2021 Course Update
- Add Signal to software section - Update Winter 2021 course list
This commit is contained in:
4
src/assets/software/logo-signal.svg
Normal file
4
src/assets/software/logo-signal.svg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
|
||||||
|
<path fill="#3a76f0" d="M0,0v1024h1024V0H0z"/>
|
||||||
|
<path fill="#ffffff" d="M427.5,170.3l7.9,32A319.6,319.6,0,0,0,347,238.9l-16.9-28.3A347.6,347.6,0,0,1,427.5,170.3Zm169,0-7.9,32A319.6,319.6,0,0,1,677,238.9l17.1-28.3A350.1,350.1,0,0,0,596.5,170.3ZM210.6,330a349.5,349.5,0,0,0-40.3,97.5l32,7.9A319.6,319.6,0,0,1,238.9,347ZM193,512a318.5,318.5,0,0,1,3.6-47.8l-32.6-5a352,352,0,0,0,0,105.5l32.6-4.9A319.5,319.5,0,0,1,193,512ZM693.9,813.3,677,785.1a317.8,317.8,0,0,1-88.3,36.6l7.9,32A350.3,350.3,0,0,0,693.9,813.3ZM831,512a319.5,319.5,0,0,1-3.6,47.8l32.6,4.9a352,352,0,0,0,0-105.5l-32.6,5A318.5,318.5,0,0,1,831,512Zm22.7,84.4-32-7.9A319,319,0,0,1,785.1,677l28.3,17A348.9,348.9,0,0,0,853.7,596.4Zm-293.9,231a319.1,319.1,0,0,1-95.6,0L459.3,860a351.3,351.3,0,0,0,105.4,0Zm209-126.2a318.1,318.1,0,0,1-67.6,67.5l19.6,26.6A355.1,355.1,0,0,0,795.4,721Zm-67.6-446a318.6,318.6,0,0,1,67.6,67.6L795.4,303A354.6,354.6,0,0,0,721,228.6Zm-446,67.6a318.6,318.6,0,0,1,67.6-67.6L303,228.6A354.6,354.6,0,0,0,228.6,303ZM813.4,330l-28.3,17a317.8,317.8,0,0,1,36.6,88.3l32-7.9A348.9,348.9,0,0,0,813.4,330ZM464.2,196.6a319.1,319.1,0,0,1,95.6,0l4.9-32.6a351.3,351.3,0,0,0-105.4,0ZM272.1,804.1,204,819.9l15.9-68.1-32.1-7.5-15.9,68.1a33,33,0,0,0,24.6,39.7,34.5,34.5,0,0,0,15,0l68.1-15.7Zm-77.5-89.2,32.2,7.4,11-47.2a316.2,316.2,0,0,1-35.5-86.6l-32,7.9a353.3,353.3,0,0,0,32.4,83.7Zm154,71.4-47.2,11,7.5,32.2,34.7-8.1a349,349,0,0,0,83.7,32.4l7.9-32a316.7,316.7,0,0,1-86.3-35.7ZM512,226c-158,.1-285.9,128.2-285.9,286.1a286.7,286.7,0,0,0,43.9,152L242.5,781.5,359.8,754c133.7,84.1,310.3,44,394.4-89.6S798.3,354.2,664.7,270A286.7,286.7,0,0,0,512,226s"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
@@ -577,6 +577,46 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row align-items-center">
|
||||||
|
<div class="col-md-2">
|
||||||
|
<a href="https://signal.org/" target="_blank">
|
||||||
|
<img
|
||||||
|
class="img-fluid mx-auto d-block"
|
||||||
|
src="./assets/software/logo-signal.svg"
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-10">
|
||||||
|
<h2>
|
||||||
|
<a
|
||||||
|
name="Signal"
|
||||||
|
href="https://signal.org/"
|
||||||
|
target="_blank"
|
||||||
|
>Signal</a
|
||||||
|
>
|
||||||
|
</h2>
|
||||||
|
<h3>Platform: Windows, macOS, Linux, iOS, Android</h3>
|
||||||
|
<p>
|
||||||
|
I'm a big fan of free and open source software. This
|
||||||
|
is especially important with messenger apps where
|
||||||
|
user privacy is very important. Signal uses the same
|
||||||
|
end-to-end encryption protocol (Signal Protocol) as
|
||||||
|
WhatsApp, but without the
|
||||||
|
<a
|
||||||
|
href="https://www.fastcompany.com/90593066/whatsapp-facebook-privacy-ultimatum"
|
||||||
|
target="_blank"
|
||||||
|
>Facebook tracking</a
|
||||||
|
>. This means it is incredibly difficult to
|
||||||
|
intercept and decode messages sent through Signal.
|
||||||
|
Since Signal is an independent nonprofit, they are
|
||||||
|
not tied to any major tech company and they cannot
|
||||||
|
be acquired by one in the future. They are entirely
|
||||||
|
funded by donations and grants. If you are looking
|
||||||
|
to move away from messenger services like WhatsApp
|
||||||
|
and Facebook Messenger, Signal is the best option.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!---------------------------------
|
<!---------------------------------
|
||||||
|
@@ -120,10 +120,6 @@
|
|||||||
>
|
>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
|
||||||
<b>EECS 598-006</b> - Motion
|
|
||||||
Planning
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<b>ROB 550</b> - Robotic Systems
|
<b>ROB 550</b> - Robotic Systems
|
||||||
Laboratory
|
Laboratory
|
||||||
@@ -131,6 +127,10 @@
|
|||||||
<li>
|
<li>
|
||||||
<b>ROB 590</b> - Directed Study
|
<b>ROB 590</b> - Directed Study
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<b>ROB 599</b> - Ethics for AI
|
||||||
|
and Robotics
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user