Newer
Older
?<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Membership</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body link="blue">
<div id="background">
<!-- Colors the inner page with #F2F2F2 -->
<div id="headerwrap">
<!-- Repeats image across top of page -->
<div id="header">
<p class="title">American Society of Mechanical Engineers<br />
<span class="description">University of Michigan Chapter</span></p>
<!-- Close header -->
</div>
<!-- Close headerwrap -->
</div>
<div id="navwrap">
<!-- Repeats image across page behind navigation -->
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="officers.html">Officers</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="membership.html">Membership</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="corporate.html">Corporate</a></li>
<li><a href="scholarships.html">Scholarships</a></li>
<!--<li><a href="pictures.html">Pictures</a></li> -->
<li><a href="Covid.html">Covid-19</a></li>
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
<li><a href="links.html">Links</a></li>
</ul>
</div>
<!-- Close navwrap -->
</div>
<!-- Start of index.php, page.php, single.php and archive.php page code -->
<div id="outerWrapper">
<!-- Sets page width to 960px and centers -->
<div id="contentWrapper">
<!-- Wraps content and sidebars -->
<div id="Content">
<div class="box">
<p><span class="posttitle">ASME Membership Information</span></p>
<p><strong>Application Forms</strong><br />
<a href="https://www.asme.org/about-asme/professional-membership/join-asme" target="_blank">Online Application</a> (via secure server)</p>
<p><strong>Scholarships</strong><br />
~There are over 40 scholarships available from the national chapter (see website for application and scholarship details).<br />
~Special student chapter scholarships for most active member and for most active officer.</p>
<p><strong>Networking</strong><br />
~Meet companies at luncheons, hand over resumes<br />
~Access the <a href="http://www.aftercollege.com/groups/ccenter.asp?fct=1&ID=942607553" target="_blank">ASME Job Resource Center powered by AfterCollege</a></p>
<p><strong>Meet New People and Have Fun</strong><br />
~Attend social events like Wings Night<br />
~Attend service events like the Fun Run and Engineering Service Day <br />
~Help at ASME sponsored events during E-Week<br />
~Get to know your fellow ASME members and officers </p>
<p><strong>Resume Builder</strong><br />
~Add active member status to your resume<br />
~Get more involved and become an officer</p>
<p><strong>Membership</strong><br />
~Free for freshman or first year graduate students.<br />
~ $25 to renew <a href="https://www.asme.org/about-asme/professional-membership/join-asme" target="_blank">membership</a> </p>
<div class="clearer"></div>
</div>
<!-- Close content -->
</div>
<!-- Begin sidebar -->
<div id="sidebar">
<ul>
<li>
<h5>Our Sponsors</h5>
<ul>
<li><a href="sponsors.html">Business Partnerships</a></li>
</ul>
</li>
<li>
<h5>Calendar</h5>
<ul>
<li><a href="calendar.html">ASME Calendar</a></li>
</ul>
</li>
</ul>
<div class="clearer">
<!-- Clear floats-->
</div>
<!-- Close Sidebar-->
</div>
<!-- Close contentWrapper -->
</div>
<!-- Close outerWrapper -->
</div>
<div id="Footer">Copyright © 2017 American Society of Mechanical Engineers - University of Michigan <a href="#">Terms of Use</a> | <a href="#">Privacy</a> | <a href="index.html#contact">Contact</a>
<!--The following code must be left in place and unaltered for free usage of this template. If you wish to remove the link, visit http://www.justdreamweaver.com/dreamweaver-templates.html and purchase a template license. It's only $19.99 and it helps encourage future template creation.-->
<p><a href="http://www.justdreamweaver.com/dreamweaver-templates.html">Free Website template</a> by JustDreamweaver.com</p>
</div>
<!-- Close background-->
</div>
</body>
</html>