-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (128 loc) · 8.53 KB
/
index.html
File metadata and controls
130 lines (128 loc) · 8.53 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Welcome to Gmail</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS -->
<script defer src="https://use.fontawesome.com/releases/v5.8.2/js/all.js" integrity="sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH" crossorigin="anonymous"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Plugins CSS -->
<link rel="stylesheet" href="assets/plugins/prism/prism.css">
<link rel="stylesheet" href="assets/plugins/lightbox/dist/ekko-lightbox.css">
<link rel="stylesheet" href="assets/plugins/elegant_font/css/style.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head>
<body class="body-pink">
<div class="page-wrapper">
<!-- ******Header****** -->
<div class="doc-wrapper">
<div class="container">
<div id="doc-header" class="doc-header text-center">
<h1 class="doc-title"><span><img src="http://dubewarsagar.github.io/documentation/assets/images/gmail_icon.png" style="max-width: 40px; margin-top: -7px" /></span> GMAIL</h1>
</div>
<!--//doc-header-->
<div class="doc-body row" >
<div class="doc-content col-md-9 col-12 order-1">
<div class="content-inner">
<section id="sec1" class="doc-section">
<h2>Welcome to Gmail</h2>
<p>Gmail is a free email service developed by Google. You can access Gmail on the web and using third-party programs that synchronize email content through POP or IMAP protocols. Gmail started as a limited beta release on April 1, 2004, and ended its testing phase on July 7, 2009.</p>
<p>In this tutorial, we will learn how to create a new account and how to access that Gmails using any web browsers.</p>
</section>
<!--//doc-section-->
<section id="sec2" class="doc-section">
<h2>Signing Up to Gmail</h2>
<p>You can access emails service from Google using any available browser installed on your system. This service offered by Google requires an active Internet connection and Google does not charge its consumers directly for using this service.</p>
<p>To access Gmails, you must first create your account on Gmail.</p>
<p>To sign up or create an account for Gmail:</p>
<ol>
<li>Launch any available browser and navigate to <i><a href="https://mail.google.com">Gmail URL</a></i>.</li>
<li>Click Create account and then select <b>For myself</b>.</li>
<li>Enter <b>First name</b>, <b>Last name</b>, <b>Username</b>, and <b>Password</b>.<br/>
Use <span><img src="http://dubewarsagar.github.io/documentation/assets/images/eye.png"/></span> to view the password. <br/>
<img src="http://dubewarsagar.github.io/documentation/assets/images/gmail_1.png" style="padding:30px"/>
</li>
<li>Click <b>Next</b>.</li>
<li>
Enter optional details like <b>Phone number</b> and <b>Recovery email address</b>.<br/>
This will help in case of forgetting the password you entered while signing up to the Gmail service.
<br/>
<img src="http://dubewarsagar.github.io/documentation/assets/images/gmail_2.png" style="padding:30px"/>
</li>
<li>Enter <b>Your date of birth</b> and select <b>Gender</b>.</li>
<li>Click <b>Next</b>.</li>
<li>Agree to <b>Privacy and Terms</b>.</li>
</ol>
<p>Congratulations! You are done. You can now access Gmail service using any Web browser with an active Internet connection.</p>
</section>
<!--//doc-section-->
<section id="sec3" class="doc-section">
<h2>Accessing Gmails</h2>
<p>Once you have signed up to the Gmail service, you can access your Gmail account using any browser from any corner of the world!</p>
<p><b>To sign in to your Gmail account:</b></p>
<ol>
<li>Launch any available browser and navigate to <i><a href="https://mail.google.com">Gmail URL.</a></i></li>
<li>Click <b>Sign in</b>.</li>
<li>Enter <b>Username</b> and then click <b>Next</b>.</li>
<li>
Enter <b>Password</b> and then click <b>Sign In</b>.
<ul>
<li>Here you can see all the emails that you have received.</li>
<li>Click any of the received emails to view what's inside it.</li>
<li>To send a new email, click <b>Create</b>.</li>
</ul>
</li>
</ol>
</section>
<!--//doc-section-->
</div>
<!--//content-inner-->
</div>
<!--//doc-content-->
<div class="doc-sidebar col-md-3 col-12 order-0 d-none d-md-flex">
<div id="doc-nav" class="doc-nav">
<nav id="doc-menu" class="nav doc-menu flex-column sticky">
<a class="nav-link scrollto" href="#sec1">Welcome to Gmail</a>
<a class="nav-link scrollto" href="#sec2">Signing Up to Gmail</a>
<a class="nav-link scrollto" href="#sec3">Accessing Gmails</a>
</nav>
<!--//doc-menu-->
</div>
<!--//doc-nav-->
</div>
<!--//doc-sidebar-->
</div>
<!--//doc-body-->
</div>
<!--//container-->
</div>
<!--//doc-wrapper-->
</div>
<!--//page-wrapper-->
<footer id="footer" class="footer text-center">
<div class="container">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can buy the commercial license via our website: themes.3rdwavemedia.com */-->
<small class="copyright">Designed with <i class="fa fa-heart"></i> by Sagar Dubewar</small>
</div>
<!--//container-->
</footer>
<!--//footer-->
<!-- Main Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/prism/prism.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/plugins/lightbox/dist/ekko-lightbox.min.js"></script>
<script type="text/javascript" src="assets/plugins/stickyfill/dist/stickyfill.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>