-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathrefactoredenter.html
103 lines (92 loc) · 3.76 KB
/
refactoredenter.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
{% load static %}
<div class="container-main">
<div>
<img class="center-image" src="../static/images/brands.png" alt="">
</div>
<div class="container-inner">
<div class="left">
<h3 class="title-heading">
What are Favicons?
</h3>
<p class="center-p">
Favicons are the little icons that appear next to the webpage title in a browser tab to represent
a website or web page.
It serves as a visual identifier for users to spot your website around the web.
</p>
</div>
<div class='right'>
<div class="empty">
<div class="flex-image">
<img class="center-image1" id="flex-1" src="../static/images/Group 144.png" alt=""></img>
<img class="center-image2" id="flex-2" src="../static/images/Group 144.png" alt=""></img>
<img class="center-image3" id="flex-3" src="../static/images/Group 144.png" alt=""></img>
</div>
</div>
</div>
</div>
<div class="container-inner-center">
<p class="center-p2 down" id='how-it-works'>
The easiest way to get and use a favicon for your website
</p>
</div>
<div class="container-inner">
<div class='right'>
<div class="empty">
<img class="center-image" src="../static/images/Image upload-pana 1.png" alt="">
</div>
</div>
<div class='left'>
<h3 class="container-inner-header"><span class="num"> 01.</span> Upload your file
</h3>
<p class="center-p">
Select an image from your files list
<small> (GIF, SVG, JPEG, PNG)</small>.
</p>
<button class="get-started">Get started</button>
</div>
</div>
<div class="container-inner">
<div class='left'>
<h3 class="container-inner-header"><span class="num"> 02.</span> Generate favicon
</h3>
<p class="center-p">
Generate selected icon and save them easily. <small> Don’t forget to copy the embedded code.</small>
</p>
<button class="get-started">Get started</button>
</div>
<div class='right'>
<div class="empty">
<img class="center-image" src="../static/images/Process-pana 1.png" alt="">
</div>
</div>
</div>
<div class="container-inner">
<div class='right'>
<div class="empty">
<img class="center-image" src="../static/images/Rectangle 445.png" alt="">
</div>
</div>
<div class='left'>
<h3 class="container-inner-header"><span class="num"> 03.</span> Add it to your website
</h3>
<p class="center-p">
Used saved icon file and upload them to your websites.
</p>
<button class="get-started">Get started</button>
</div>
</div>
<div class="container-inner-bottom">
<div class="container-7-div center-cont">
<h4 class="container-7-p1">
Why you need a Favicon?
</h4>
<p class="container-7-p2">
To help users easily recognise your tab and not having to waste time trying to read the tab name which
can
improve user experience, to create a platform that allows users to generate
Favicons- both icons and related codes embed and many others.
</p>
<button class="get-started-bottom">Learn Mor</button>
</div>
</div>
</div>