Example #1
0
	def seed25(self):

		self.text += (htmlconv.h1('Report 40%') + '\n')
		self.text += (htmlconv.h2('Wireframes 10%') + '\n')
		self.text += (htmlconv.p('********') + '\n')
		self.text += (htmlconv.h2('Report 30%') + '\n')
		self.text += (htmlconv.p('********') + '\n')
		self.text += (htmlconv.h1('Website 60%') + '\n')
		self.text += (htmlconv.h2('Usability et. al. 15%') + '\n')
		self.text += (htmlconv.p('********') + '\n')
		self.text += (htmlconv.h2('Design Aesthetic 10%') + '\n')
		self.text += (htmlconv.p('********') + '\n')
		self.text += (htmlconv.h2('Responsive Design 15%') + '\n')
		self.text += (htmlconv.p('********') + '\n')
		self.text += (htmlconv.h2('Professional Chrome 10%') + '\n')
		self.text += (htmlconv.p('********') + '\n')
		self.text += (htmlconv.h2('HTML Validation 5%') + '\n')
		self.text += (htmlconv.p('********') + '\n')
		self.text += (htmlconv.h2('CSS Validation 5%') + '\n')
		self.text += (htmlconv.p('********') + '\n')
Example #2
0
numOnclick = 0
numOnmouseDown =0
numOnmouseUp =0
numOnBlur = 0


def printImages(images):
	for image in images:
		output.append(htmlconv.imageHandler(image))

output.append(htmlconv.style())

output.seed25()


output.append(htmlconv.h1('Site Folder Structure'))
output.append(sitestructure.folder(url, 'style'))
output.append(sitestructure.folder(url, 'js'))
output.append(sitestructure.folder(url, 'stylesheet'))
output.append(sitestructure.folder(url, 'img'))
output.append(sitestructure.folder(url, 'font'))
output.append(sitestructure.folder(url, 'audio'))
output.append(sitestructure.folder(url, 'video'))

output.append(htmlconv.h1('Specific Site Files'))
output.append(htmlconv.p(sitestructure.file(url, 'index.html')))
output.append(htmlconv.p(sitestructure.file(url, 'favicon.ico')))


while len(urls) > 0:
	try: