-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (40 loc) · 1.64 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Style -->
<link rel="stylesheet" href="css/style.css">
<title>Find your journal</title>
</head>
<body>
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-4 mr-auto">
<br>
<br>
<br>
<h1>Find my journal</h1>
<p>Let AI help you finding the best journal for your paper</p>
<p>A PaLM AI solution</p>
<li><a href="https://developers.google.com/profile/u/vivirbr">About the author</a></li>
<li><a href="https://linkedin.com/in/vivian-ribeiro-276357a8">LinkedIn</a></li>
<li><a href="https://github.com/vivirbr">GitHub</a></li>
<script data-name="BMC-Widget" data-cfasync="false"
src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="vivirbr"
data-description="Support me on Buy me a coffee!" data-message="" data-color="#ccda46" data-position="Right"
data-x_margin="18" data-y_margin="18"></script>
</div>
<div class="col-md-8 mr-auto">
<iframe class="responsive-iframe" src="https://find-my-journal.shinyapps.io/find_your_journal/" style="width: 900px;
height: 800px;">
</div>
</div>
</div>
</body>
</html>