Update the website theme (#6)
@@ -1,13 +1,20 @@
|
||||
{{ partial "header.html" . }}
|
||||
<div class="blog-post-list">
|
||||
{{ range .Data.Pages }}
|
||||
<div class="blog-post-list-box">
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
<br />
|
||||
<span class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</span>
|
||||
<br />
|
||||
</div>
|
||||
{{ end}}
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"{{with .Site.LanguageCode}} xml:lang="{{.}}" lang="{{.}}"{{end}}>
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<main>
|
||||
{{ partial "navigation.html" . }}
|
||||
<div class="blog-post-list">
|
||||
{{ range .Data.Pages }}
|
||||
<div class="blog-post-list-box">
|
||||
<a href="{{ .Permalink }}">{{ .Title }}</a>
|
||||
<br />
|
||||
<span class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</span>
|
||||
<br />
|
||||
</div>
|
||||
{{ end}}
|
||||
</div>
|
||||
</main>
|
||||
{{ partial "footer.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,15 +1,21 @@
|
||||
{{ partial "header.html" . }}
|
||||
<div class="post">
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ if eq .Type "blog" }}
|
||||
<span class="post-author">Author: {{ .Params.author }}</span>
|
||||
<br />
|
||||
<span class="post-date">Date: {{ .Date.Format "Mon, Jan 2, 2006" }}</span>
|
||||
<br />
|
||||
<span class="reading-time">Reading Time: {{ .ReadingTime }} minutes</span>
|
||||
{{ end }}
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
</body>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"{{with .Site.LanguageCode}} xml:lang="{{.}}" lang="{{.}}"{{end}}>
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<main>
|
||||
{{ partial "navigation.html" . }}
|
||||
<div class="post">
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ if eq .Type "blog" }}
|
||||
<span class="post-author">Author: {{ .Params.author }}</span>
|
||||
<br />
|
||||
<span class="post-date">Date: {{ .Date.Format "Mon, Jan 2, 2006" }}</span>
|
||||
<br />
|
||||
<span class="reading-time">Reading Time: {{ .ReadingTime }} minutes</span>
|
||||
{{ end }}
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</main>
|
||||
{{ partial "footer.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,37 +1,11 @@
|
||||
{{ partial "header.html" . }}
|
||||
<body>
|
||||
<p>
|
||||
MicroMDM is an experimental project to build a <a href="https://developer.apple.com/library/content/documentation/Miscellaneous/Reference/MobileDeviceManagementProtocolRef/3-MDM_Protocol/MDM_Protocol.html">Mobile Device Management</a> server for Apple devices. Our goal is to create a performant and extensible device management solution for enterprise and education environments.
|
||||
|
||||
<h2>News</h2>
|
||||
{{ range first 1 .Data.Pages }}
|
||||
<div class="post">
|
||||
<h3 class="post-title"><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
|
||||
{{ .Summary }}
|
||||
{{ if .Truncated }}
|
||||
<span class="read-more-link"><a href="{{ .RelPermalink }}">Read More…</a></span>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<h2>Documentation</h2>
|
||||
<ul>
|
||||
<li>The <a href="https://github.com/micromdm/micromdm/wiki/Quickstart">Quickstart</a> has instructions for getting started.</li>
|
||||
<li>The MicroMDM organization on <a href="https://github.com/micromdm">GitHub</a> has the source code for MicroMDM and related repositories.</li>
|
||||
<li>The <a href="https://github.com/micromdm/micromdm/blob/master/CONTRIBUTING.md">contribution guide</a> describes how you can contribute. </li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<h2>Community</h2>
|
||||
<p>
|
||||
The community around open source MDM is small but growing. If you’re interested in the project and looking to chat with other MDM developers(and users), the best place to start is the <a href="https://macadmins.herokuapp.com/">MacAdmins Slack Team</a>. Some of the channels you can join are <code>#micromdm</code>, <code>#dep</code> and <code>#mdm</code>.
|
||||
</p>
|
||||
</p>
|
||||
|
||||
We also maintain a list of related projects, blog posts and talks on the micromdm wiki <a href="https://github.com/micromdm/micromdm/wiki/Links">page</a>.
|
||||
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
</body>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"{{with .Site.LanguageCode}} xml:lang="{{.}}" lang="{{.}}"{{end}}>
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<main>
|
||||
{{ partial "navigation.html" . }}
|
||||
{{ partial "home.html" . }}
|
||||
</main>
|
||||
{{ partial "footer.html" . }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,3 +1,23 @@
|
||||
<footer class="primary-footer">
|
||||
<div class="primary-footer__container">
|
||||
<div class="primary-footer__logo">
|
||||
<img class="primary-footer__logo-image" src="/images/logo-inverted.svg" />
|
||||
<span class="primary-footer__logo-text">MicroMDM</span>
|
||||
</div>
|
||||
<nav class="primary-footer__navigation">
|
||||
<ul class="primary-footer__navigation-items">
|
||||
<h1 class="primary-footer__navigation-header">Open Source</h1>
|
||||
<li class="primary-footer__navigation-item"><a href="https://github.com/micromdm/micromdm/">View the Code on Github</a></li>
|
||||
</ul>
|
||||
<ul class="primary-footer__navigation-items">
|
||||
<h1 class="primary-footer__navigation-header">Resources</h1>
|
||||
<li class="primary-footer__navigation-item"><a href="/blog">Blog</a></li>
|
||||
<li class="primary-footer__navigation-item"><a href="https://github.com/micromdm/micromdm/wiki">Docs</a></li>
|
||||
<li class="primary-footer__navigation-item"><a href="https://github.com/micromdm/micromdm/releases">Releases</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
@@ -6,5 +26,4 @@
|
||||
|
||||
ga('create', 'UA-97069797-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
|
||||
25
themes/micromdm/layouts/partials/head.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
{{ .Hugo.Generator }}
|
||||
|
||||
{{ if .IsHome }}
|
||||
<title>{{ .Site.Title }}</title>
|
||||
{{ else }}
|
||||
<title>{{ .Title }} · {{ .Site.Title }}</title>
|
||||
{{ end }}
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="/images/manifest.json">
|
||||
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="/css/normalize.css">
|
||||
<link rel="stylesheet" href="/css/micromdm.css">
|
||||
|
||||
<!-- RSS -->
|
||||
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||
</head>
|
||||
@@ -1,35 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"{{with .Site.LanguageCode}} xml:lang="{{.}}" lang="{{.}}"{{end}}>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
{{ .Hugo.Generator }}
|
||||
|
||||
{{ if .IsHome }}
|
||||
<title>{{ .Site.Title }}</title>
|
||||
{{ else }}
|
||||
<title>{{ .Title }} · {{ .Site.Title }}</title>
|
||||
{{ end }}
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="/images/favicon-16x16.png" sizes="16x16">
|
||||
<link rel="manifest" href="/images/manifest.json">
|
||||
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="/css/micromdm.css">
|
||||
|
||||
|
||||
<!-- RSS -->
|
||||
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="logo">
|
||||
<img src="/images/logo.png" />
|
||||
<h1>MicroMDM</h1>
|
||||
</div>
|
||||
{{ partial "sidebar.html" . }}
|
||||
125
themes/micromdm/layouts/partials/home.html
Normal file
@@ -0,0 +1,125 @@
|
||||
<section class="hero">
|
||||
<h1 class="hero__title">MicroMDM</h1>
|
||||
<h2 class="hero__subtitle">bootstrap your mac deployment</h2>
|
||||
<div class="hero__logo">
|
||||
<img class="hero__logo-image" src="/images/logo.svg" />
|
||||
</div>
|
||||
<p class="hero__text">
|
||||
MicroMDM is an experimental project to build a <a target="_blank" href="https://developer.apple.com/library/content/documentation/Miscellaneous/Reference/MobileDeviceManagementProtocolRef/3-MDM_Protocol/MDM_Protocol.html">Mobile Device Management</a>
|
||||
server for Apple devices. Our goal is to create a performant and extensible
|
||||
device management solution for enterprise and education environments.
|
||||
</p>
|
||||
<a class="hero__cta" href="https://github.com/micromdm/micromdm/wiki/Quickstart">Get Started with MicroMDM</a>
|
||||
</section>
|
||||
|
||||
<section class="documentation">
|
||||
<h1 class="documentation__header">Documentation</h1>
|
||||
<ul class="documentation__items">
|
||||
<li class="documentation__item">
|
||||
<header class="documentation__item-header">
|
||||
<h1 class="documentation__item-title">Get started easily</h1>
|
||||
<img class="documentation__item-image" src="/images/micromdm-docs.svg" />
|
||||
</header>
|
||||
<p class="documentation__item-description">
|
||||
Praesent cursus sollicitudin pretium. Phasellus id massa ac augue
|
||||
lacinia euismod at ac tortor. Quisque id elit ex. Mauris elementum
|
||||
feugiat velit at sollicitudin. Etiam suscipit mauris eu tellus
|
||||
consequat convallis.
|
||||
</p>
|
||||
<a class="documentation__item-cta" href="https://github.com/micromdm/micromdm/wiki/Quickstart">View the Quickstart Guide</a>
|
||||
</li>
|
||||
<li class="documentation__item">
|
||||
<header class="documentation__item-header">
|
||||
<h1 class="documentation__item-title">Join the Community</h1>
|
||||
<img class="documentation__item-image" src="/images/slack-logo.svg" />
|
||||
</header>
|
||||
<p class="documentation__item-description">
|
||||
In elit turpis, facilisis vel lacinia vitae, scelerisque a nulla.
|
||||
Vivamus eget nisl turpis. Nunc tortor quam, volutpat quis leo sit amet,
|
||||
pellentesque tincidunt ante.
|
||||
</p>
|
||||
<a class="documentation__item-cta" href="https://macadmins.herokuapp.com/">Join Us On Slack</a>
|
||||
</li>
|
||||
<li class="documentation__item">
|
||||
<header class="documentation__item-header">
|
||||
<h1 class="documentation__item-title">Contribute to microMDM</h1>
|
||||
<img class="documentation__item-image" src="/images/wiki-logo.svg" />
|
||||
</header>
|
||||
<p class="documentation__item-description">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In posuere
|
||||
felis fringilla nisl cursus, sed feugiat odio consectetur.
|
||||
ellentesque vitae magna sodales nibh pretium facilisis sed eget lacus.
|
||||
</p>
|
||||
<a class="documentation__item-cta" href="https://github.com/micromdm/micromdm/wiki/Contribute">Read the Contribution Guide</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="blog-teaser">
|
||||
<h1 class="blog-teaser__header">What's new with MicroMDM?</h1>
|
||||
{{ range first 1 .Data.Pages }}
|
||||
<article class="blog-post">
|
||||
<h1 class="blog-post__title">{{ .Title }}</h1>
|
||||
<p class="blog-post__preview">
|
||||
{{ .Summary }}
|
||||
</p>
|
||||
{{ if .Truncated }}
|
||||
<div class="blog-post__actions">
|
||||
<span class="blog-post__action blog-post__read-more-link">
|
||||
<a href="{{ .RelPermalink }}">Read More…</a>
|
||||
</span>
|
||||
<div class="blog-post__additional-actions">
|
||||
<span class="blog-post__action blog-post__view-all-link">
|
||||
<a href="/blog">View All Articles</a>
|
||||
</span>
|
||||
<span class="blog-post__action blog-post__contribute-link">
|
||||
<a href="#">Contribute An Article</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</article>
|
||||
{{ end }}
|
||||
</section>
|
||||
|
||||
<section class="do-more">
|
||||
<h1 class="do-more__header">Do more with MicroMDM</h1>
|
||||
<ul class="do-more__items">
|
||||
<li class="do-more__item">
|
||||
<header class="do-more__item-header">
|
||||
<img class="do-more__item-image" src="/images/api.svg" />
|
||||
<h1 class="do-more__item-title">Check out the API</h1>
|
||||
</header>
|
||||
<p class="do-more__item-description">
|
||||
In elit turpis, facilisis vel lacinia vitae, scelerisque a nulla.
|
||||
Vivamus eget nisl turpis. Nunc tortor quam, volutpat quis leo sit amet,
|
||||
pellentesque tincidunt ante.
|
||||
</p>
|
||||
<a class="do-more__item-cta" href="https://github.com/micromdm/micromdm/wiki/Contribute">Explore the API</a>
|
||||
</li>
|
||||
<li class="do-more__item">
|
||||
<header class="do-more__item-header">
|
||||
<img class="do-more__item-image" src="/images/octocat.svg" />
|
||||
<h1 class="do-more__item-title">Review the Code</h1>
|
||||
</header>
|
||||
<p class="do-more__item-description">
|
||||
Praesent cursus sollicitudin pretium. Phasellus id massa ac augue
|
||||
lacinia euismod at ac tortor.
|
||||
</p>
|
||||
<a class="do-more__item-cta" href="https://github.com/micromdm/micromdm/wiki/Contribute">View the Source Code</a>
|
||||
</li>
|
||||
<li class="do-more__item">
|
||||
<header class="do-more__item-header">
|
||||
<img class="do-more__item-image" src="/images/branch.svg" />
|
||||
<h1 class="do-more__item-title">Contribute to microMDM</h1>
|
||||
</header>
|
||||
<p class="do-more__item-description">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In posuere
|
||||
felis fringilla nisl cursus, sed feugiat odio consectetur.
|
||||
ellentesque vitae magna sodales nibh pretium facilisis sed eget lacus.
|
||||
</p>
|
||||
<a class="do-more__item-cta" href="https://github.com/micromdm/micromdm/wiki/Contribute">Read the Contribution Guide</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
24
themes/micromdm/layouts/partials/navigation.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<header class="primary-header">
|
||||
<div class="primary-header__logo">
|
||||
<a href="/"><img class="primary-header__logo-image" src="/images/logo.svg" /></a>
|
||||
</div>
|
||||
<nav class="primary-nav">
|
||||
<ul class="primary-nav__items" >
|
||||
<li class="primary-nav__item">
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li class="primary-nav__item">
|
||||
<a href="/blog">Blog</a>
|
||||
</li>
|
||||
<li class="primary-nav__item">
|
||||
<a href="https://github.com/micromdm/micromdm/wiki">Docs</a>
|
||||
</li>
|
||||
<li class="primary-nav__item">
|
||||
<a target="_blank" href="https://github.com/micromdm/micromdm">Code</a>
|
||||
</li>
|
||||
<li class="primary-nav__item">
|
||||
<a target="_blank" href="https://github.com/micromdm/micromdm/releases/latest">Releases</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@@ -1,17 +0,0 @@
|
||||
<div id="sidebar">
|
||||
<h4>Links</h4>
|
||||
<ul>
|
||||
<li><a href="/">micromdm.io<a/></li>
|
||||
<li><a href="https://github.com/micromdm/micromdm">MicroMDM on GitHub<a/></li>
|
||||
<li><a href="https://github.com/micromdm/micromdm/releases/latest">Releases<a/></li>
|
||||
<p/>
|
||||
<li><a href="https://github.com/micromdm/micromdm/wiki/Quickstart">Getting Started<a/></li>
|
||||
<li><a href="https://github.com/micromdm/micromdm/wiki">Documentation<a/></li>
|
||||
<li><a href="https://github.com/micromdm/micromdm/issues">Issue Tracker<a/></li>
|
||||
<p/>
|
||||
<!-- <li><a href="#Community">Community<a/></li> -->
|
||||
<li><a href="mailto:hello@micromdm.io">Contact Us<a/></li>
|
||||
<p/>
|
||||
<li><a href="/blog/"><b>Blog Archive</b><a/></li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -1,83 +1,434 @@
|
||||
html, body {
|
||||
height: 100%;
|
||||
@font-face {
|
||||
font-family: system;
|
||||
font-style: bold;
|
||||
font-weight: 700;
|
||||
src: local(".SFNSText-Bold"), local(".HelveticaNeueDeskInterface-Bold"), local(".LucidaGrandeUI"), local("Ubuntu Bold"), local("Segoe UI Bold"), local("Roboto-Bold"), local("DroidSans"), local("Tahoma");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: system;
|
||||
font-weight: 900;
|
||||
src: local(".SFNSText-Heavy"), local(".HelveticaNeueDeskInterface-Heavy"), local(".LucidaGrandeUI"), local("Ubuntu Heavy"), local("Segoe UI Heavy"), local("Roboto-Heavy"), local("DroidSans"), local("Tahoma");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: system;
|
||||
font-weight: 400;
|
||||
src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
|
||||
}
|
||||
|
||||
/* Global */
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font: 14px Roboto, arial, sans-serif;
|
||||
line-height: 1.45;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
font-family: "system";
|
||||
color: #202532;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
max-width: 50em;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
main {
|
||||
min-height: calc(100vh - 308px);
|
||||
}
|
||||
|
||||
h1 {
|
||||
display: block;
|
||||
font-size: 2em;
|
||||
font-weight: bold;
|
||||
a {
|
||||
font-weight: bold;
|
||||
color: #4a9dff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
float: right;
|
||||
padding-left: 20px;
|
||||
width: 40%;
|
||||
max-width: 250px;
|
||||
background: rgba(73, 188, 255, 0.6);
|
||||
margin: 20px 0 20px 20px;
|
||||
p {
|
||||
max-width: 700px;
|
||||
font-size: 22px;
|
||||
line-height: 1.45;
|
||||
letter-spacing: -0.3px;
|
||||
}
|
||||
|
||||
#sidebar ul, #sidebar li {
|
||||
display: block;
|
||||
list-style-type: disc;
|
||||
section {
|
||||
min-width: 1280px;
|
||||
}
|
||||
|
||||
|
||||
#sidebar h4 {
|
||||
color: black;
|
||||
/* Navigation */
|
||||
.primary-header {
|
||||
width: 1280px;
|
||||
margin: 16px auto;
|
||||
padding: 0 40px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#sidebar a {
|
||||
color: blue;
|
||||
text-decoration: none;
|
||||
cursor: auto;
|
||||
.primary-nav {
|
||||
font-size: 16px;
|
||||
color: #a8b9cd;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
|
||||
.logo {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
.primary-nav__items {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.logo img {
|
||||
max-width: 100%;
|
||||
height: 4em;
|
||||
margin-right: 10px;
|
||||
.primary-nav__item {
|
||||
display: inline-block;
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
.primary-nav__item > a {
|
||||
text-decoration: none;
|
||||
color: #a8b9cd;
|
||||
transition: 0.3s all;
|
||||
}
|
||||
|
||||
.primary-nav__item > a:hover {
|
||||
text-decoration: none;
|
||||
color: #4a9dff;
|
||||
}
|
||||
|
||||
section p {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Blog List */
|
||||
|
||||
.blog-post-list {
|
||||
width: 700px;
|
||||
margin: 100px auto 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.blog-post-list-box {
|
||||
margin: 40px 0;
|
||||
}
|
||||
|
||||
.blog-post-list-box > a {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.blog-post-list-box > .post-date {
|
||||
display: block;
|
||||
margin-top: 10px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.post {
|
||||
width: 700px;
|
||||
margin: 0 auto;
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
.post ul {
|
||||
font-size: 22px;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.post img {
|
||||
max-width: 700px;
|
||||
}
|
||||
|
||||
/* Hero */
|
||||
|
||||
.hero {
|
||||
margin-top: 210px;
|
||||
}
|
||||
|
||||
.hero__title {
|
||||
text-align: center;
|
||||
font-size: 48px;
|
||||
font-weight: 900;
|
||||
letter-spacing: -0.9px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.hero__subtitle {
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
margin-top: 10px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.hero__logo {
|
||||
margin: 60px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hero__logo-image {
|
||||
width: 204px;
|
||||
height: 192px;
|
||||
}
|
||||
|
||||
.hero__cta {
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
display: block;
|
||||
margin: 65px 0 180px 0;
|
||||
}
|
||||
|
||||
.documentation {
|
||||
background-color: #f9f9fb;
|
||||
padding: 80px 0;
|
||||
margin-top: 48px;
|
||||
}
|
||||
|
||||
.documentation__header {
|
||||
text-align: center;
|
||||
margin: 0 0 68px;
|
||||
font-size: 42px;
|
||||
}
|
||||
|
||||
.documentation__items {
|
||||
list-style: none;
|
||||
padding: 48px 20px;
|
||||
width: 1200px;
|
||||
border-radius: 10px;
|
||||
background-color: #fff;
|
||||
box-shadow: 0 8px 20px 0 rgba(32, 37, 50, 0.14);
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.documentation__item {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
width: 397px;
|
||||
text-align: center;
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.documentation__item::after {
|
||||
content: '';
|
||||
border-radius: 2px;
|
||||
background-color: rgba(74, 157, 255, 0.1);
|
||||
width: 2px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.documentation__item:last-child:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.documentation__item-header {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.documentation__item-image {
|
||||
height: 140px;
|
||||
}
|
||||
|
||||
.documentation__item-title {
|
||||
margin: 0 0 25px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.documentation__item-description {
|
||||
font-size: 18px;
|
||||
line-height: 1.67;
|
||||
text-align: center;
|
||||
width: 300px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.documentation__item-cta {
|
||||
display: block;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* Blog Teaser */
|
||||
.blog-teaser {
|
||||
padding: 80px 0;
|
||||
margin-top: 48px;
|
||||
}
|
||||
|
||||
.blog-teaser__header {
|
||||
font-size: 42px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.blog-teaser__header::after {
|
||||
content: '';
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
margin-top: 23px;
|
||||
width: 600px;
|
||||
height: 2px;
|
||||
background-color: rgba(74, 157, 255, 0.1);
|
||||
}
|
||||
|
||||
.blog-post {
|
||||
width: 640px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.blog-post__title {
|
||||
font-weight: normal;
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.blog-post__preview {
|
||||
font-weight: normal;
|
||||
font-size: 18px;
|
||||
line-height: 1.44;
|
||||
}
|
||||
|
||||
.blog-post__actions {
|
||||
position: relative;
|
||||
margin-top: 13px;
|
||||
font-size: 18px;
|
||||
letter-spacing: -0.2px;
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.blog-post__additional-actions {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: -20px;
|
||||
}
|
||||
|
||||
.blog-post__read-more-link {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
||||
}
|
||||
|
||||
code {
|
||||
background: #EFEFEF;
|
||||
font-family: Go, Menlo, monospace;
|
||||
.blog-post__view-all-link {
|
||||
display: inline-block;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #EFEFEF;
|
||||
line-height: 1.4em;
|
||||
font-family: Go, Menlo, monospace;
|
||||
padding: 10px;
|
||||
border-radius: 7px;
|
||||
.blog-post__view-all-link::after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
top: 15px;
|
||||
left: 10px;
|
||||
width: 2px;
|
||||
height: 44px;
|
||||
background-color: rgba(74, 157, 255, 0.2);
|
||||
}
|
||||
|
||||
.do-more {
|
||||
background-color: #f9f9fb;
|
||||
padding: 80px 0;
|
||||
margin-top: 48px;
|
||||
}
|
||||
|
||||
.do-more__header {
|
||||
text-align: center;
|
||||
font-size: 42px;
|
||||
margin: 0 0 50px;
|
||||
}
|
||||
|
||||
.do-more__items {
|
||||
width: 1000px;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.do-more__item {
|
||||
flex: 1;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.do-more__item:nth-child(2n) {
|
||||
margin: 0 50px;
|
||||
}
|
||||
|
||||
|
||||
.screenshot img {
|
||||
width: 100%;
|
||||
.do-more__item-description {
|
||||
font-size: 16px;
|
||||
line-height: 1.88;
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
|
||||
.do-more__item-header {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.do-more__item-cta {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
text-align: center;
|
||||
background: #4a9dff;
|
||||
color: #fff;
|
||||
height: 40px;
|
||||
font-weight: 400;
|
||||
border-radius: 3px;
|
||||
line-height: 40px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
.primary-footer {
|
||||
height: 243px;
|
||||
background: #4a9dff;
|
||||
color: #fff;
|
||||
padding-top: 65px;
|
||||
}
|
||||
|
||||
.primary-footer__container {
|
||||
width: 1170px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.primary-footer__logo {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.primary-footer__logo-text {
|
||||
vertical-align: top;
|
||||
font-weight: normal;
|
||||
position: relative;
|
||||
top: 15px;
|
||||
left: 7px;
|
||||
}
|
||||
|
||||
|
||||
.primary-footer__navigation {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.primary-footer__navigation-items {
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
width: 200px;
|
||||
margin: 0 0 0 116px;
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.primary-footer__navigation-header {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
letter-spacing: 0.8px;
|
||||
}
|
||||
|
||||
|
||||
.primary-footer__navigation-item {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.primary-footer a {
|
||||
font-weight: normal;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
0
themes/micromdm/static/css/normalize.css
vendored
Normal file
22
themes/micromdm/static/images/api.svg
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="160px" height="160px" viewBox="0 0 160 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>api-160</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="api-160">
|
||||
<g id="Group-11">
|
||||
<rect id="Rectangle-18" x="0" y="0" width="160" height="160"></rect>
|
||||
<g id="API-Copy" transform="translate(4.000000, 25.000000)">
|
||||
<g id="Group-14">
|
||||
<path d="M121,20 L6,20 L6,86.6166888 C6,90.5878003 6.23352957,91.7971157 6.89367541,93.0314811 C7.38031917,93.9414258 8.05857422,94.6196808 8.96851893,95.1063246 C10.2028843,95.7664704 11.4121997,96 15.3833112,96 L111.616689,96 C115.5878,96 116.797116,95.7664704 118.031481,95.1063246 C118.941426,94.6196808 119.619681,93.9414258 120.106325,93.0314811 C120.436273,92.4145304 120.659648,91.8038375 120.800558,90.8514394 C121.853825,90.949742 122.921043,91 124,91 C124.951065,91 125.89301,90.9609503 126.824318,90.8843669 C126.584281,93.2338844 126.101643,94.5438866 125.397204,95.8610742 C124.351361,97.8166298 122.81663,99.3513612 120.861074,100.397204 C118.905519,101.443046 116.965801,102 111.616689,102 L15.3833112,102 C10.0341988,102 8.09448133,101.443046 6.13892578,100.397204 C4.18337022,99.3513612 2.64863878,97.8166298 1.60279622,95.8610742 C0.556953667,93.9055187 0,91.9658012 0,86.6166888 L0,6 C0,2.6862915 2.6862915,0 6,0 L121,0 C124.313708,0 127,2.6862915 127,6 L127,23.1305358 C126.011518,23.0441187 125.010911,23 124,23 C122.989089,23 121.988482,23.0441187 121,23.1305358 L121,20 Z M11,14 C13.209139,14 15,12.209139 15,10 C15,7.790861 13.209139,6 11,6 C8.790861,6 7,7.790861 7,10 C7,12.209139 8.790861,14 11,14 Z M23,14 C25.209139,14 27,12.209139 27,10 C27,7.790861 25.209139,6 23,6 C20.790861,6 19,7.790861 19,10 C19,12.209139 20.790861,14 23,14 Z M35,14 C37.209139,14 39,12.209139 39,10 C39,7.790861 37.209139,6 35,6 C32.790861,6 31,7.790861 31,10 C31,12.209139 32.790861,14 35,14 Z" id="Combined-Shape" fill-opacity="0.4" fill="#202532" fill-rule="nonzero"></path>
|
||||
<path d="M36.984375,70 L30.7265625,70 L38.3203125,46.0058594 L46.1074219,46.0058594 L53.6484375,70 L46.9335938,70 L45.5449219,64.796875 L38.390625,64.796875 L36.984375,70 Z M42.1523438,51.4902344 L41.8535156,51.4902344 L39.515625,60.2792969 L44.4550781,60.2792969 L42.1523438,51.4902344 Z M56.0039062,46.0058594 L66.4101562,46.0058594 C72.0878906,46.0058594 74.9355469,49.9433594 74.9355469,54.4960938 C74.9355469,59.1191406 72.0351562,62.8632812 66.3222656,62.8632812 L62.296875,62.8632812 L62.296875,70 L56.0039062,70 L56.0039062,46.0058594 Z M62.2617187,50.7695312 L62.2617187,58.2050781 L64.3886719,58.2050781 C66.9550781,58.2050781 68.5722656,57.0976562 68.5722656,54.4960938 C68.5722656,52.0703125 67.1308594,50.7695312 64.8457031,50.7695312 L62.2617187,50.7695312 Z M84.1464844,70 L84.1464844,46.0058594 L77.8359375,46.0058594 L77.8359375,70 L84.1464844,70 Z" id="API" fill-opacity="0.4" fill="#202532"></path>
|
||||
<path d="M124,52 C121.238576,52 119,54.2385763 119,57 C119,59.7614237 121.238576,62 124,62 C126.761424,62 129,59.7614237 129,57 C129,54.2385763 126.761424,52 124,52 Z M124,68 C117.924868,68 113,63.0751322 113,57 C113,50.9248678 117.924868,46 124,46 C130.075132,46 135,50.9248678 135,57 C135,63.0751322 130.075132,68 124,68 Z" id="Oval" fill="#202532" fill-rule="nonzero"></path>
|
||||
<path d="M118.032152,79.2181818 C115.851707,78.6339759 113.79906,77.737339 111.925132,76.5791912 L104.73433,79.9973125 C103.005583,78.5475473 101.442705,76.9064637 100.078279,75.1066464 L103.616207,67.6638019 C102.731056,65.9753134 102.049551,64.1632844 101.604319,62.2603412 L94.1107167,59.5955117 C94.03741,58.7400875 94,57.8744125 94,57 C94,55.4060809 94.1243046,53.8411947 94.3637484,52.3145067 L102.246694,49.5112213 C102.740886,48.0754086 103.373229,46.703888 104.127842,45.4125383 L100.669978,38.1381279 C102.312088,36.109548 104.213418,34.2994159 106.32357,32.7581271 L113.869902,36.3452479 C114.9484,35.8152992 116.074462,35.3673337 117.239959,35.00948 L119.993956,27.2651485 C121.304438,27.0902736 122.641677,27 124,27 C125.358323,27 126.695562,27.0902736 128.006044,27.2651485 L130.760035,35.0094782 C131.925538,35.3673336 133.051599,35.8152988 134.130097,36.3452472 L141.676425,32.7581239 C143.786582,34.2994159 145.687912,36.109548 147.330022,38.1381279 L143.872158,45.4125383 C144.626771,46.703888 145.259114,48.0754086 145.753306,49.5112213 L153.636252,52.3145067 C153.875695,53.8411947 154,55.4060809 154,57 C154,57.8744125 153.96259,58.7400875 153.889283,59.5955117 L146.395681,62.2603412 C145.950449,64.1632844 145.268944,65.9753134 144.383793,67.6638019 L147.921721,75.1066464 C146.557295,76.9064637 144.994417,78.5475473 143.26567,79.9973125 L136.074868,76.5791912 C134.20094,77.737339 132.148293,78.6339759 129.967848,79.2181818 L127.262898,86.8246064 C126.191179,86.9405243 125.102535,87 124,87 C122.897465,87 121.808821,86.9405243 120.737102,86.8246064 L118.032152,79.2181818 Z M124,73 C132.836556,73 140,65.836556 140,57 C140,48.163444 132.836556,41 124,41 C115.163444,41 108,48.163444 108,57 C108,65.836556 115.163444,73 124,73 Z" id="Combined-Shape" fill="#4A9DFF"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.4 KiB |
13
themes/micromdm/static/images/branch.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="160px" height="160px" viewBox="0 0 160 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>branch-160</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="branch-160">
|
||||
<rect id="Rectangle-18" x="0" y="0" width="160" height="160"></rect>
|
||||
<path d="M107.6,43.301676 C99.6125,43.301676 93.2,49.6703911 93.2,57.603352 C93.2,62.8547486 96.125,67.4357542 100.4,69.8938547 L100.4,71.9050279 C100.4,79.0558659 93.2,86.2067039 86,86.2067039 C80.0375,86.2067039 75.3125,87.4357542 71.6,89.4469274 L71.6,55.5921788 C75.875,53.1340782 78.8,48.5530726 78.8,43.301676 C78.8,35.3687151 72.3875,29 64.4,29 C56.4125,29 50,35.3687151 50,43.301676 C50,48.5530726 52.925,53.1340782 57.2,55.5921788 L57.2,102.407821 C52.925,104.865922 50,109.446927 50,114.698324 C50,122.631285 56.4125,129 64.4,129 C72.3875,129 78.8,122.631285 78.8,114.698324 C78.8,110.899441 77.3375,107.547486 74.975,104.977654 C77.1125,102.407821 80.4875,100.396648 86,100.396648 C100.4,100.396648 114.8,86.0949721 114.8,71.7932961 L114.8,69.7821229 C119.075,67.3240223 122,62.7430168 122,57.4916201 C122,49.5586592 115.5875,43.1899441 107.6,43.1899441 L107.6,43.301676 Z M64.4,36.150838 C68.3375,36.150838 71.6,39.3910615 71.6,43.301676 C71.6,47.2122905 68.3375,50.452514 64.4,50.452514 C60.4625,50.452514 57.2,47.2122905 57.2,43.301676 C57.2,39.3910615 60.4625,36.150838 64.4,36.150838 Z M64.4,121.960894 C60.4625,121.960894 57.2,118.72067 57.2,114.810056 C57.2,110.899441 60.4625,107.659218 64.4,107.659218 C68.3375,107.659218 71.6,110.899441 71.6,114.810056 C71.6,118.72067 68.3375,121.960894 64.4,121.960894 Z M107.6,64.7541899 C103.6625,64.7541899 100.4,61.5139665 100.4,57.603352 C100.4,53.6927374 103.6625,50.452514 107.6,50.452514 C111.5375,50.452514 114.8,53.6927374 114.8,57.603352 C114.8,61.5139665 111.5375,64.7541899 107.6,64.7541899 Z" id="Shape" fill="#202532" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
23
themes/micromdm/static/images/logo-inverted.svg
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="51px" height="48px" viewBox="0 0 51 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>micromdm-logo-sm-invert</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="micro-mdm-in-progress" transform="translate(-199.000000, -2998.000000)">
|
||||
<g id="Group-18" transform="translate(0.000000, 2950.000000)">
|
||||
<g id="footer">
|
||||
<g id="facebook-open-source-w-logo" transform="translate(199.000000, 48.000000)">
|
||||
<g id="micromdm-logo-sm-invert">
|
||||
<polygon id="Triangle" fill="#366BE0" points="34 38 0 20 34 2.27373675e-13"></polygon>
|
||||
<polygon id="Triangle" fill="#FFFFFF" transform="translate(34.000000, 29.000000) rotate(-180.000000) translate(-34.000000, -29.000000) " points="51 48 17 30 51 10"></polygon>
|
||||
<polygon id="Path-3" fill="#80CFFF" points="17 29 0 39 17 48"></polygon>
|
||||
<polygon id="Path-3" fill="#80CFFF" points="51 28 34 38 51 47"></polygon>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
7
themes/micromdm/static/images/logo.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="51" height="48" viewBox="0 0 51 48">
|
||||
<g fill="none" fill-rule="evenodd">
|
||||
<path fill="#366BE0" d="M34 38L0 20 34 0z"/>
|
||||
<path fill="#4A9DFF" d="M17 10l34 18-34 20z"/>
|
||||
<path fill="#80CFFF" d="M17 29L0 39l17 9zM51 28L34 38l17 9z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 319 B |
38
themes/micromdm/static/images/micromdm-docs.svg
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="140px" height="140px" viewBox="0 0 140 140" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>micromdm-docs</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<filter x="-19.8%" y="-14.2%" width="139.6%" height="132.5%" filterUnits="objectBoundingBox" id="filter-1">
|
||||
<feOffset dx="0" dy="2" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
|
||||
<feGaussianBlur stdDeviation="6" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
|
||||
<feColorMatrix values="0 0 0 0 0.125490196 0 0 0 0 0.145098039 0 0 0 0 0.196078431 0 0 0 0.14 0" type="matrix" in="shadowBlurOuter1" result="shadowMatrixOuter1"></feColorMatrix>
|
||||
<feMerge>
|
||||
<feMergeNode in="shadowMatrixOuter1"></feMergeNode>
|
||||
<feMergeNode in="SourceGraphic"></feMergeNode>
|
||||
</feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="micromdm-docs">
|
||||
<g id="micro-mdm-140">
|
||||
<rect id="Rectangle-18" x="0" y="0" width="140" height="140"></rect>
|
||||
<g id="micromdm-docs" filter="url(#filter-1)" transform="translate(22.000000, 6.000000)">
|
||||
<g id="Page-1">
|
||||
<path d="M87.7714286,2.75862069 C87.7714286,1.23586207 86.5426286,0 85.0285714,0 C80.5275429,0 74.0571429,8.27586207 48,8.27586207 L15.0857143,8.27586207 L9.6,8.27586207 C4.29805714,8.27586207 0,12.5986207 0,17.9310345 L0,105.558621 L0,108.965517 C0,110.168276 0.770742857,111.18069 1.83908571,111.558621 C1.92548571,111.590345 2.01325714,111.62069 2.10651429,111.641379 C2.31222857,111.692414 2.52205714,111.724138 2.74285714,111.724138 C3.34217143,111.724138 3.89074286,111.525517 4.34194286,111.198621 C6.40868571,110.088276 9.44777143,107.586207 16.4571429,107.586207 L49.5126857,107.586207 C57.7412571,107.586207 87.7714286,104.670345 87.7714286,97.2551724 L87.7714286,6.89655172 L87.7714286,2.75862069 Z" id="Fill-1" fill="#80CFFF"></path>
|
||||
<path d="M0,16.8353103 C0,15.7511724 0.312685714,14.6918621 0.898285714,13.7925517 C0.898285714,13.7925517 2.66742857,16.5511724 7.99954286,16.5511724 L93.3339429,16.5511724 C94.8068571,16.5511724 96,17.7870345 96,19.3097931 L96,117.240828 C96,118.764966 94.8068571,119.999448 93.3339429,119.999448 L6.66377143,119.999448 C2.98285714,119.999448 0,116.913931 0,113.105655 L0,16.8353103 Z" id="Fill-3" fill="#FFFFFF"></path>
|
||||
<g id="Group-3" transform="translate(22.000000, 25.000000)">
|
||||
<polygon id="Triangle" fill="#366BE0" points="34 38 0 20 34 2.27373675e-13"></polygon>
|
||||
<polygon id="Triangle" fill="#4A9DFF" transform="translate(34.000000, 29.000000) rotate(-180.000000) translate(-34.000000, -29.000000) " points="51 48 17 30 51 10"></polygon>
|
||||
<polygon id="Path-3" fill="#80CFFF" points="17 29 0 39 17 48"></polygon>
|
||||
<polygon id="Path-3" fill="#80CFFF" points="51 28 34 38 51 47"></polygon>
|
||||
</g>
|
||||
</g>
|
||||
<rect id="Rectangle-3" fill="#80CFFF" x="21" y="84" width="55" height="7" rx="2"></rect>
|
||||
<rect id="Rectangle-3" fill="#80CFFF" x="21" y="100" width="41" height="7" rx="2"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
31
themes/micromdm/static/images/octocat.svg
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="160px" height="160px" viewBox="0 0 160 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>octocat-160</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="octocat-160">
|
||||
<g id="Group-15">
|
||||
<rect id="Rectangle-18" x="0" y="0" width="160" height="160"></rect>
|
||||
<g id="octocat-svg" transform="translate(7.000000, 11.000000)" fill-rule="nonzero">
|
||||
<path d="M116,115.50078 C116,123.50897 97.4192516,130 74.5019534,130 C51.5807484,130 33,123.50897 33,115.50078 C33,107.49259 51.5799671,101 74.5019534,101 C97.4192516,101 116,107.49376 116,115.50078 Z" id="puddle" fill="#9CDAF1"></path>
|
||||
<g id="shadow-legs" transform="translate(50.000000, 110.000000)" fill="#7DBBE6">
|
||||
<path d="M12.86625,19.288 L12.86625,8.688 C12.86625,7.3192 12.6238083,6.1744 12.218825,5.2076 C14.9029167,7.3364 15.0842583,12.6856 15.0842583,12.6856 L15.0842583,19.4872 C17.499275,19.6796 19.9934083,19.7964 22.5466833,19.8316 L22.4793167,13.0636 C22.1095833,3.8116 14.3447917,2.6792 14.3447917,2.6792 C11.5071667,2.0212 11.5494667,3.4756 11.8346,4.4152 C9.05063333,-0.4336 1.58938333,0.1928 1.58938333,0.1928 C-0.999925,1.1356 1.40334167,2.8356 1.40334167,2.8356 C5.47158333,4.3456 5.840925,8.8776 5.840925,8.8776 L5.840925,18.3264 C8.08125833,18.7184 10.4273417,19.0424 12.867425,19.2864 L12.86625,19.288 Z" id="Shape"></path>
|
||||
<path d="M45.59,0.192 C45.59,0.192 38.127575,-0.4344 35.344,4.4156 C35.6291333,3.4756 35.6726083,2.02 32.8342,2.6784 C32.8342,2.6784 25.0698,3.8112 24.7000667,13.0628 L24.6319167,19.8412 C27.181275,19.8312 29.6750167,19.7396 32.0947333,19.5728 L32.0947333,12.6852 C32.0947333,12.6852 32.2768583,7.336 34.9601667,5.2072 C34.5551833,6.174 34.3127417,7.3184 34.3127417,8.6876 L34.3127417,19.3976 C36.7465583,19.18 39.0953833,18.886 41.3380667,18.5224 L41.3380667,8.8772 C41.3380667,8.8772 41.7078,4.3452 45.77565,2.8352 C45.77565,2.8312 48.1765667,1.1312 45.58765,0.1872 L45.59,0.192 Z" id="Shape"></path>
|
||||
</g>
|
||||
<path d="M147.890502,55.2884127 L148,54.7450124 C135.81361,52.3073401 123.307719,52.2826934 115.742161,52.5972318 C116.984968,48.1174074 117.358827,42.9627338 117.358827,37.2145843 C117.358827,28.9704711 114.262759,22.375337 109.236391,17.356807 C110.114725,14.5204846 111.287922,8.22150174 108.064758,0.157739529 C108.064758,0.157739529 102.378272,-1.64850878 89.5161196,6.96334827 C84.4776287,5.70362994 79.1153353,5.08159511 73.7452207,5.08159511 C67.8366085,5.08159511 61.866208,5.83429637 56.297823,7.36238948 C43.025052,-1.69584602 37.1657141,0.159695613 37.1657141,0.159695613 C33.3410912,9.72768671 35.7058657,16.8122331 36.4242535,18.5715354 C31.9289529,23.4249719 29.1844536,29.6206735 29.1844536,37.2165404 C29.1844536,42.9509973 29.8371423,48.0954992 31.4311262,52.5667169 C23.8010427,52.2889529 11.7515253,52.3957551 0,54.7465773 L0.107934142,55.2899775 C11.9302423,52.9246803 24.0556265,52.8425248 31.6391732,53.1296779 C31.9903502,54.0552971 32.381807,54.9531398 32.8205827,55.8208588 C25.3211152,56.0626308 12.5156677,57.0187649 0.243633952,60.4822079 L0.394976391,61.0142628 C12.7639945,57.5253907 25.6805046,56.5931209 33.1072339,56.3658239 C37.5880651,64.7214339 46.42224,70.1178795 62.1383897,71.812631 C59.9077508,73.3121653 57.6321393,75.8613344 56.7100063,80.1745005 C53.6702523,81.6290448 44.0476889,85.1793379 38.2743855,75.2455591 C38.2743855,75.2455591 35.0426182,69.3346633 28.8567405,68.8718537 C28.8567405,68.8718537 22.8562279,68.7799178 28.4426019,72.6126695 C28.4426019,72.6126695 32.4576737,74.5053767 35.2279834,81.6180907 C35.2279834,81.6180907 38.8418218,93.749726 56.2810072,89.8575093 L56.2810072,102.388968 C56.2810072,102.388968 55.9122322,106.821455 51.8502324,108.298299 C51.8502324,108.298299 49.450262,109.96058 52.0359886,110.882678 C52.0359886,110.882678 63.2955532,111.806341 63.2955532,102.574014 L63.2955532,88.9091996 C63.2955532,88.9091996 62.8489561,83.4900635 65.5101585,81.6063542 L65.5101585,104.050858 C65.5101585,104.050858 65.3263576,109.405834 62.5572211,111.437423 C62.5572211,111.437423 60.7102176,114.760419 64.7718264,113.838321 C64.7718264,113.838321 72.5243135,112.730395 72.8938706,103.68194 L73.0694591,80.9678883 L74.9328873,80.9678883 L75.1100401,103.68194 C75.4788151,112.730395 83.2316932,113.838321 83.2316932,113.838321 C87.2921287,114.760419 85.4462985,111.437423 85.4462985,111.437423 C82.6775531,109.405834 82.4933611,104.050858 82.4933611,104.050858 L82.4933611,81.8000066 C85.1529992,83.8718911 84.7079664,88.9088084 84.7079664,88.9088084 L84.7079664,102.573623 C84.7079664,111.806341 95.967922,110.882287 95.967922,110.882287 C98.5513023,109.960188 96.1532872,108.297908 96.1532872,108.297908 C92.0916785,106.821064 91.7225124,102.388577 91.7225124,102.388577 L91.7225124,84.4763212 C91.7225124,77.4915351 88.7824803,73.7925796 85.907365,71.8400162 C102.668051,70.1773445 110.7111,64.7632941 114.41723,56.3513489 C121.758707,56.5532168 134.970472,57.4479298 147.608152,61.0142628 L147.758321,60.4822079 C135.192988,56.9366093 122.068431,56.0192058 114.652652,55.8032541 C115.003829,54.953531 115.310424,54.0697721 115.582606,53.1605841 C123.110621,52.8476106 135.675563,52.8515227 147.9081,55.2966282 L147.890502,55.2884127 Z" id="cat" fill="#000000"></path>
|
||||
<path d="M101.291995,37.256122 C104.893293,40.5125134 107,44.4448698 107,48.681722 C107,68.4638227 92.2249636,69 74.0007803,69 C55.7734758,69 41,66.2607063 41,48.681722 C41,44.4729052 43.0770568,40.5650798 46.6338799,37.3219274 C52.5669902,31.9169329 62.6081786,34.7788816 74.0003901,34.7788816 C85.3414946,34.777324 95.3483514,31.8861718 101.290045,37.2541751 L101.291995,37.256122 Z" id="face" fill="#F4CBB2"></path>
|
||||
<path d="M62.5771041,49.498875 C62.5771041,54.746694 59.5376842,59 55.788552,59 C52.0394199,59 49,54.746694 49,49.498875 C49,44.2518059 52.0394199,40 55.788552,40 C59.5376842,40.00375 62.5771041,44.252556 62.5771041,49.498875 L62.5771041,49.498875 Z M99,49.498875 C99,54.746694 95.9605801,59 92.211448,59 C88.4623158,59 85.4228959,54.746694 85.4228959,49.498875 C85.4228959,44.2518059 88.4623158,40 92.211448,40 C95.9605801,40.00375 99,44.252556 99,49.498875 L99,49.498875 Z" id="eyes" fill="#FFFFFF"></path>
|
||||
<g id="Group" transform="translate(51.000000, 43.000000)" fill="#AD5C51">
|
||||
<path d="M9.45512605,6.89206897 C9.45512605,10.5911034 7.42184874,13.5886379 4.91929412,13.5886379 C2.4167395,13.5886379 0.383848739,10.5911034 0.383848739,6.89206897 C0.383848739,3.19184483 2.41519328,0.192724138 4.91929412,0.192724138 C7.42030252,0.192724138 9.45357983,3.19065517 9.45357983,6.89048276 L9.45512605,6.89206897 Z M45.9536134,6.89206897 C45.9536134,10.5911034 43.9203361,13.5886379 41.4177815,13.5886379 C38.9152269,13.5886379 36.8823361,10.5911034 36.8823361,6.89206897 C36.8823361,3.19184483 38.9136807,0.192724138 41.4177815,0.192724138 C43.9187899,0.192724138 45.9520672,3.19065517 45.9520672,6.89048276 L45.9536134,6.89206897 Z" id="pupils"></path>
|
||||
<ellipse id="nose" cx="21.6134454" cy="15.6875862" rx="1.70122689" ry="1.74522414"></ellipse>
|
||||
<path d="M17.6435294,20.1012069 C17.5430252,19.8085517 17.6930084,19.4885345 17.9763529,19.385431 C18.2612437,19.2823276 18.5739664,19.4361897 18.674084,19.7268621 C19.112437,20.9950345 20.2848571,21.8468276 21.592958,21.8468276 C22.9010588,21.8468276 24.073479,20.995431 24.5118319,19.7268621 C24.6123361,19.4342069 24.9242857,19.2823276 25.209563,19.385431 C25.4948403,19.4885345 25.6428908,19.8085517 25.5427731,20.1012069 C24.9517311,21.8158966 23.3629916,22.9678793 21.592958,22.9678793 C19.8229244,22.9678793 18.2376639,21.8218448 17.6462353,20.1047759 L17.6435294,20.1012069 Z" id="mouth"></path>
|
||||
</g>
|
||||
<path d="M31.3962414,70.8343576 C31.3962414,71.2948822 30.8592336,71.6667538 30.1981207,71.6667538 C29.5373981,71.6667538 29,71.2948822 29,70.8343576 C29,70.3734407 29.5373981,70 30.1981207,70 C30.8592336,70 31.3962414,70.3726562 31.3962414,70.8355344 L31.3962414,70.8343576 Z M34.7135138,72.6858704 C34.7135138,73.146395 34.1765059,73.5182667 33.515393,73.5182667 C32.8546704,73.5182667 32.3172723,73.146395 32.3172723,72.6858704 C32.3172723,72.2249536 32.8546704,71.8515129 33.515393,71.8515129 C34.1765059,71.8515129 34.7135138,72.224169 34.7135138,72.6870473 L34.7135138,72.6858704 Z M36.740172,75.0944062 C36.740172,75.5549308 36.2031642,75.9268025 35.5420513,75.9268025 C34.8813287,75.9268025 34.3439306,75.5549308 34.3439306,75.0944062 C34.3439306,74.6334894 34.8813287,74.2600486 35.5420513,74.2600486 C36.2031642,74.2600486 36.740172,74.6327048 36.740172,75.095583 L36.740172,75.0944062 Z M38.5822338,77.8716755 C38.5822338,78.3322001 38.045226,78.7040718 37.3841131,78.7040718 C36.7233905,78.7040718 36.1859924,78.3322001 36.1859924,77.8716755 C36.1859924,77.4107586 36.7233905,77.0373179 37.3841131,77.0373179 C38.045226,77.0373179 38.5822338,77.4099741 38.5822338,77.8728523 L38.5822338,77.8716755 Z M40.6069408,80.464578 C40.6069408,80.9251026 40.0699329,81.2969743 39.40882,81.2969743 C38.7480974,81.2969743 38.2106993,80.9251026 38.2106993,80.464578 C38.2106993,80.0036612 38.7480974,79.6302205 39.40882,79.6302205 C40.0699329,79.6302205 40.6069408,80.0028766 40.6069408,80.4657549 L40.6069408,80.464578 Z M43.3739361,82.6848244 C43.3739361,83.145349 42.8369283,83.5172206 42.1758154,83.5172206 C41.5150928,83.5172206 40.9776947,83.145349 40.9776947,82.6848244 C40.9776947,82.2239075 41.5150928,81.8504668 42.1758154,81.8504668 C42.8369283,81.8504668 43.3739361,82.223123 43.3739361,82.6860012 L43.3739361,82.6848244 Z M47.2414854,84.1676038 C47.2414854,84.6281284 46.7044776,85 46.0433647,85 C45.3826421,85 44.845244,84.6281284 44.845244,84.1676038 C44.845244,83.7066869 45.3826421,83.3332462 46.0433647,83.3332462 C46.7044776,83.3332462 47.2414854,83.7059024 47.2414854,84.1687806 L47.2414854,84.1676038 Z M51.093424,84.1676038 C51.093424,84.6281284 50.5564161,85 49.8953033,85 C49.2345807,85 48.6971826,84.6281284 48.6971826,84.1676038 C48.6971826,83.7066869 49.2345807,83.3332462 49.8953033,83.3332462 C50.5564161,83.3332462 51.093424,83.7059024 51.093424,84.1687806 L51.093424,84.1676038 Z M55,83.5242815 C55,83.9848061 54.4629921,84.3566777 53.8018793,84.3566777 C53.1411567,84.3566777 52.6037586,83.9848061 52.6037586,83.5242815 C52.6037586,83.0633646 53.1411567,82.6899239 53.8018793,82.6899239 C54.4629921,82.6899239 55,83.0625801 55,83.5254583 L55,83.5242815 Z" id="octo" fill="#C3E4D8"></path>
|
||||
<path d="M27.0002011,73 L26.0237544,77.2089435 C26.0237544,77.2089435 25.7689738,78.7301202 26.9282256,79 C28.1384336,78.9708451 28.0384322,77.5710158 27.954673,77.116357 L27.0002011,73 Z" id="drop" fill="#9CDAF1"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
33
themes/micromdm/static/images/slack-logo.svg
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="140px" height="140px" viewBox="0 0 140 140" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>slack-140</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="slack-140">
|
||||
<g>
|
||||
<rect id="Rectangle-18" x="0" y="0" width="140" height="140"></rect>
|
||||
<g id="slack-logo" transform="translate(13.000000, 24.000000)">
|
||||
<g id="text" transform="translate(0.000000, 57.000000)" fill-rule="nonzero" fill="#202532">
|
||||
<path d="M20.1733929,13.5954536 C21.6873934,14.2595993 21.8069198,14.728408 20.6116562,16.9552496 C19.3765505,19.2211585 19.0976557,19.3774281 17.5836552,18.7914171 C15.7110756,18.0100692 13.2807063,17.4240583 11.7268637,17.4240583 C9.17696807,17.4240583 7.50359907,18.3226084 7.50359907,19.6899672 C7.50359907,24.1827177 22.0858146,21.7605392 22.0858146,31.2929836 C22.0858146,36.0982733 17.86255,39.3017997 11.5674952,39.3017997 C8.26059933,39.3017997 4.15686108,38.2079126 1.32807063,36.8014864 C-0.0664035316,36.0982733 -0.185929888,35.7075993 1.0491758,33.402623 C2.08507089,31.4101858 2.44364996,31.1757815 3.95765048,31.8008598 C6.34817762,32.8166121 9.41602078,33.6370274 11.4479688,33.6370274 C13.7588117,33.6370274 15.3126544,32.6994099 15.3126544,31.3711184 C15.3126544,27.0346376 0.451544015,29.1052095 0.451544015,19.8462368 C0.451544015,14.923745 4.63496651,11.6420838 10.8901792,11.6420838 C13.9181802,11.6030164 17.6234973,12.4624991 20.1733929,13.5954536 Z" id="Shape"></path>
|
||||
<path d="M31.9666601,2.26590893 L31.9666601,37.8953735 C31.9666601,38.442317 31.3690283,38.9892605 30.572186,38.9892605 L26.7473425,38.9892605 C25.910658,38.9892605 25.3528684,38.4032496 25.3528684,37.8953735 L25.3528684,2.26590893 C25.3528684,0.507876139 25.8708159,0.351606558 28.6597642,0.351606558 C31.8471338,0.312539163 31.9666601,0.546943534 31.9666601,2.26590893 Z" id="Shape"></path>
|
||||
<path d="M59.1389852,22.2684153 L59.1389852,37.6219017 C59.1389852,38.442317 58.5413535,38.9892605 57.7445111,38.9892605 L53.9595098,38.9892605 C53.0829832,38.9892605 52.4853514,38.3641822 52.5650356,37.5046995 L52.6048777,35.8638689 C50.5729297,38.0907104 47.6246129,39.2627323 44.6762961,39.2627323 C38.9788731,39.2627323 35.1540296,36.0201385 35.1540296,31.2148489 C35.1540296,26.0970201 39.4569785,22.6200219 45.9512439,22.6200219 C48.4214552,22.6200219 50.6526139,23.0497632 52.4853514,23.7920437 L52.4853514,22.034011 C52.4853514,19.2211585 50.2143506,17.5412605 46.3496651,17.5412605 C44.5567697,17.5412605 42.325611,18.2444736 40.5725578,19.2602259 C39.2179258,20.0025064 38.8991888,19.963439 37.4250304,17.8147323 C35.9907141,15.6660255 36.0305562,15.2753516 37.4250304,14.3768015 C40.0944524,12.6969035 43.6802431,11.6030164 46.987139,11.6030164 C54.4376152,11.6030164 59.1389852,15.5488233 59.1389852,22.2684153 Z M41.5287687,31.1757815 C41.5287687,33.011949 43.1224534,34.2230383 45.4731384,34.2230383 C48.341771,34.2230383 50.9713509,32.8556795 52.4853514,30.5507031 L52.4853514,28.167592 C50.9713509,27.5815811 49.0987713,27.2690419 47.4652444,27.2690419 C43.8794537,27.2690419 41.5287687,28.9098725 41.5287687,31.1757815 Z" id="Shape"></path>
|
||||
<path d="M85.0363626,13.634521 C86.4308367,14.4158689 86.4706789,14.8456102 84.9566783,17.1505865 C83.5223621,19.3383607 83.2833093,19.4555629 81.7294667,18.7132824 C80.5740453,18.1272714 78.7014657,17.6193953 77.1874651,17.6193953 C72.4064109,17.6193953 69.2190413,20.7057195 69.2190413,25.393807 C69.2190413,30.238164 72.4064109,33.5198252 77.1874651,33.5198252 C78.8608341,33.5198252 80.9326243,32.8947469 82.2872564,32.1524663 C83.6817305,31.3711184 83.9606254,31.4101858 85.4347838,33.5198252 C86.7495737,35.4731949 86.7495737,35.9420037 85.5543101,36.762419 C83.4028357,38.2079126 80.0560977,39.3017997 77.0679388,39.3017997 C68.2229884,39.3017997 62.2865126,33.7542296 62.2865126,25.393807 C62.2865126,17.1115191 68.2229884,11.6030164 77.147623,11.6030164 C79.8568871,11.6030164 83.0442566,12.5015665 85.0363626,13.634521 Z" id="Shape"></path>
|
||||
<path d="M113.961741,35.6294645 C115.07732,36.9968234 114.639057,37.5046995 111.850109,38.4813844 C109.021318,39.4971367 108.622897,39.4190019 107.626844,38.1688452 L99.6982624,27.8159855 L96.1523138,31.1757815 L96.1523138,37.8953735 C96.1523138,38.442317 95.554682,38.9892605 94.7578396,38.9892605 L90.9329962,38.9892605 C90.0963117,38.9892605 89.538522,38.4032496 89.538522,37.8953735 L89.538522,2.26590893 C89.538522,0.507876139 90.0564696,0.351606558 92.8454179,0.351606558 C96.0726295,0.351606558 96.1523138,0.58601093 96.1523138,2.26590893 L96.1523138,22.5028197 L106.98937,12.3062295 C108.184634,11.2123425 108.86195,11.2904772 110.973582,12.6578361 C113.324267,14.1423971 113.483636,14.5721385 112.368056,15.6269581 L104.319948,23.3623024 L113.961741,35.6294645 Z" id="Shape"></path>
|
||||
</g>
|
||||
<g id="pound-color" transform="translate(32.000000, 0.114931)">
|
||||
<rect id="Rectangle-4" fill="#89D3DF" transform="translate(23.154587, 17.395910) rotate(-18.000000) translate(-23.154587, -17.395910) " x="0.886839676" y="12.9599785" width="44.5354948" height="8.87186208" rx="4.43593104"></rect>
|
||||
<rect id="Rectangle-4" fill="#E01A59" transform="translate(28.637699, 34.271194) rotate(-18.000000) translate(-28.637699, -34.271194) " x="6.36995199" y="29.835263" width="44.5354948" height="8.87186208" rx="4.43593104"></rect>
|
||||
<rect id="Rectangle-5" fill="#63C1A0" transform="translate(17.424989, 28.585997) rotate(-18.000000) translate(-17.424989, -28.585997) " x="12.9714392" y="6.40634151" width="8.90709896" height="44.3593104" rx="4.45354948"></rect>
|
||||
<rect id="Rectangle-5" fill="#ECB32D" transform="translate(34.367298, 23.081107) rotate(-18.000000) translate(-34.367298, -23.081107) " x="29.9137483" y="0.901451614" width="8.90709896" height="44.3593104" rx="4.45354948"></rect>
|
||||
<rect id="Rectangle-7" fill="#AB184D" transform="translate(20.166545, 37.023639) rotate(-18.000000) translate(-20.166545, -37.023639) " x="15.7129954" y="32.5877079" width="8.90709896" height="8.87186208"></rect>
|
||||
<rect id="Rectangle-8" fill="#399989" transform="translate(14.683433, 20.148354) rotate(-18.000000) translate(-14.683433, -20.148354) " x="10.2298831" y="15.7124234" width="8.90709896" height="8.87186208"></rect>
|
||||
<rect id="Rectangle-9" fill="#819C3C" transform="translate(31.625742, 14.643465) rotate(-18.000000) translate(-31.625742, -14.643465) " x="27.1721921" y="10.2075335" width="8.90709896" height="8.87186208"></rect>
|
||||
<rect id="Rectangle-6" fill="#BD1E24" transform="translate(37.108854, 31.518749) rotate(-18.000000) translate(-37.108854, -31.518749) " x="32.6553044" y="27.082818" width="8.90709896" height="8.87186208"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.2 KiB |
39
themes/micromdm/static/images/wiki-logo.svg
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="140px" height="140px" viewBox="0 0 140 140" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>wiki-140</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<path d="M2,0 L49,0 L68,17 L68,89 L68,89 C68,90.1045695 67.1045695,91 66,91 L2,91 L2,91 C0.8954305,91 1.3527075e-16,90.1045695 0,89 L0,2 L-2.22044605e-16,2 C-3.57315355e-16,0.8954305 0.8954305,2.02906125e-16 2,0 Z" id="path-1"></path>
|
||||
<path d="M57.7098661,2.53275019 L3.91407903,55.9219218 L0.207296715,70.1863184 L0.207296715,70.1863184 C0.137844358,70.4535841 0.298203799,70.7265481 0.565469549,70.7960004 C0.643307797,70.8162277 0.724876725,70.8173802 0.803255409,70.7993604 L14.6658701,67.6122351 L68.5871192,12.5945833 L68.5871192,12.5945833 C71.3498294,9.77569781 71.3042903,5.25092051 68.4854048,2.48821033 C68.4358834,2.43967573 68.3856582,2.39186442 68.3347452,2.34479159 L68.3347452,2.34479159 L68.3347452,2.34479159 C65.3142294,-0.447900086 60.629715,-0.365029044 57.7098661,2.53275019 Z" id="path-2"></path>
|
||||
</defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="wiki-140">
|
||||
<g>
|
||||
<rect id="Rectangle-18" x="0" y="0" width="140" height="140"></rect>
|
||||
<g id="wiki-logo" transform="translate(25.000000, 23.000000)">
|
||||
<g id="Rectangle-10">
|
||||
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
|
||||
<path stroke="#1AC5FF" stroke-width="4" d="M66,17.8942208 L48.2358709,2 L2,2 L2,89 L66,89 L66,17.8942208 Z"></path>
|
||||
</g>
|
||||
<rect id="Rectangle-13" fill="#5CCAFF" x="14" y="33" width="40" height="6" rx="1"></rect>
|
||||
<rect id="Rectangle-13" fill="#5CCAFF" x="14" y="50" width="34" height="6" rx="1"></rect>
|
||||
<rect id="Rectangle-13" fill="#5CCAFF" x="14" y="68" width="22" height="6" rx="1"></rect>
|
||||
<rect id="Rectangle-11" fill="#00C0FF" x="45" y="3" width="4" height="18"></rect>
|
||||
<rect id="Rectangle-12" fill="#00C0FF" x="45" y="17" width="22" height="4"></rect>
|
||||
<g id="Group-13" transform="translate(38.000000, 3.000000)">
|
||||
<mask id="mask-3" fill="white">
|
||||
<use xlink:href="#path-2"></use>
|
||||
</mask>
|
||||
<use id="Path-7" fill="#FDBD39" xlink:href="#path-2"></use>
|
||||
<path d="M5.62874262,56.7007974 L50.6287426,11.7007974" id="Path-10" stroke="#FFCC00" stroke-width="4" stroke-linecap="round" mask="url(#mask-3)"></path>
|
||||
<path d="M-2.21125366,71.9271156 L3.77204487,54.1556342 C3.91866948,57.9189168 5.17214918,60.9443785 7.53248399,63.2320191 C9.8928188,65.5196598 13.1295633,67.1754299 17.2427174,68.1993296 L-2.21125366,71.9271156 Z" id="Path-2" fill="#F9DBCE" mask="url(#mask-3)"></path>
|
||||
<path d="M50.6582195,9.42507104 L57.9150269,2.23707832 L57.9150269,2.23707832 C60.8755514,-0.695372168 65.6167042,-0.787495198 68.6889091,2.02773627 L68.6889091,2.02773627 L68.6889091,2.02773627 C71.6613141,4.7515156 71.862865,9.36918538 69.1390857,12.3415904 C69.1074284,12.3761374 69.0754392,12.4103788 69.0431225,12.4443098 L62.7117661,19.0919399 L50.6582195,9.42507104 Z" id="Path-8" fill="#FF99A1" mask="url(#mask-3)"></path>
|
||||
<polygon id="Path-9" fill="#DADDE2" mask="url(#mask-3)" points="48.35654 11.4146971 60.4568403 21.6967142 66.2291412 15.6424234 54.0540965 5.32345881"></polygon>
|
||||
<circle id="Oval-3" fill="#5F6269" mask="url(#mask-3)" cx="1" cy="70" r="3"></circle>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.9 KiB |