-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.php
More file actions
89 lines (61 loc) · 3.86 KB
/
Copy pathevents.php
File metadata and controls
89 lines (61 loc) · 3.86 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
<!--DOCTYPE html -->
<html><head>
<meta charset="utf-8">
<title>WIB | TTU</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="bskit, bootstrap starter kit, bootstrap builder">
<meta name="description" content="Business Startup & Prototyping HTML Framework">
<link rel="shortcut icon" href="http://wib.ba.ttu.edu/favicon.png">
<!-- Core CSS -->
<link href="bootstrap.min.css" rel="stylesheet">
<link href="font-awesome.min.css" rel="stylesheet">
<!-- Style Library -->
<link href="style-library-1.css" rel="stylesheet">
<!-- Block Styles (Feel free to remove any that you aren't using in your final export) -->
<link href="promo-3.css" rel="stylesheet">
<link href="content1-3.css" rel="stylesheet">
<link href="content1-5.css" rel="stylesheet">
<link href="http://wib.ba.ttu.edu/css/basic.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="html5shiv.js"></script>
<script src="respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--Start NAV-->
<?php include_once('/includes/sitemenu.php'); ?>
<!-- Start Content Block 1-5 v1 -->
<section class="content-1-5 content-block">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<div>
<h1>Kick off Meeting!</h1>
<h2>Feburary 22<sup>nd</sup> @ 5:30pm</h2>
</div>
<div style="outline: none; cursor: inherit;">
<p class="lead">We are having our first meeting of the semester on February 22nd at 5:30 in room 204. Chickfila will be served! </p>
</div>
<div>
<p>Our special guest speaker will be Jona Janét who will talk about networking.</p>
<p>About Jona Janét: <br/> Jona Janét is a 1978 graduate of Tahoka High School, a 1980 graduate of South Plains College, and a 1982 graduate of Texas Tech University where she graduated Cum Laude with a Bachelor of Science in Secondary Education. Jona is currently the Owner and Editor of The Idalou Beacon, a weekly newspaper, serving Idalou and the surrounding communities. Prior to purchasing the newspaper in 2003, Jona spent 11 years in the printing industry working for a Lubbock printing company. She started as a receptionist and moved up through the ranks holding various positions throughout the company, finally holding the position of CFO prior to her departure.
Her civic activities include serving as President of the Lubbock Advertising Federation, President of the Idalou Lions Club, and she has been active in the Komen Foundation Race for the Cure and the National Multiple Sclerosis Society. In addition, Ms. Janét serves as a volunteer at the Lubbock County Detention Center. Ms. Janét says that her work philosophy is one of service. “In the USA, we are most often defined by what we do, but I much prefer to be defined how I do it. I serve. I serve my family, my customers, and my community,” she says.</p>
</div>
</div>
<div class="col-lg-5 col-lg-offset-1 col-md-6 col-sm-12">
<img class="img-responsive" src="http://wib.ba.ttu.edu/images/posters/kick_off_flyer.jpg" data-selector="img">
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- // End Content Block 1-5 v1 -->
<?php include_once('/includes/footer.php'); ?>
<!-- Scripts at the end... you know the score! -->
<!-- Core Scripts (Do not remove) -->
<script type="text/javascript" src="jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="bootstrap.min.js"></script>
<script type="text/javascript" src="bootstrap-hover-dropdown.min.js"></script>
<!-- Theme Scripts (Do not remove) -->
<script type="text/javascript" src="bskit-scripts.js"></script>
</body></html>