This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfigma.html
174 lines (164 loc) · 7.47 KB
/
figma.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="Figma Plugin - Insert professionally designed dummy logos of company directly into FigmaApp | Download free Professional logos for design mockup" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<meta name="keywords" content="uilogos, logos, Figmaapp, Figma, ui, plugin, Figmaplugin, realvjy" />
<meta property="og:image" content="https://uilogos.co/img/figma-preview.jpg" />
<meta property="og:title" content="uiLogos - Free logos for mockup | Figma Plugin" />
<meta property="og:type" content="webiste" />
<meta property="og:url" content="https://uilogos.co/figma" />
<meta property="og:description" content="Figma plugin - insert professionally designed logos in design" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://uilogos.co/figma">
<meta name="twitter:title" content="uiLogos - Free logos for mockup | Figma Plugin">
<meta name="twitter:creator" content="@realvjy">
<meta name="twitter:image" content="https://uilogos.co/img/figma-preview.jpg">
<title>uiLogos | Figma plugin</title>
<link rel="icon" href="img/favicon-64x64.png">
<link rel="stylesheet" href="css/main.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129319602-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-129319602-1');
</script>
<!-- End Google tracking -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PZ57P56');</script>
<!-- End Google Tag Manager -->
<!-- End Tag manager-->
</head>
<body onmouseover="" id="figma-page">
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Your customer chat code -->
<div class="fb-customerchat"
attribution=setup_tool
page_id="488133278362057"
theme_color="#2562EA">
</div>
<!-- End Facebook -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PZ57P56"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<nav class="f-nav">
<div class="f-container">
<div class="nav-wrap">
<div class="f-uilogos">
<a href="/">
<img src="img/uilogos-mark.svg"/>
</a>
</div>
<div class="f-menu">
<ul>
<li>
<a href="/">
Home
</a>
</li>
<li>
<a href="https://www.buymeacoffee.com/realvjy"">
Donate
</a>
</li>
<li class="f-nav-btn">
<a href="https://twitter.com/intent/tweet?text=Loreum%20ipusm%20for%20logos.%20Insert%20dummy%20logos%20of%20companies%20into%20your%20figma%20or%20figjam%20file%20quickly.%20https%3A%2F%2Fuilogos.co%2Ffigma%20by%20%40realvjy">
Show love <img src="img/twitter.svg" />
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<section class="f-hero">
<div class="f-container">
<div class="f-hero-wrap">
<div class="image">
<img src="img/figma/plugin-home.png" alt="uilogos">
</div>
<div class="content">
<img src="img/figma/plugin-logo.png" class="f-plugin-logo">
<p>Loreum ipusm for logos. Insert dummy logos of companies into your figma or figjam file quickly. The plugin also includes 194 flags of countries as well as popular brand logos.
</p>
<div class="f-dwn-btns">
<a href="https://www.figma.com/community/plugin/1120667703468196103/uiLogos" class="btn-fill"> <img src="img/figma.svg" /> <span>Install it now on figma</span></a>
<a href="https://www.buymeacoffee.com/realvjy" class="btn-outline"> <img src="img/bmc.svg" /> <span>Donate & Support</span></a>
</div>
</div>
</div>
</div>
</section>
<section class="tutorial">
<div class="f-container">
<div class="logotype f-titles">
<h2>demo</h2>
<h3>LOGOTYPES</h3>
<div class="demo-wrap">
<video autoplay loop muted src="https://3dicons.sgp1.cdn.digitaloceanspaces.com/uilogos/logotype.mp4"><source src="https://3dicons.sgp1.cdn.digitaloceanspaces.com/uilogos/logotype.mp4" type="video/mp4"></video>
</div>
</div>
<div class="logotype f-titles">
<h3>LOGOMARKS</h3>
<div class="demo-wrap">
<video autoplay loop muted src="https://3dicons.sgp1.cdn.digitaloceanspaces.com/uilogos/logomarks.mp4"><source src="https://3dicons.sgp1.cdn.digitaloceanspaces.com/uilogos/logotype.mp4" type="video/mp4"></video>
</div>
</div>
<div class="logotype f-titles">
<h3>BRAND LOGOS</h3>
<div class="demo-wrap">
<video autoplay loop muted src="https://3dicons.sgp1.cdn.digitaloceanspaces.com/uilogos/brands.mp4"><source src="https://3dicons.sgp1.cdn.digitaloceanspaces.com/uilogos/logotype.mp4" type="video/mp4"></video>
</div>
</div>
<div class="logotype f-titles">
<h3>Country Flags</h3>
<div class="demo-wrap">
<video autoplay loop muted src="https://3dicons.sgp1.cdn.digitaloceanspaces.com/uilogos/country-flags.mp4"><source src="https://3dicons.sgp1.cdn.digitaloceanspaces.com/uilogos/logotype.mp4" type="video/mp4"></video>
</div>
</div>
</div>
</section>
<section class="opensource">
<div class="f-container">
<div class="github">
<img src="https://uilogos.co/uilogos/brand/color/octicons-github.png" alt="github" class="f-git"/>
<h2>Open Source</h2>
<p>This plugin source code is opensource. You can grab the source code for this plugin on github. You are free to contribute or create your own plugin using it.</p>
<div class="f-footer-btn">
<a href="https://github.com/realvjy/uilogos-figma" class="btn-fill"> <img src="img/github.svg" /> <span>Check on Github</span></a>
<a href="https://www.buymeacoffee.com/realvjy" class="btn-outline"> <img src="img/bmc.svg" /> <span>Donate & Support</span></a>
</div>
</div>
</div>
</section>
<footer>
<div class="menu">
<ul>
<li><a href="https://github.com/realvjy/uilogos-figma" target="_blank">GitHub</a></li>
<li><a href="http://bit.ly/2E3uMER">License</a></li>
</ul>
</div>
<div class="credit">
<h4>Design and Dev: <span class="author"><a href="https://twitter.com/realvjy" target="_blank">vijay verma</a></span></h4>
</div>
</footer>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" charset="utf-8"></script>
</body>
</html>