-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (132 loc) · 5.52 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
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>
<html lang="en">
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans%3A400%2C300%2C700%2C600%7CRokkitt%3A300%2C500&ver=5.3.2" id="fl-builder-google-fonts-2926894e9d1e2481cbb1cc2e0a4f67d3-css" type="text/css" media="all">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<nav class="frifm-language-nav nav navbar text-white" role="navigation">
<div class="container-fluid">
<a href="https://farmradio.fm">
<img src="images/logo.png" height="32">
</a>
<ul class="nav ml-auto">
<li class="nav-item">
<a href="#" class="nav-link current"><span class="d-block d-md-none">en</span><span class="d-none d-md-block">English</span></a>
</li>
<li class="nav-item">
<a href="#" class="nav-link"><span class="d-block d-md-none">fr</span><span class="d-none d-md-block">Français</span></a>
</li>
</ul>
</div>
</nav>
<div class="frifm-banner">
<div class="frifm-banner-torn text-center">
<div class="mb-4">
<img class="frifm-logo" src="images/FRI-logo-eng-300x97.png" />
</div>
<div>
<h2 class="text-white my-md-5 mx-5">
Welcome to our Resources for Broadcasters
</h2>
</div>
</div>
</div>
<main role="main">
<div class="container mt-5">
<div class="row mt-5">
<div class="col-sm-6 col-lg-3 text-center my-4">
<a href="https://wire.farmradio.fm/">
<div>
<img class="frifm-icon" src="images/Barza.png" />
</div>
<h3 style="color: #3e97b5;">
Barza Wire
</h3>
<p>Our online agricultural news service</p>
</a>
</div>
<div class="col-sm-6 col-lg-3 text-center my-4">
<a href="http://scripts.farmradio.fm/radio-resource-packs/">
<div>
<img class="frifm-icon" src="images/scripts.png" />
</div>
<h3 style="color: #d97800;">
Scripts
</h3>
<p>Our collection of backgrounders, interview scripts, and drama scripts</p>
</a>
</div>
<div class="col-sm-6 col-lg-3 text-center my-4">
<a href="http://scripts.farmradio.fm/radio-resource-packs/?rrp=&submit=Search&post_type=radio-resource-packs&post_parent=0&tax%5Bscript-categories%5D=&date=0&tax%5Bscript-format%5D=broadcaster-how-to-guide">
<div>
<img class="frifm-icon" src="images/training.png" />
</div>
<h3 style="color: #f3d383;">
Training
</h3>
<p>Our Broadcaster how-to guides</p>
</a>
</div>
<div class="col-sm-6 col-lg-3 text-center my-4">
<a href="http://discussion.farmradio.fm/current">
<div>
<img class="frifm-icon" src="images/discussion.png" />
</div>
<h3 style="color: #8f5826;">
eDiscussions
</h3>
<p>Our space for broadcasters to discuss specific topics</p>
</a>
</div>
</div>
<hr class="my-5" />
<div class="row" style="align-items: center;">
<div class="col-md-6 text-center text-md-left">
<h2 class="mb-5 md-mb-0">
Become a Broadcasting Partner
</h2>
</div>
<div class="col-md-6 text-center text-md-right">
<div>
<a href="https://farmradio.fm/wp-content/uploads/2019/04/Guide-broadcaster-resources-EN-04.pdf" class="frifm-button">
Guide to Resources
</a>
</div>
<div>
<a href="https://farmradio.fm/wp-content/uploads/2019/11/Participation-Agreement-FRI.docx" class="frifm-button">
Partnership Agreement
</a>
</div>
<div>
<a href="https://wire.farmradio.fm/en/spotlights" class="frifm-button">
Broadcaster Profiles
</a>
</div>
</div>
</div>
</div>
</main>
<footer class="mt-5 frifm-social-footer row justify-content-center text-white">
<a class="icon" href="https://www.facebook.com/barzaradio?ref=hl">
<img src="images/fb.png">
</a>
<a class="icon" href="https://twitter.com/BarzaFm">
<img src="images/twitter.png">
</a>
</footer>
<footer class="frifm-about text-center py-5">
<div class="container">
<h2>
About Us
</h2>
<p>
<a class="frifm-link" href="https://www.farmradio.org/">Farm Radio International</a> is an award-winning Canadian development organization that partners with radio stations to serve African farming families and communities. We work with existing radio stations across Africa, providing them with training opportunities and resources. In this way, we reach tens of millions of small-scale farmers with life-changing information and opportunities to be heard.
</p>
</div>
</header>
</body>
</html>