-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathproject.html
More file actions
221 lines (201 loc) · 7.98 KB
/
project.html
File metadata and controls
221 lines (201 loc) · 7.98 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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Robogyan | Home</title>
<link rel="shortcut icon" href="assets/logo.svg" type="image/x-icon" />
<script src="https://kit.fontawesome.com/16f6a8bd71.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="dist/css/main.css" />
<link rel="stylesheet" href="dist/css/project.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="./project.css">
<script src="https://kit.fontawesome.com/6a7c0479de.js" crossorigin="anonymous"></script>
</head>
<body>
<a id="top"></a>
<header class="main-header">
<div class="main-header-container">
<a href="#here" class="logo">
<h1 style="font-family: 'Russo One';">Robogyan</h1>
</a>
<div class="navbar">
<ul class="navbar-links">
<li>
<a href="./index.html">Home</a>
</li>
<li>
<a href="./about.html">About us</a>
</li>
<li>
<a target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/robogyan_official/">Life at
RG</a>
</li>
<li>
<a href="project.html">Projects</a>
</li>
<li>
<a href="achievements.html">Achievements</a>
</li>
<li>
<a href="Objectives.html">Our Objectives</a>
</li>
<li>
<a href="./contactUs.html">Contact Us</a>
</li>
</ul>
</div>
<div class="navbar-btns">
<a target="_blank" rel="noopener noreferrer"
href="https://docs.google.com/forms/d/e/1FAIpQLScC47onBA9gTG68RdXVRjZQnIg1KHcy2pRoof7w6MIUhb67nA/viewform"
class="btn btn-register">
<img src="assets/user-add.svg" alt="user add icon" />
<span>Register</span>
</a>
<div class="hamburger">
<div class="line line-1"></div>
<div class="line line-2"></div>
<div class="line line-3"></div>
</div>
</div>
</header>
<h1 class="title-logo">Projects</h1>
<section>
<div class="main-box">
<div class="maincontainer">
<div class="back">
<h2>Copywriting</h2>
<p>Introduction to Copywriting workshop focuses on the theory and processes of professional copywriting as
applied to persuasion, reasoning, and rhetoric. This workshop is best-suited to learning how to write and
think about consumer-driven functions.</p>
<a href="https://github.com/" style="text-decoration:none;">Read more <i
class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="front">
<div class="image">
<img src="./assets/project (1).jpg">
<h2>Copywriting</h2>
</div>
</div>
</div>
<div class="maincontainer">
<div class="back">
<h2>Content Marketing</h2>
<p>Introduction to Copywriting workshop focuses on the theory and processes of professional copywriting as
applied to persuasion, reasoning, and rhetoric. This workshop is best-suited to learning how to write and
think about consumer-driven functions.</p>
<a href="https://github.com/" style="text-decoration:none;">Read more <i
class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="front">
<div class="image">
<img src="./assets/project (2).jpg">
<h2>Content Marketing</h2>
</div>
</div>
</div>
<div class="maincontainer">
<div class="back">
<h2>Web Writing</h2>
<p>Introduction to Copywriting workshop focuses on the theory and processes of professional copywriting as
applied to persuasion, reasoning, and rhetoric. This workshop is best-suited to learning how to write and
think about consumer-driven functions.</p>
<a href="https://github.com/" style="text-decoration:none;">Read more <i
class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="front">
<div class="image">
<img src="./assets/project (3).jpg">
<h2>Web Writing</h2>
</div>
</div>
</div>
<div class="maincontainer">
<div class="back">
<h2>Copywriting</h2>
<p>Introduction to Copywriting workshop focuses on the theory and processes of professional copywriting as
applied to persuasion, reasoning, and rhetoric. This workshop is best-suited to learning how to write and
think about consumer-driven functions.</p>
<a href="https://github.com/" style="text-decoration:none;">Read more <i
class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="front">
<div class="image">
<img src="./assets/project (2).jpg">
<h2>Copywriting</h2>
</div>
</div>
</div>
<div class="maincontainer">
<div class="back">
<h2>Content Marketing</h2>
<p>Introduction to Copywriting workshop focuses on the theory and processes of professional copywriting as
applied to persuasion, reasoning, and rhetoric. This workshop is best-suited to learning how to write and
think about consumer-driven functions.</p>
<a href="https://github.com/" style="text-decoration:none;">Read more <i
class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="front">
<div class="image">
<img src="./assets/project (1).jpg">
<h2>Content Marketing</h2>
</div>
</div>
</div>
<div class="maincontainer">
<div class="back">
<h2>Web Writing</h2>
<p>Introduction to Copywriting workshop focuses on the theory and processes of professional copywriting as
applied to persuasion, reasoning, and rhetoric. This workshop is best-suited to learning how to write and
think about consumer-driven functions.</p>
<a href="https://github.com/" style="text-decoration:none;">Read more <i
class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="front">
<div class="image">
<img src="./assets/project (3).jpg">
<h2>Web Writing</h2>
</div>
</div>
</div>
</div>
</section>
<section>
<p></p>
</section>
<footer>
<div class="footer-container">
<ul class="footer-container-links">
<li>
<a href="./faq.html">FAQ</a>
</li>
<li><a href="terms_of_use.html"> Terms Of Use </a></li>
<li>
<a href="privacy_policy.html">Privacy Policy</a>
</li>
</ul>
<div class="follow-container">
<h3>Follow Robogyan on</h3>
<ul>
<li>
<a href="https://www.youtube.com/channel/UCom9YyDetX7ggEI88Y5AGQA/featured" target="_blank"><i
class="fa-brands fa-youtube"></i> Youtube</a>
</li>
<li>
<a href="https://www.instagram.com/robogyan_official/" target="_blank"><i
class="fa-brands fa-instagram fa-solid"></i> Instagram</a>
</li>
</ul>
</div>
</div>
<div class="copyright">2022 © <a href="/">Robogyan</a></div>
</footer>
<script src="dist/js/main.js"></script>
</script>
<!-- <div class="right-btns" align-right>
<button class="back-to-top"><a href="#top" > Back to Top </a>
</button></div> -->
</body>
</html>