-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclea.html
More file actions
39 lines (26 loc) · 828 Bytes
/
clea.html
File metadata and controls
39 lines (26 loc) · 828 Bytes
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
<!DOCTYPE <!DOCTYPE html>
<html>
<head>
<title>Clea</title>
</head>
<body>
<div class="popdown-content">
<header>
<h2>Clea</h2>
</header>
<section class="body">
<h3>Command Line App</h3>
<p>Role: Ruby Developer</p>
<p>Stack: Ruby, SMTP</p>
<p>Clea (Command Line Email Application) is a simple application for sending emails from the console using your Gmail account and Ruby's SMTP library.</p>
<p>Clea is perfect for getting a quick message out without fumbling with clunky mail clients or web apps.</p>
<a href="https://rubygems.org/gems/clea" target="_blank">
<img src="https://rubygems.org/favicon.ico" width="170" />
</a>
</section>
<footer>
<button class="close-popdown">Close</button>
</footer>
</div>
</body>
</html>