Skip to content

Commit 20988d8

Browse files
committed
Update to remove survey
1 parent 518b558 commit 20988d8

File tree

2 files changed

+0
-40
lines changed

2 files changed

+0
-40
lines changed

static/faq.html

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,8 @@
1515
<script type="text/javascript" src="https://unpkg.com/[email protected]/lodash.min.js"></script>
1616
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css" />
1717
<link rel="shortcut icon" type="image/x-icon" href="/favicon.png">
18-
<style type="text/css">
19-
#announcement {
20-
padding: 15px;
21-
text-align: center;
22-
background: #E8EDFF;
23-
color: #0063CB
24-
}
25-
#announcement a {
26-
color:#0063CB;
27-
font-weight: bold;
28-
}
29-
</style>
3018
</head>
3119
<body>
32-
<div id="announcement">
33-
34-
<i class="fa fa-info-circle" aria-hidden="true"></i>
35-
Cette application fait peau neuve !
36-
<a href="https://apps.evalandgo.com/form/372035/s/?id=JTlBaiU5N3AlOTglQjA%3D&a=JTk3cCU5M2glOTklQUU%3D target="_blank">Donnez-nous vos avis pour nous permettre de mieux répondre à vos besoins.<i class="fa fa-external-link" aria-hidden="true" style="font-size: smaller;"></i></a>
37-
38-
39-
<i class="fa fa-times" aria-hidden="true" onclick="document.getElementById('announcement').style.display='none'" style="float: right;"></i>
40-
</div>
4120
<div class="topnav">
4221
<div class="topnav-left">
4322
<div class="title">

static/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,10 @@
2929
height: 100vh;
3030
overflow-y: hidden;
3131
}
32-
#announcement {
33-
padding: 15px;
34-
text-align: center;
35-
background: #E8EDFF;
36-
color: #0063CB
37-
}
38-
#announcement a {
39-
color:#0063CB;
40-
font-weight: bold;
41-
}
4232
</style>
4333
</head>
4434

4535
<body>
46-
<div id="announcement">
47-
48-
<i class="fa fa-info-circle" aria-hidden="true"></i>
49-
Cette application fait peau neuve !
50-
<a href="https://apps.evalandgo.com/form/372035/s/?id=JTlBaiU5N3AlOTglQjA%3D&a=JTk3cCU5M2glOTklQUU%3D" target="_blank">Donnez-nous vos avis pour nous permettre de mieux répondre à vos besoins.<i class="fa fa-external-link" aria-hidden="true" style="font-size: smaller;"></i></a>
51-
52-
53-
<i class="fa fa-times" aria-hidden="true" onclick="document.getElementById('announcement').style.display='none'" style="float: right;"></i>
54-
</div>
5536
<div class="topnav">
5637
<div class="topnav-left">
5738
<div class="title">

0 commit comments

Comments
 (0)