-
Notifications
You must be signed in to change notification settings - Fork 0
/
dm-givegold.html
132 lines (108 loc) · 5.21 KB
/
dm-givegold.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
<!DOCTYPE HTML SYSTEM>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//google-analytics.com">
<link rel="dns-prefetch" href="//www.google-analytics.com">
<link rel="dns-prefetch" href="//ssl.google-analytics.com">
<meta name="robots" content="noindex,nofollow">
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700" rel="stylesheet">
<!--JS-->
<script type="text/javascript" src="../functions/hammer.min.js"></script>
<script type="text/javascript" src="../functions/hammer-time.min.js"></script>
<!--Custom Scripts-->
<link rel="stylesheet" href="../styles/base.css?_=119">
<link rel="stylesheet" href="../styles/content.css?_=119">
<script type="text/javascript" src="../functions/core.js?_=119"></script>
<title>Contribution</title>
</head>
<body>
<!--Loading-->
<loading id="loadingScreen" class="loadingScreen">
<div class="loading"></div>
</loading>
<!--TopHeader-->
<header id="topHeader" class="blue">
<!-- Drawer Menu -->
<div id="drawer" class="drawer transition" onClick="return toggleMenu(1);">
<img draggable="false" src="../images/drawer.png">
</div>
<!-- Objective Logo -->
<a href="#" id="logo" onClick="resetObjective();" class="logo">DM BUDDY</a>
</header>
<!--ContentBase-->
<div class="contentBase">
<!--SideMenu-->
<navigation id="navigation" class="transitionFast">
<!-- Logo Icon -->
<div class="logoImg">
<a href="#" onCLick="continueReading();"><img draggable="false" src="../images/logov1.png"></a>
</div>
<!-- Ajax Menu -->
<div id="innerMenu" class="innerMenu"></div>
</navigation>
<!--Content-->
<cover id="cover"></cover>
<content id="content" class="transition">
<!-- AjaxContent -->
<div id="innerContent" class="innerContent">
<darkback>
<div class="grid">
<p>DM Buddy is completely free digital marketing learning and management mobile application. This application is possible because of your love and support. I personally thank everyone for their support.</p>
</div>
<hr>
<div class="grid">
<h2>Support by making donation</h2>
<p>To speed up the development process, I request you to contribute by making some donation. It will help me to exclusively develop and update this app. Or </p>
<div class="corelement">
<a class="elink" href="https://goo.gl/forms/5qcwpxMTf34GTSh63" >Make Donatation</a>
</div>
</div>
<hr>
<div class="grid">
<h2>Support by improving quality</h2>
<p>Nothing is perfect. To improve the quality of this app, I request you to contribute by proofreading the contents of this app. You can email me the proofread content with Objective > Chapter > Topic or Section name. Or use the below link.</p>
<div class="corelement">
<a class="elink" href="https://goo.gl/forms/5qcwpxMTf34GTSh63" >Provide Proofread Content</a>
</div>
</div>
<hr>
<div class="grid">
<h2>Support by adding content</h2>
<p>Do you know some new/unlisted techniques of digital marketing? Or you found any outdated content? You can contribute by adding contents directly to this app just by sending your piece of article on my email. Or use the below link.</p>
<div class="corelement">
<a class="elink" href="https://goo.gl/forms/5qcwpxMTf34GTSh63" >Provide Additional Content</a>
</div>
</div>
<hr>
<div class="grid">
<h2>Support by translate content</h2>
<p>Help your friends to learn, who don't know English. Currently, this App has content only in English. You are welcome to translate this App. Please send your translated copy of the content on my email and don't forget to mention language code. Or use the below link.</p>
<div class="corelement">
<a class="elink" href="https://goo.gl/forms/5qcwpxMTf34GTSh63" >Translate Content</a>
</div>
</div>
<hr>
<div class="grid">
<h2>Support by providing feedback</h2>
<p>You can also submit your opinions, suggestions, feedbacks, bug report etc. This will help me to improve this app according to the way it should be. Provide feedback using the below link.</p>
<div class="corelement">
<a class="elink" href="https://goo.gl/forms/5qcwpxMTf34GTSh63" >Provide Feedback</a>
</div>
</div>
<hr>
<div class="grid">
<h2>Gift for your contribution</h2>
<p>All contributions will be rewarded. Contributors will get the AdFree version of this app and their names with picture will be shown on the App. Top contributors will also get an opportunity to take the exclusive online doubt clarification class directly from me.</p>
</div>
</darkback>
</div>
</content><!------END Content-------->
</div><!------END Content Base-------->
<script>
startScript();
</script>
</body>
</html>