This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
playground:playground [2017/01/19 00:09] michael [Products:] |
playground:playground [2018/06/01 20:12] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== OVERVIEW ===== | + | ====== PlayGround ====== |
| - | __WOLFCOM__ is pleased to support local & international law enforcement in achieving its goals for improving customer satisfaction by providing training and technical support in a current generational setting giving access to technical support worldwide. With a team of dedicated IT Support specialist, we are committed to improving the customer experience through convenience, accuracy, and problem solving. | + | |
| + | ===== Vision Set-Up Manager ===== | ||
| + | <html> | ||
| + | <head> | ||
| + | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
| + | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
| + | <style> | ||
| + | .fa { | ||
| + | padding: 10px; | ||
| + | font-size: 20px; | ||
| + | width: 20px; | ||
| + | text-align: center; | ||
| + | text-decoration: none; | ||
| + | margin: 5px 2px; | ||
| + | border-radius: 50%; | ||
| + | } | ||
| + | .fa:hover { | ||
| + | opacity: 0.7; | ||
| + | } | ||
| - | ===== Products: ===== | + | .fa-facebook { |
| + | background: #3B5998; | ||
| + | color: white; | ||
| + | } | ||
| + | .fa-twitter { | ||
| + | background: #55ACEE; | ||
| + | color: white; | ||
| + | } | ||
| + | .fa-google { | ||
| + | background: #dd4b39; | ||
| + | color: white; | ||
| + | } | ||
| + | .fa-linkedin { | ||
| + | background: #007bb5; | ||
| + | color: white; | ||
| + | } | ||